summaryrefslogtreecommitdiff
path: root/Doc/library/threading.rst
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-10/+10
* Merged revisions 74207 via svnmerge fromGeorg Brandl2009-07-261-4/+5
* Recorded merge of revisions 74210 via svnmerge fromGeorg Brandl2009-07-261-170/+153
* Merged revisions 71607,71653,71696,71771,71786 via svnmerge fromGeorg Brandl2009-04-271-5/+5
* Update whatsnew based on doc search.Raymond Hettinger2009-04-091-1/+1
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-3/+9
* Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,...Benjamin Peterson2009-02-061-5/+6
* #4808: move old API below new API doc.Georg Brandl2009-01-021-12/+14
* Merged revisions 67117-67119,67123-67124,67143 via svnmerge fromGeorg Brandl2008-11-071-157/+157
* remove the deprecation warnings for the old threading API; update the docsBenjamin Peterson2008-09-011-5/+3
* Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via sv...Benjamin Peterson2008-08-191-1/+1
* Merged revisions 65842 via svnmerge fromBenjamin Peterson2008-08-181-15/+23
* Merged revisions 65818 via svnmerge fromBenjamin Peterson2008-08-181-4/+4
* Fix last traces of old threading API.Georg Brandl2008-06-131-11/+11
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-111-21/+19
* Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,...Georg Brandl2008-06-101-0/+11
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-5/+4
* Rename Queue module to queue.Alexandre Vassalotti2008-05-111-1/+1
* Remove the mutex module.Brett Cannon2008-05-081-1/+1
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-0/+23
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,...Christian Heimes2008-02-261-7/+0
* Merged revisions 61003-61033 via svnmerge fromChristian Heimes2008-02-241-0/+7
* Merged revisions 60080-60089,60091-60093 via svnmerge fromGeorg Brandl2008-01-191-6/+7
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-061-1/+0
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-0/+1
* Partial py3k-ification of Doc/library/: convert has_key references into eithe...Collin Winter2007-09-011-2/+2
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-7/+0
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+732