1. fcf81fd Issue #11140: Lock.release() now raises a RuntimeError when attempting by Antoine Pitrou · 13 years ago
  2. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 14 years ago
  3. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  4. e4754bd Remove obsolete mention of IRIX native threads -- we don't use them anymore. by Antoine Pitrou · 14 years ago
  5. adbc009 Add version{added,changed} for lock timeout support. by Antoine Pitrou · 14 years ago
  6. 7c3e577 Issue #7316: the acquire() method of lock objects in the :mod:`threading` by Antoine Pitrou · 14 years ago
  7. 9257f5e Merged revisions 75969 via svnmerge from by Antoine Pitrou · 15 years ago
  8. 65c9c64 Merged revisions 75958 via svnmerge from by Antoine Pitrou · 15 years ago
  9. 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
  10. 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]
  11. 836baa5 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,61066-61080 via svnmerge from by Christian Heimes · 16 years ago
  12. d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 16 years ago
  13. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  14. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  15. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  16. 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
  17. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  18. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago