Commit graph

12 commits

Author SHA1 Message Date
Antoine Pitrou
2c970a2ba2 Remove official documentation entry for thread._count() and make the
docstring more descriptive instead.
2009-10-30 22:19:09 +00:00
Antoine Pitrou
59c44f36e0 Issue #7222: Make thread "reaping" more reliable so that reference
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().
2009-10-30 17:07:08 +00:00
Georg Brandl
e746daa2cb #6787: reference fix. 2009-08-27 19:02:43 +00:00
Armin Rigo
1178e02c94 Typo: "ThreadError" is the name in the C source. 2008-10-10 08:40:44 +00:00
Alexandre Vassalotti
24122593f0 Fixed typo. 2008-07-12 22:06:53 +00:00
Georg Brandl
8a710dc441 Add renaming notices to thread and dummy_thread. 2008-05-25 12:34:57 +00:00
Georg Brandl
fd429063e1 Revert r61029. 2008-02-25 20:20:45 +00:00
Georg Brandl
f1699cd4c1 Document import ./. threading issues. #1720705. 2008-02-23 23:25:26 +00:00
Georg Brandl
9749e15e2f Remove with_statement future imports from 2.6 docs. 2008-01-05 19:28:16 +00:00
Georg Brandl
b19be571e0 Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
Mark Summerfield
fcb444a8bf Added cross-references plus a note about dict & list shallow copying. 2007-09-04 08:16:15 +00:00
Georg Brandl
8ec7f65613 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00