summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_threading.py
Commit message (Expand)AuthorAgeFilesLines
* 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