Georg Brandl
|
f4da666880
|
Fix references to threading.enumerate().
|
2009-09-19 12:04:16 +00:00 |
Georg Brandl
|
3591a8f81d
|
Move member descriptions inside the classes.
|
2009-07-26 14:44:23 +00:00 |
Georg Brandl
|
9fa61bb37d
|
#6577: fix (hopefully) all links to builtin instead of module/class-specific objects.
|
2009-07-26 14:19:57 +00:00 |
Georg Brandl
|
ce54356690
|
#5757: fix copy-paste error in notify().
|
2009-04-21 18:23:08 +00:00 |
Georg Brandl
|
ef660e8e50
|
#1674032: return value of flag from Event.wait(). OKed by Guido.
|
2009-03-31 20:41:08 +00:00 |
Georg Brandl
|
2cd82a8383
|
#5458: add a note when we started to raise RuntimeErrors.
|
2009-03-09 14:25:07 +00:00 |
Georg Brandl
|
ecd2afa452
|
#5031: fix Thread.daemon property docs.
|
2009-02-05 11:40:35 +00:00 |
Georg Brandl
|
01ba86af46
|
#4245: move Thread section to the top.
|
2008-11-06 10:20:49 +00:00 |
Benjamin Peterson
|
973e6c2cf3
|
remove py3k warnings about the threading api; update docs
Reviewer: Benjamin Peterson
|
2008-09-01 23:12:58 +00:00 |
Georg Brandl
|
25c3408556
|
Fix grammar.
|
2008-08-18 23:09:49 +00:00 |
Benjamin Peterson
|
facdd6ee9e
|
update the threading docs to account for recent changes
|
2008-08-18 22:29:19 +00:00 |
Benjamin Peterson
|
d8a8972ca9
|
change threading.getIdent to a property
This is new in 2.6 so now need to worry about backwards compatibility :)
|
2008-08-18 16:40:03 +00:00 |
Georg Brandl
|
9cf1934090
|
Fix typos.
|
2008-06-11 17:53:38 +00:00 |
Benjamin Peterson
|
f439560265
|
add aliases to threading module
|
2008-06-11 17:50:00 +00:00 |
Benjamin Peterson
|
0fbcf69455
|
give the threading API PEP 8 names
|
2008-06-11 17:27:50 +00:00 |
Gregory P. Smith
|
8856ddae25
|
Adds a Thread.getIdent() method to provide the _get_ident() value for
any given threading.Thread object. feature request issue 2871.
|
2008-06-01 23:48:47 +00:00 |
Georg Brandl
|
a6168f9e0a
|
Queue renaming reversal part 3: move module into place and
change imports and other references. Closes #2925.
|
2008-05-25 07:20:14 +00:00 |
Georg Brandl
|
7a148c2357
|
Fix-up docs for socketserver and queue renaming.
|
2008-05-12 10:03:16 +00:00 |
Georg Brandl
|
2e25551ef8
|
#1720705: add docs about import/threading interaction, wording by Nick.
|
2008-03-13 07:21:41 +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
|
6ebc52749c
|
Clarify thread.join() docs. #1873.
|
2008-01-19 17:38:53 +00:00 |
Georg Brandl
|
9749e15e2f
|
Remove with_statement future imports from 2.6 docs.
|
2008-01-05 19:28:16 +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 |