aboutsummaryrefslogtreecommitdiff
path: root/timeout_decorator/timeout_decorator.py
AgeCommit message (Expand)Author
2015-03-16Added optional threading support via python multiprocessing. Switched to pyte...Anatoly Bubenkov
2015-02-04Unset alarm before removing SIGALRM handlerDaniel Nugent
2015-01-04Make timeout error an assertion error, not just any old exceptionTim Perry
2014-10-15Use functools.wraps in decoratorTodd Sifleet
2014-10-09Add support for timeout in function kwargsJon Black
2013-01-04added pypng