summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_threading.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+41
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-19/+19
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+70
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+26
* 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