1. bd0c897 #11083 typo: RuntimeException -> RuntimeError by Brian Curtin · 13 years ago
  2. 5cee47f Add entry for Barrier objects. by Raymond Hettinger · 14 years ago
  3. 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
  4. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
  5. 7088abd Revert r87821 which moved the source link to the wrong section (from the module intro covering the module to a section on thread imports). by Raymond Hettinger · 14 years ago
  6. 39e352c Put link to source at the end. There's nothing edificating in threading.py. by Antoine Pitrou · 14 years ago
  7. a572476 #10846: fix typo. by Georg Brandl · 14 years ago
  8. 0034281 Elaborate about the GIL. by Antoine Pitrou · 14 years ago
  9. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 14 years ago
  10. 64a467d Homogenize the "optional OS services" menu by Antoine Pitrou · 14 years ago
  11. 6331520 Issue 10260 Adding the wait_for() method to threading.Condition by Kristján Valur Jónsson · 14 years ago
  12. 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 14 years ago
  13. 5bc1686 Review new Barrier docs. by Georg Brandl · 14 years ago
  14. 3be0003 issue 8777 Add threading.Barrier by Kristján Valur Jónsson · 14 years ago
  15. b9a4391 #10218: return timeout status from Condition.wait, mirroring other primitives' behavior. by Georg Brandl · 14 years ago
  16. f285bcc Be consistent in the spelling of thread-safe(ty). by Georg Brandl · 14 years ago
  17. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  18. 179249f #9689: add links from overview to in-depth class API descriptions. by Georg Brandl · 14 years ago
  19. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  20. a57edd0 Clarify the wording for threading.is_alive() to not suggest something is by Brett Cannon · 14 years ago
  21. adbc009 Add version{added,changed} for lock timeout support. by Antoine Pitrou · 14 years ago
  22. 0454af9 Issue #850728: Add a *timeout* parameter to the `acquire()` method of by Antoine Pitrou · 14 years ago
  23. 7c3e577 Issue #7316: the acquire() method of lock objects in the :mod:`threading` by Antoine Pitrou · 14 years ago
  24. f8754a6 Update versionadded/changed. by Ezio Melotti · 14 years ago
  25. d69fe2a Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from by Benjamin Peterson · 14 years ago
  26. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
  27. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  28. 502d9a5 Merged revisions 74207 via svnmerge from by Georg Brandl · 15 years ago
  29. 7a72b3a Recorded merge of revisions 74210 via svnmerge from by Georg Brandl · 15 years ago
  30. 0192bff Merged revisions 71607,71653,71696,71771,71786 via svnmerge from by Georg Brandl · 15 years ago
  31. 35a8836 Update whatsnew based on doc search. by Raymond Hettinger · 15 years ago
  32. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  33. 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 15 years ago
  34. 770b0be #4808: move old API below new API doc. by Georg Brandl · 16 years ago
  35. a971c65 Merged revisions 67117-67119,67123-67124,67143 via svnmerge from by Georg Brandl · 16 years ago
  36. b3085c9 remove the deprecation warnings for the old threading API; update the docs by Benjamin Peterson · 16 years ago
  37. c4fe6f3 Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via svnmerge from by Benjamin Peterson · 16 years ago
  38. 8bdd545 Merged revisions 65842 via svnmerge from by Benjamin Peterson · 16 years ago
  39. 773c17b Merged revisions 65818 via svnmerge from by Benjamin Peterson · 16 years ago
  40. f992640 Fix last traces of old threading API. by Georg Brandl · 16 years ago
  41. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 16 years ago
  42. 0c77a82 Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,63989,64014-64015,64021-64022,64063-64065,64067 via svnmerge from by Georg Brandl · 16 years ago
  43. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  44. f260e44 Rename Queue module to queue. by Alexandre Vassalotti · 16 years ago
  45. d7cce26 Remove the mutex module. by Brett Cannon · 16 years ago
  46. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  47. 836baa5 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,61066-61080 via svnmerge from by Christian Heimes · 16 years ago
  48. d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 16 years ago
  49. fceab5a Merged revisions 60080-60089,60091-60093 via svnmerge from by Georg Brandl · 17 years ago
  50. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  51. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  52. c79461b Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. by Collin Winter · 17 years ago
  53. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  54. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago