summaryrefslogtreecommitdiff
path: root/Lib/test/test_threadsignals.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #7825: fix transient refleak in test_threadsignals.Florent Xicluna2010-07-271-1/+2
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-2/+2
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-3/+3
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-3/+3
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-3/+3
* fix incorrect auto-translation of TestSkipped -> unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
* test_signal: Signal handling on the Tru64 buildbotTim Peters2006-08-121-1/+1
* fix typos, mostly in commentsFred Drake2005-10-281-1/+1
* Whitespace normalization.Tim Peters2004-08-071-1/+1
* To ever run this test "you must import TestSkipped" from the rightMichael W. Hudson2004-08-041-6/+9
* Whitespace normalization.Tim Peters2004-08-041-8/+8
* To raise TestSkipped, you must import TestSkipped.Tim Peters2004-08-041-1/+1
* add missing import!Fred Drake2004-08-031-0/+1
* Add the same guard as test_signal.Michael W. Hudson2004-08-031-0/+3
* Argh! This was meant to be part of patch #960406.Michael W. Hudson2004-08-031-0/+77