summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_dummy_threading.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-6/+6
| | | | | | | | | There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.)
* 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
622537), with some nitpicking editorial changes.