summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/test_break.py
Commit message (Expand)AuthorAgeFilesLines
* Adding unittest.removeHandler function / decorator for removing the signal.SI...Michael Foord2010-04-251-0/+21
* Issue #8263: On freebsd6 the unittest 'break' test stops regrtest; skip it.R. David Murray2010-04-171-0/+2
* Implement #1220212. Add os.kill support for Windows.Brian Curtin2010-04-021-0/+2
* Addition of -b command line option to unittest for buffering stdout and stder...Michael Foord2010-04-021-4/+6
* Addition of -c command line option to unittest, to handle ctrl-c during a tes...Michael Foord2010-03-261-0/+225