summaryrefslogtreecommitdiff
path: root/Lib/test/test_dummy_threading.py
Commit message (Expand)AuthorAgeFilesLines
* Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3...Antoine Pitrou2017-09-181-0/+60
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-60/+0
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
* Merged revisions 65824 via svnmerge fromBenjamin Peterson2008-08-181-3/+3
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-111-3/+3
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-8/+8
* Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,...Christian Heimes2008-03-181-58/+50
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-6/+6
* Make time.sleep calls go to 0 for common testing.Brett Cannon2003-04-301-1/+4
* Whitespace normalization.Tim Peters2003-02-191-2/+2
* Brett Cannon's dummy_thread and dummy_threading modules (SF patchGuido van Rossum2002-12-301-0/+70