summaryrefslogtreecommitdiffstats
path: root/Doc/library/threading.rst
Commit message (Expand)AuthorAgeFilesLines
* Remove :noindex: for threading.Thread which killed all reference links to itEli Bendersky2012-07-131-1/+0
* Remove outdated statements about threading and imports.Antoine Pitrou2012-05-181-24/+0
* #14823: Simplify threading.Lock.acquire argument discussion.R David Murray2012-05-171-8/+5
|\
| * #14823: Simplify threading.Lock.acquire argument discussion.R David Murray2012-05-171-8/+5
* | Improve the threading.Condition docs.Antoine Pitrou2012-04-111-3/+5
|\ \ | |/
| * Improve the threading.Condition docs.Antoine Pitrou2012-04-111-3/+5
* | MergeAntoine Pitrou2012-04-101-139/+167
|\ \ | |/
| * Small improvements to the threading docs: better publicize support for the wi...Antoine Pitrou2012-04-101-19/+33
| * Fix some markup in the threading docs.Antoine Pitrou2012-04-101-70/+78
| * Issue #8799: Fix and improve the threading.Condition documentation.Antoine Pitrou2012-04-101-54/+59
| * Issue #14502: release() and unlocked lock generates a ThreadErrorSandro Tosi2012-04-051-1/+1
* | Issue #14502: merge with 3.2Sandro Tosi2012-04-051-1/+1
* | Replace ThreadError by RuntimeError: the former is now an obsolete alias of t...Georg Brandl2012-04-051-1/+1
* | Issue #13502: threading: Fix a race condition in Event.wait() that made itCharles-François Natali2012-01-071-2/+4
|\ \ | |/
| * Issue #13502: threading: Fix a race condition in Event.wait() that made itCharles-François Natali2012-01-071-2/+4
* | Issue 12767: document the argument of threading.Condition.notifyEli Bendersky2011-11-121-9/+10
|\ \ | |/
| * Issue #12767: documenting threading.Condition.notifyEli Bendersky2011-11-121-9/+10
* | Merge with 3.2.Ezio Melotti2011-10-191-1/+1
|\ \ | |/
| * Remove duplication.Ezio Melotti2011-10-191-1/+1
* | Close #12028: Make threading._get_ident() public, rename it toVictor Stinner2011-05-301-4/+15
* | Issue #11223: Replace threading._info() by sys.thread_infoVictor Stinner2011-04-301-24/+0
* | Issue #11223: Add threading._info() function providing informations about theVictor Stinner2011-04-191-0/+24
* | No need to put this at topAntoine Pitrou2011-02-281-11/+12
* | Issue #6064: Add a `daemon` keyword argument to the threading.ThreadAntoine Pitrou2011-02-251-2/+12
|/
* #11083 typo: RuntimeException -> RuntimeErrorBrian Curtin2011-01-311-1/+1
* Add entry for Barrier objects.Raymond Hettinger2011-01-111-1/+1
* Separate source link from main text.Raymond Hettinger2011-01-101-0/+2
* Move source links to consistent location and remove wordy, big yellow boxes.Raymond Hettinger2011-01-101-5/+1
* Revert r87821 which moved the source link to the wrong section (from the modu...Raymond Hettinger2011-01-071-6/+5
* Put link to source at the end. There's nothing edificating in threading.py.Antoine Pitrou2011-01-071-5/+6
* #10846: fix typo.Georg Brandl2011-01-061-3/+3
* Elaborate about the GIL.Antoine Pitrou2011-01-061-0/+12
* Issue #8844: Regular and recursive lock acquisitions can now be interruptedAntoine Pitrou2010-12-151-0/+3
* Homogenize the "optional OS services" menuAntoine Pitrou2010-12-121-3/+3
* Issue 10260Kristján Valur Jónsson2010-11-181-0/+36
* Provide links to Python source where the code is short, readable andÉric Araujo2010-11-161-0/+5
* Review new Barrier docs.Georg Brandl2010-10-281-42/+40
* issue 8777Kristján Valur Jónsson2010-10-281-0/+104
* #10218: return timeout status from Condition.wait, mirroring other primitives...Georg Brandl2010-10-281-0/+6
* Be consistent in the spelling of thread-safe(ty).Georg Brandl2010-10-191-3/+3
* #9911: doc copyedits.Georg Brandl2010-09-211-1/+1
* #9689: add links from overview to in-depth class API descriptions.Georg Brandl2010-08-261-0/+16
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-0/+2
* Clarify the wording for threading.is_alive() to not suggest something isBrett Cannon2010-07-231-2/+2
* Add version{added,changed} for lock timeout support.Antoine Pitrou2010-04-191-0/+6
* Issue #850728: Add a *timeout* parameter to the `acquire()` method ofAntoine Pitrou2010-04-171-7/+11
* Issue #7316: the acquire() method of lock objects in the :mod:`threading`Antoine Pitrou2010-04-141-2/+26
* Update versionadded/changed.Ezio Melotti2010-03-211-3/+0
* Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge fromBenjamin Peterson2010-02-031-0/+3
* Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,...Benjamin Peterson2009-10-041-2/+2