summaryrefslogtreecommitdiff
path: root/Lib/dummy_thread.py
Commit message (Expand)AuthorAgeFilesLines
* Remove imports of 'warnings' that are no longer needed in dummy_thread,Brett Cannon2008-08-171-1/+0
* dummy_thread.acquire() would return None if no waitflag argument was given. ItBrett Cannon2008-07-131-6/+3
* Remove specific mention of my name and email address from modules. Not reallyBrett Cannon2007-01-251-5/+2
* fix exception usageAndrew MacIntyre2006-06-131-2/+1
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-131-0/+8
* Revert revisions:Tim Peters2006-06-041-8/+0
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-041-0/+8
* Get rid of __context__, per the latest changes to PEP 343 and python-devGuido van Rossum2006-05-021-3/+0
* dummy_thread needs to support PEP 343 too.Phillip J. Eby2006-03-271-0/+8
* Cause calling interrupt_main in main thread raise KeyboardInterrupt instantly.Brett Cannon2003-06-131-4/+12
* dummy_thread modified to have interrupt_main and to behave appropriately whenBrett Cannon2003-06-131-1/+17
* Whitespace normalization.Tim Peters2003-01-291-5/+5
* Brett Cannon's dummy_thread and dummy_threading modules (SF patchGuido van Rossum2002-12-301-0/+116