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