summaryrefslogtreecommitdiffstats
path: root/Doc/library/threading.rst
Commit message (Expand)AuthorAgeFilesLines
* #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