summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/signals.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #28998: More APIs now support longs as well as ints.Serhiy Storchaka2016-12-271-1/+1
|
* Issue 15505. unittest.installHandler and non callable signal handlersMichael Foord2013-01-291-1/+15
|
* Adding unittest.removeHandler function / decorator for removing the ↵Michael Foord2010-04-251-0/+19
| | | | signal.SIGINT signal handler. With tests and docs.
* Addition of -c command line option to unittest, to handle ctrl-c during a ↵Michael Foord2010-03-261-0/+38
test run more elegantly