summaryrefslogtreecommitdiff
path: root/Lib/test/test_threadsignals.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #11223: skip also test_rlock_acquire_interruption() on FreeBSD6Victor Stinner2011-06-231-4/+7
* Issue #11223: skip test_lock_acquire_interruption() on FreeBSD6Victor Stinner2011-06-231-0/+5
* Issue #11223: Fix test_threadsignals to fail, not hang, when theAntoine Pitrou2011-03-131-2/+17
* Relax test condition a lotAntoine Pitrou2011-01-021-2/+3
* Make test_threadsignals more lax, and add notesAntoine Pitrou2010-12-151-2/+7
* Issue #8844: Regular and recursive lock acquisitions can now be interruptedAntoine Pitrou2010-12-151-5/+115
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-2/+2
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-3/+3
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-1/+1
* some RiscOS stuff I missed before (was only looking for "RISCOS")Skip Montanaro2007-08-171-1/+1
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-3/+3
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-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