summaryrefslogtreecommitdiff
path: root/Lib/test/test_dummy_thread.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)Miss Islington (bot)2018-12-171-2/+2
* Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3...Antoine Pitrou2017-09-181-0/+255
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-255/+0
* bpo-6532: Make the thread id an unsigned integer. (#781)Serhiy Storchaka2017-03-231-2/+1
* Issue11551 - Increase the test coverage of _dummy_thread module to 100%.Senthil Kumaran2016-09-081-41/+115
* Issue #20556: Used specific assert methods in threading tests.Serhiy Storchaka2016-03-141-8/+8
* Followup to issue #11140 and r88682: also patch _dummy_thread.Antoine Pitrou2011-03-011-2/+2
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-5/+5
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-19/+19
* Merged revisions 64903 via svnmerge fromBrett Cannon2008-07-131-0/+1
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-3/+3
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-7/+7
* Rename Queue module to queue.Alexandre Vassalotti2008-05-111-3/+3
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-10/+10
* Whitespace normalization.Tim Peters2003-06-151-1/+1
* Cause calling interrupt_main in main thread raise KeyboardInterrupt instantly.Brett Cannon2003-06-131-0/+5
* dummy_thread modified to have interrupt_main and to behave appropriately whenBrett Cannon2003-06-131-0/+8
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-5/+1
* Make time.sleep calls go to 0 for common testing.Brett Cannon2003-04-301-10/+15
* Whitespace normalization.Tim Peters2003-02-191-5/+5
* Brett Cannon's dummy_thread and dummy_threading modules (SF patchGuido van Rossum2002-12-301-0/+167