1. 750c5ab bpo-42308: Add threading.__excepthook__ (GH-23218) by Mario Corchero · 4 years, 9 months ago
  2. 0001a1b bpo-42251: Add gettrace and getprofile to threading (GH-23125) by Mario Corchero · 4 years, 9 months ago
  3. 98c16c9 bpo-41833: threading.Thread now uses the target name (GH-22357) by Victor Stinner · 4 years, 11 months ago
  4. bb0b085 bpo-40204: Fix reference to terms in the doc (GH-21865) by Victor Stinner · 5 years ago
  5. a6ac239 Minor change on threading.Thread.native_id documentation. (GH-18129) by Antoine · 5 years ago
  6. 14d5331 bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)" (GH-19456) by Victor Stinner · 5 years ago
  7. ef8844f Fix Lock.locked() to remove extra bold highlighting (#18042) by Grant Jenks · 6 years ago
  8. fdafa1d document threading.Lock.locked() (GH-17427) by idomic · 6 years ago
  9. 138ccbb bpo-38738: Fix formatting of True and False. (GH-17083) by Serhiy Storchaka · 6 years ago
  10. 91528f4 bpo-38466: Fix threading.excepthook doc (GH-16891) by Daniel Baskal · 6 years ago
  11. 35f6301 bpo-10978: Semaphores can release multiple threads at a time (GH-15588) by Raymond Hettinger · 6 years ago
  12. 84846b0 bpo-36084: Add threading Native ID information to What's New documentation (GH-14845) by Jake Tesler · 6 years ago
  13. 066e5b1 bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049) by Victor Stinner · 6 years ago
  14. 212646c bpo-37261: Document sys.unraisablehook corner cases (GH-14059) by Victor Stinner · 6 years ago
  15. d0eeb93 bpo-37077: Add native thread ID (TID) for AIX (GH-13624) by Michael Felt · 6 years ago
  16. 5287022 bpo-37160: Thread native ID NetBSD support (GH-13835) by David Carlier · 6 years ago
  17. 0b9956e bpo-37087: Adding native ID support for OpenBSD (GH-13654) by David Carlier · 6 years ago
  18. cd590a7 bpo-1230540: Add threading.excepthook() (GH-13515) by Victor Stinner · 6 years ago
  19. b121f63 bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463) by Jake Tesler · 6 years ago
  20. d12e757 Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)" (GH-13458) by Victor Stinner · 6 years ago
  21. 51a860e Correct typos in the Barrier specification (GH-9395) by Géry Ogam · 6 years ago
  22. 4959c33 bpo-36084: Add native thread ID to threading.Thread objects (GH-11993) by Jake Tesler · 6 years ago
  23. 29d018a replace 'sequencial argument' by 'positional' in doc (GH-12925) by Mathieu Dupuy · 6 years ago
  24. 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 7 years ago
  25. 2d6097d bpo-11233: Create availability directive for documentation (GH-9692) by Cheryl Sabella · 7 years ago
  26. 5b10d51 closes bpo-34004: Skip lock interruption tests on musl. (GH-9224) by Benjamin Peterson · 7 years ago
  27. a0374dd bpo-32208: update threading.Semaphore docs and add unit test (#4709) by Garrett Berg · 8 years ago
  28. 236329e point to the module-level get_ident function rather than the one in _thread (#3782) by Benjamin Peterson · 8 years ago
  29. b43c4ca Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3648) by Antoine Pitrou · 8 years ago
  30. 143be36 bpo-31191: Improve grammar in threading.Barrier docs (GH-3080) by Saurabh Chaturvedi · 8 years ago
  31. 56ddfd2 bpo-27618: Clarify that threading.Lock is a factory function (GH-1307) by csabella · 8 years ago
  32. 972e04e Issue #28960: Drop comma attached to dash in Thread.join() description by Martin Panter · 9 years ago
  33. 4adf01c Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 9 years ago
  34. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  35. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  36. 31e7f50 Issue #24952: Clarify default argument of stack_size() in threading, _thread by Martin Panter · 10 years ago
  37. b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 10 years ago
  38. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 10 years ago
  39. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 11 years ago
  40. 55f4d56 merge with 3.3 by Georg Brandl · 12 years ago
  41. b19ef18 Closes #18927: Lock.acquire only accepts -1 or positive values for timeout. by Georg Brandl · 12 years ago
  42. 58b5c5a Issue #18882: Add threading.main_thread() function. by Andrew Svetlov · 12 years ago
  43. 9e0ae53 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 12 years ago
  44. 19aeb43 Issue #17435: Don't use mutable default values in Timer. by R David Murray · 12 years ago
  45. f8def28 Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 12 years ago
  46. db0b7be Issue #17208: add a note about the termination behaviour of daemon threads. by Antoine Pitrou · 12 years ago
  47. 38b8254 Issue #17208: add a note about the termination behaviour of daemon threads. by Antoine Pitrou · 12 years ago
  48. 6d043fc #16978: merge with 3.2. by Ezio Melotti · 13 years ago
  49. ff12fae #16978: rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
  50. ef4d286 #10968: commit threading doc changes and corresponding whatsnew entry. by R David Murray · 13 years ago
  51. 8b61611 #15865: merge with 3.2. by Ezio Melotti · 13 years ago
  52. e08824c Remove :noindex: for threading.Thread which killed all reference links to it by Eli Bendersky · 13 years ago
  53. fc6accc Remove outdated statements about threading and imports. by Antoine Pitrou · 13 years ago
  54. dd95974 #14823: Simplify threading.Lock.acquire argument discussion. by R David Murray · 13 years ago
  55. f7a6615 #14823: Simplify threading.Lock.acquire argument discussion. by R David Murray · 13 years ago
  56. 1c94ff8 Improve the threading.Condition docs. by Antoine Pitrou · 13 years ago
  57. f6cd9b2 Improve the threading.Condition docs. by Antoine Pitrou · 13 years ago
  58. 61d85ba Merge by Antoine Pitrou · 13 years ago
  59. b96a354 Small improvements to the threading docs: better publicize support for the with statement. by Antoine Pitrou · 13 years ago
  60. 2c9f104 Fix some markup in the threading docs. by Antoine Pitrou · 13 years ago
  61. 126aef7 Issue #8799: Fix and improve the threading.Condition documentation. by Antoine Pitrou · 13 years ago
  62. 5d1c2f0 Issue #14502: merge with 3.2 by Sandro Tosi · 13 years ago
  63. fee3fc7 Issue #14502: release() and unlocked lock generates a ThreadError by Sandro Tosi · 13 years ago
  64. 9a13b43 Replace ThreadError by RuntimeError: the former is now an obsolete alias of the latter. by Georg Brandl · 13 years ago
  65. ded0348 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 14 years ago
  66. 61d28d6 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 14 years ago
  67. bf9d34c Issue 12767: document the argument of threading.Condition.notify by Eli Bendersky · 14 years ago
  68. d44af82 Issue #12767: documenting threading.Condition.notify by Eli Bendersky · 14 years ago
  69. e130a52 Remove duplication. by Ezio Melotti · 14 years ago
  70. f106449 Merge with 3.2. by Ezio Melotti · 14 years ago
  71. 2a12974 Close #12028: Make threading._get_ident() public, rename it to by Victor Stinner · 14 years ago
  72. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 14 years ago
  73. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 14 years ago
  74. d6d17c5 No need to put this at top by Antoine Pitrou · 14 years ago
  75. 0bd4deb Issue #6064: Add a `daemon` keyword argument to the threading.Thread by Antoine Pitrou · 14 years ago
  76. bd0c897 #11083 typo: RuntimeException -> RuntimeError by Brian Curtin · 15 years ago
  77. 5cee47f Add entry for Barrier objects. by Raymond Hettinger · 15 years ago
  78. 4f707fd Separate source link from main text. by Raymond Hettinger · 15 years ago
  79. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 15 years ago
  80. 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 · 15 years ago
  81. 39e352c Put link to source at the end. There's nothing edificating in threading.py. by Antoine Pitrou · 15 years ago
  82. a572476 #10846: fix typo. by Georg Brandl · 15 years ago
  83. 0034281 Elaborate about the GIL. by Antoine Pitrou · 15 years ago
  84. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 15 years ago
  85. 64a467d Homogenize the "optional OS services" menu by Antoine Pitrou · 15 years ago
  86. 6331520 Issue 10260 Adding the wait_for() method to threading.Condition by Kristján Valur Jónsson · 15 years ago
  87. 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 15 years ago
  88. 5bc1686 Review new Barrier docs. by Georg Brandl · 15 years ago
  89. 3be0003 issue 8777 Add threading.Barrier by Kristján Valur Jónsson · 15 years ago
  90. b9a4391 #10218: return timeout status from Condition.wait, mirroring other primitives' behavior. by Georg Brandl · 15 years ago
  91. f285bcc Be consistent in the spelling of thread-safe(ty). by Georg Brandl · 15 years ago
  92. 6faee4e #9911: doc copyedits. by Georg Brandl · 15 years ago
  93. 179249f #9689: add links from overview to in-depth class API descriptions. by Georg Brandl · 15 years ago
  94. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 15 years ago
  95. a57edd0 Clarify the wording for threading.is_alive() to not suggest something is by Brett Cannon · 15 years ago
  96. adbc009 Add version{added,changed} for lock timeout support. by Antoine Pitrou · 15 years ago
  97. 0454af9 Issue #850728: Add a *timeout* parameter to the `acquire()` method of by Antoine Pitrou · 15 years ago
  98. 7c3e577 Issue #7316: the acquire() method of lock objects in the :mod:`threading` by Antoine Pitrou · 15 years ago
  99. f8754a6 Update versionadded/changed. by Ezio Melotti · 15 years ago
  100. d69fe2a Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from by Benjamin Peterson · 16 years ago