summaryrefslogtreecommitdiffstats
path: root/Lib/threading.py
Commit message (Expand)AuthorAgeFilesLines
* add ThreadError to threading.__all__ (closes #12679)Benjamin Peterson2011-08-021-1/+1
* Remove indirection in threading (issue #10968).Éric Araujo2011-07-271-22/+7
* Issue #12573: Add resource checks for dangling Thread and Process objects.Antoine Pitrou2011-07-151-0/+4
|\
| * Issue #12573: Add resource checks for dangling Thread and Process objects.Antoine Pitrou2011-07-151-0/+4
* | Close #12028: Make threading._get_ident() public, rename it toVictor Stinner2011-05-301-11/+10
* | Issue #11223: Replace threading._info() by sys.thread_infoVictor Stinner2011-04-301-2/+1
* | Issue #11915: threading.RLock()._release_save() raises a RuntimeError if theVictor Stinner2011-04-241-0/+2
* | Issue #11223: Add threading._info() function providing informations about theVictor Stinner2011-04-191-1/+2
* | Issue #6064: Add a `daemon` keyword argument to the threading.ThreadAntoine Pitrou2011-02-251-14/+7
|/
* Remove out-of-date commentRaymond Hettinger2011-01-161-4/+0
* Add entry for Barrier objects.Raymond Hettinger2011-01-111-3/+2
* Fix the new bug introduced in the r87710 fix for issue 6643. DummyThreadGregory P. Smith2011-01-041-4/+13
* issue6643 - Two locks held within the threading module on each thread instanceGregory P. Smith2011-01-031-0/+4
* Issue #4188: Avoid creating dummy thread objects when logging operationsAntoine Pitrou2010-12-171-2/+8
* Issue 10260Kristján Valur Jónsson2010-11-181-7/+32
* issue 8777Kristján Valur Jónsson2010-10-281-0/+172
* #10218: return timeout status from Condition.wait, mirroring other primitives...Georg Brandl2010-10-281-0/+2
* Rip out old testing code that was inlined in threading.Brett Cannon2010-07-231-88/+0
* Issue #850728: Add a *timeout* parameter to the `acquire()` method ofAntoine Pitrou2010-04-171-2/+12
* Issue #7316: the acquire() method of lock objects in the :mod:`threading`Antoine Pitrou2010-04-141-18/+7
* Merged revisions 79817 via svnmerge fromSenthil Kumaran2010-04-061-1/+1
* Merged revisions 78517 via svnmerge fromGregory P. Smith2010-02-281-1/+6
* Issue #3001: Add a C implementation of recursive locks which is used byAntoine Pitrou2009-11-101-2/+12
* Merged revisions 76172 via svnmerge fromAntoine Pitrou2009-11-091-8/+10
* Merged revisions 76117 via svnmerge fromAntoine Pitrou2009-11-051-0/+4
* Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,...Georg Brandl2009-10-271-3/+3
* Use true booleans.Georg Brandl2009-09-161-2/+2
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-22/+20
* Issue #874900: fix behaviour of threading module after a fork.Antoine Pitrou2008-09-061-3/+6
* remove the deprecation warnings for the old threading API; update the docsBenjamin Peterson2008-09-011-24/+17
* add full deprecation warnings for old threading APIsBenjamin Peterson2008-08-181-0/+28
* Merged revisions 65826 via svnmerge fromBenjamin Peterson2008-08-181-0/+12
* change is_daemon, set_daemon, get_name, and set_name to propertiesBenjamin Peterson2008-08-181-12/+16
* Merged revisions 65818 via svnmerge fromBenjamin Peterson2008-08-181-1/+2
* Merger 65032 to py3kJesse Noller2008-07-171-0/+31
* fix more threading API related bugsBenjamin Peterson2008-06-131-1/+1
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-111-35/+35
* Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,...Georg Brandl2008-06-101-3/+11
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-18/+13
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-051-7/+8
* Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge fromChristian Heimes2008-03-281-0/+10
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,...Christian Heimes2008-02-281-19/+20
* Merged revisions 61003-61033 via svnmerge fromChristian Heimes2008-02-241-2/+7
* Merged revisions 60245-60277 via svnmerge fromChristian Heimes2008-01-251-8/+25
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-231-29/+16
* Raise statement normalization in Lib/.Collin Winter2007-08-301-1/+1
* Get rid of all __private variables and methods in the threading module.Guido van Rossum2007-08-201-131/+131
* Merged revisions 57152-57220 via svnmerge fromGuido van Rossum2007-08-201-0/+20
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-1/+2
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-12/+23