summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/signals.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 80476 via svnmerge fromMichael Foord2010-04-251-0/+19
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80476 | michael.foord | 2010-04-25 20:02:46 +0100 (Sun, 25 Apr 2010) | 1 line Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs. ........
* Merged revisions 79437 via svnmerge fromMichael Foord2010-03-271-0/+38
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79437 | michael.foord | 2010-03-26 03:18:31 +0000 (Fri, 26 Mar 2010) | 1 line Addition of -c command line option to unittest, to handle ctrl-c during a test run more elegantly ........