summaryrefslogtreecommitdiff
path: root/Doc/library/threading.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+1
* Issue #24952: Clarify default argument of stack_size() in threading, _threadMartin Panter2015-08-311-1/+2
* Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple docum...Senthil Kumaran2015-06-141-1/+1
* Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-141-1/+1
* Issue #22369: Change "context manager protocol" to "context management protoc...Serhiy Storchaka2014-09-101-4/+4
* merge with 3.3Georg Brandl2013-10-061-0/+9
|\
| * Issue #18882: Add threading.main_thread() function.Andrew Svetlov2013-09-041-0/+9
* | Closes #18927: Lock.acquire only accepts -1 or positive values for timeout.Georg Brandl2013-10-061-1/+1
|/
* Issue #18757: Improved cross-references in the concurrent package.Serhiy Storchaka2013-08-241-6/+7
* Issue #17435: Don't use mutable default values in Timer.R David Murray2013-03-301-1/+3
* Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.Serhiy Storchaka2013-02-161-4/+4
* Issue #17208: add a note about the termination behaviour of daemon threads.Antoine Pitrou2013-02-151-208/+185
|\
| * #16978: merge with 3.2.Ezio Melotti2013-01-181-208/+185
| |\
| | * #10968: commit threading doc changes and corresponding whatsnew entry.R David Murray2012-10-061-166/+147
| | * #15865: merge with 3.2.Ezio Melotti2012-09-081-43/+39
| | |\
| | | * 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
| | | |\ | | | |/ | | |/|
| | | * Improve the threading.Condition docs.Antoine Pitrou2012-04-111-3/+5
| | | |\
| | | * \ MergeAntoine Pitrou2012-04-101-139/+167
| | | |\ \
| | | * | | 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-17/+39
| | | |\ \ \
| | | | * \ \ Issue 12767: document the argument of threading.Condition.notifyEli Bendersky2011-11-121-9/+10
| | | | |\ \ \
| | | | * \ \ \ Merge with 3.2.Ezio Melotti2011-10-191-17/+39
| | | | |\ \ \ \
| | | | | * | | | 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
* | | | | | | | | Issue #17208: add a note about the termination behaviour of daemon threads.Antoine Pitrou2013-02-151-0/+6
|/ / / / / / / /
* | | | | | | | #16978: rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe.Ezio Melotti2013-01-181-2/+2
|/ / / / / / /
* | | | | | | #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
| |_|_|_|/ |/| | | |
* | | | | 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 #13502: threading: Fix a race condition in Event.wait() that made itCharles-François Natali2012-01-071-2/+4
| |_|/ |/| |
* | | Issue #12767: documenting threading.Condition.notifyEli Bendersky2011-11-121-9/+10
|/ /
* | Remove duplication.Ezio Melotti2011-10-191-1/+1
|/
* #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