summaryrefslogtreecommitdiffstats
path: root/Doc/library/thread.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #24952: Clarify default argument of stack_size() in threading, threadMartin Panter2015-08-311-1/+2
| | | | Patch from Mattip.
* Issue #22006: Remove outdated thread module caveat. Thanks Dan O'Reilly for ↵Mark Dickinson2014-07-191-4/+0
| | | | the report.
* Use Python 3 instead of 3.0.Ezio Melotti2012-05-031-2/+2
|
* Remove official documentation entry for thread._count() and make theAntoine Pitrou2009-10-301-13/+0
| | | | docstring more descriptive instead.
* Issue #7222: Make thread "reaping" more reliable so that referenceAntoine Pitrou2009-10-301-0/+14
| | | | | | | leak-chasing test runs give sensible results. The previous method of reaping threads could return successfully while some Thread objects were still referenced. This also introduces a new private function: :func:hread._count().
* #6787: reference fix.Georg Brandl2009-08-271-1/+1
|
* Typo: "ThreadError" is the name in the C source.Armin Rigo2008-10-101-1/+1
|
* Fixed typo.Alexandre Vassalotti2008-07-121-1/+1
|
* Add renaming notices to thread and dummy_thread.Georg Brandl2008-05-251-1/+6
|
* Revert r61029.Georg Brandl2008-02-251-5/+1
|
* Document import ./. threading issues. #1720705.Georg Brandl2008-02-231-1/+5
|
* Remove with_statement future imports from 2.6 docs.Georg Brandl2008-01-051-1/+0
|
* Some cleanup in the docs.Georg Brandl2007-12-291-6/+7
|
* Added cross-references plus a note about dict & list shallow copying.Mark Summerfield2007-09-041-2/+4
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+171