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