aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/dummy_thread.py
Commit message (Expand)AuthorAge
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-25
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-05
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* Cause calling interrupt_main in main thread raise KeyboardInterrupt instantly.Brett Cannon2003-06-13
* dummy_thread modified to have interrupt_main and to behave appropriately whenBrett Cannon2003-06-13
* Whitespace normalization.Tim Peters2003-01-29
* Brett Cannon's dummy_thread and dummy_threading modules (SF patchGuido van Rossum2002-12-30