summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_threading.py
Commit message (Expand)AuthorAgeFilesLines
* test_PyThreadState_SetAsyncExc(): This is failing on someTim Peters2006-08-111-3/+4
* Followup to bug #1069160.Tim Peters2006-08-101-0/+69
* test_threading now skips testing alternate thread stack sizes onAndrew MacIntyre2006-08-061-2/+12
* Increase the small thread stack size to get the testAndrew MacIntyre2006-06-131-3/+3
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-131-0/+16
* Revert revisions:Tim Peters2006-06-041-16/+0
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-041-0/+16
* threading._DummyThread.__init__(): document obscure new code.Tim Peters2005-01-081-1/+22
* Converted to a unittest. Added checks that the bounded semaphore actuallyTim Peters2005-01-081-37/+73
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Test failed because these was no expected-output file, but always printedTim Peters2001-08-201-5/+8
* add a few test cases for threading module.Skip Montanaro2001-08-201-0/+52