1. b43c4ca Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3648) by Antoine Pitrou · 7 years ago
  2. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  3. 31e7f50 Issue #24952: Clarify default argument of stack_size() in threading, _thread by Martin Panter · 9 years ago
  4. e004c6c Issue #22006: Remove outdated _thread caveat. Thanks Dan O'Reilly for the report. by Mark Dickinson · 10 years ago
  5. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  6. f8def28 Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 11 years ago
  7. 9a13b43 Replace ThreadError by RuntimeError: the former is now an obsolete alias of the latter. by Georg Brandl · 12 years ago
  8. fcf81fd Issue #11140: Lock.release() now raises a RuntimeError when attempting by Antoine Pitrou · 13 years ago
  9. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 14 years ago
  10. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  11. e4754bd Remove obsolete mention of IRIX native threads -- we don't use them anymore. by Antoine Pitrou · 14 years ago
  12. adbc009 Add version{added,changed} for lock timeout support. by Antoine Pitrou · 14 years ago
  13. 7c3e577 Issue #7316: the acquire() method of lock objects in the :mod:`threading` by Antoine Pitrou · 14 years ago
  14. 9257f5e Merged revisions 75969 via svnmerge from by Antoine Pitrou · 15 years ago
  15. 65c9c64 Merged revisions 75958 via svnmerge from by Antoine Pitrou · 15 years ago
  16. a6053b4 Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,74616-74618,74621 via svnmerge from by Georg Brandl · 15 years ago
  17. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago[Renamed (94%) from Doc/library/thread.rst]
  18. 836baa5 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,61066-61080 via svnmerge from by Christian Heimes · 16 years ago
  19. d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 16 years ago
  20. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  21. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  22. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  23. 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
  24. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  25. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago