1. ad50591 bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943) by Miss Islington (bot) · 5 years ago
  2. d12e757 Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)" (GH-13458) by Victor Stinner · 5 years ago
  3. 4959c33 bpo-36084: Add native thread ID to threading.Thread objects (GH-11993) by Jake Tesler · 5 years ago
  4. b43c4ca Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3648) by Antoine Pitrou · 7 years ago
  5. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  6. aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 7 years ago
  7. 62f4dad Issue 21137: Better repr for threading.Lock() by Raymond Hettinger · 10 years ago
  8. 7b47699 Issue #18808: Thread.join() now waits for the underlying thread state to be destroyed before returning. by Antoine Pitrou · 11 years ago
  9. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  10. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  11. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  12. 2d70e29 Issue #11223: fix test_dummy_threading, add _dummy_thread.info() by Victor Stinner · 13 years ago
  13. 819c40f Followup to issue #11140 and r88682: also patch _dummy_thread. by Antoine Pitrou · 13 years ago
  14. db1bad2 Fix bootstrap issues when building without threads by Antoine Pitrou · 14 years ago
  15. 7c3e577 Issue #7316: the acquire() method of lock objects in the :mod:`threading` by Antoine Pitrou · 14 years ago
  16. b5ebf27b Merged revisions 65787 via svnmerge from by Brett Cannon · 16 years ago
  17. 40c8f23 Merged revisions 64903 via svnmerge from by Brett Cannon · 16 years ago
  18. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago[Renamed (85%) from Lib/dummy_thread.py]
  19. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  20. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  21. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  22. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  23. 91012fe Cause calling interrupt_main in main thread raise KeyboardInterrupt instantly. by Brett Cannon · 21 years ago
  24. 4e64d78 dummy_thread modified to have interrupt_main and to behave appropriately when by Brett Cannon · 21 years ago
  25. 2c60f7a Whitespace normalization. by Tim Peters · 21 years ago
  26. ad50ca9 Brett Cannon's dummy_thread and dummy_threading modules (SF patch by Guido van Rossum · 22 years ago