summaryrefslogtreecommitdiffstats
path: root/Doc/library/threading.rst
Commit message (Expand)AuthorAgeFilesLines
* Backport source links from 3.x.Éric Araujo2011-08-191-5/+3
* Merged revisions 88281 via svnmerge fromBrian Curtin2011-01-311-1/+1
* Merged revisions 87807,87820,87831,87859 via svnmerge fromGeorg Brandl2011-01-091-3/+3
* Merged revisions 87792 via svnmerge fromAntoine Pitrou2011-01-061-0/+11
* Issue 10789: Correct threading.Lock.acquire signature.Terry Reedy2011-01-011-1/+1
* Merged revisions 85731,85735 via svnmerge fromGeorg Brandl2010-11-261-3/+3
* Provide links to Python source in a handful ofRaymond Hettinger2010-11-051-0/+4
* Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,...Georg Brandl2010-10-061-0/+16
* Merged revisions 83080 via svnmerge fromBrett Cannon2010-07-231-2/+2
* Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEPVictor Stinner2010-05-141-1/+1
* Added a note about Event.is_set() syntax being new to 2.6Facundo Batista2010-01-251-0/+3
* Fix references to threading.enumerate().Georg Brandl2009-09-191-2/+2
* Move member descriptions inside the classes.Georg Brandl2009-07-261-172/+155
* #6577: fix (hopefully) all links to builtin instead of module/class-specific ...Georg Brandl2009-07-261-5/+7
* #5757: fix copy-paste error in notify().Georg Brandl2009-04-211-5/+5
* #1674032: return value of flag from Event.wait(). OKed by Guido.Georg Brandl2009-03-311-3/+9
* #5458: add a note when we started to raise RuntimeErrors.Georg Brandl2009-03-091-1/+6
* #5031: fix Thread.daemon property docs.Georg Brandl2009-02-051-5/+6
* #4245: move Thread section to the top.Georg Brandl2008-11-061-160/+160
* remove py3k warnings about the threading api; update docsBenjamin Peterson2008-09-011-5/+6
* Fix grammar.Georg Brandl2008-08-181-1/+1
* update the threading docs to account for recent changesBenjamin Peterson2008-08-181-22/+21
* change threading.getIdent to a propertyBenjamin Peterson2008-08-181-4/+4
* Fix typos.Georg Brandl2008-06-111-3/+2
* add aliases to threading moduleBenjamin Peterson2008-06-111-3/+17
* give the threading API PEP 8 namesBenjamin Peterson2008-06-111-19/+19
* Adds a Thread.getIdent() method to provide the _get_ident() value forGregory P. Smith2008-06-011-0/+11
* Queue renaming reversal part 3: move module into place andGeorg Brandl2008-05-251-1/+1
* Fix-up docs for socketserver and queue renaming.Georg Brandl2008-05-121-1/+1
* #1720705: add docs about import/threading interaction, wording by Nick.Georg Brandl2008-03-131-0/+23
* Revert r61029.Georg Brandl2008-02-251-7/+0
* Document import ./. threading issues. #1720705.Georg Brandl2008-02-231-0/+7
* Clarify thread.join() docs. #1873.Georg Brandl2008-01-191-6/+7
* Remove with_statement future imports from 2.6 docs.Georg Brandl2008-01-051-1/+0
* Added cross-references plus a note about dict & list shallow copying.Mark Summerfield2007-09-041-0/+1
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+732