1. 37c4a72 Merged revisions 88281 via svnmerge from by Brian Curtin · 14 years ago
  2. 335d4f5 Merged revisions 87807,87820,87831,87859 via svnmerge from by Georg Brandl · 14 years ago
  3. 9f41bb3 Merged revisions 87792 via svnmerge from by Antoine Pitrou · 14 years ago
  4. c0b3544 Issue 10789: Correct threading.Lock.acquire signature. by Terry Reedy · 14 years ago
  5. 837fbb0 Merged revisions 85731,85735 via svnmerge from by Georg Brandl · 14 years ago
  6. e679a37 Provide links to Python source in a handful of by Raymond Hettinger · 14 years ago
  7. 21946af Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from by Georg Brandl · 14 years ago
  8. 11a3061 Merged revisions 83080 via svnmerge from by Brett Cannon · 14 years ago
  9. 8ded477 Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP by Victor Stinner · 14 years ago
  10. 47b6659 Added a note about Event.is_set() syntax being new to 2.6 by Facundo Batista · 15 years ago
  11. f4da666 Fix references to threading.enumerate(). by Georg Brandl · 15 years ago
  12. 3591a8f Move member descriptions inside the classes. by Georg Brandl · 15 years ago
  13. 9fa61bb #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. by Georg Brandl · 15 years ago
  14. ce54356 #5757: fix copy-paste error in notify(). by Georg Brandl · 15 years ago
  15. ef660e8 #1674032: return value of flag from Event.wait(). OKed by Guido. by Georg Brandl · 15 years ago
  16. 2cd82a8 #5458: add a note when we started to raise RuntimeErrors. by Georg Brandl · 16 years ago
  17. ecd2afa #5031: fix Thread.daemon property docs. by Georg Brandl · 16 years ago
  18. 01ba86a #4245: move Thread section to the top. by Georg Brandl · 16 years ago
  19. 973e6c2 remove py3k warnings about the threading api; update docs by Benjamin Peterson · 16 years ago
  20. 25c3408 Fix grammar. by Georg Brandl · 16 years ago
  21. facdd6e update the threading docs to account for recent changes by Benjamin Peterson · 16 years ago
  22. d8a8972 change threading.getIdent to a property by Benjamin Peterson · 16 years ago
  23. 9cf1934 Fix typos. by Georg Brandl · 16 years ago
  24. f439560 add aliases to threading module by Benjamin Peterson · 16 years ago
  25. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 16 years ago
  26. 8856dda Adds a Thread.getIdent() method to provide the _get_ident() value for by Gregory P. Smith · 16 years ago
  27. a6168f9 Queue renaming reversal part 3: move module into place and by Georg Brandl · 16 years ago
  28. 7a148c2 Fix-up docs for socketserver and queue renaming. by Georg Brandl · 16 years ago
  29. 2e25551 #1720705: add docs about import/threading interaction, wording by Nick. by Georg Brandl · 17 years ago
  30. fd42906 Revert r61029. by Georg Brandl · 17 years ago
  31. f1699cd Document import ./. threading issues. #1720705. by Georg Brandl · 17 years ago
  32. 6ebc527 Clarify thread.join() docs. #1873. by Georg Brandl · 17 years ago
  33. 9749e15 Remove with_statement future imports from 2.6 docs. by Georg Brandl · 17 years ago
  34. fcb444a Added cross-references plus a note about dict & list shallow copying. by Mark Summerfield · 17 years ago
  35. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 17 years ago