1. b9b6900 bpo-31234: Add support.join_thread() helper (#3587) by Victor Stinner · 7 years ago
  2. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  3. 6b3481c Issue #5830: Add test for ee476248a74a. (Contributed by Serhiy Storchaka.) by Raymond Hettinger · 8 years ago
  4. 597d15a Issue #23277: Remove unused support.run_unittest import. by Serhiy Storchaka · 8 years ago
  5. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  6. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  7. 468bcaf merge by Raymond Hettinger · 11 years ago
  8. 889b92d Issue #18432: Fix unintended API change in the sched module by Raymond Hettinger · 11 years ago
  9. 3e9a9ae Update various test modules to use unittest.main() for test discovery by Brett Cannon · 11 years ago
  10. 369a782 Issue #16843: Make concurrent tests for sched module deterministic. by Serhiy Storchaka · 12 years ago
  11. f2b9cf4 Issue #16165: Fix sched.scheduler.run() method was block a scheduler for by Serhiy Storchaka · 12 years ago
  12. 4a72ebe Issue #13878: Fix random test_sched failures. by Charles-François Natali · 12 years ago
  13. f670ca5 Issue #13878: Fix random test_sched failures. by Charles-François Natali · 12 years ago
  14. 556ba04 Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the scheduler can be used in non-blocking applications by Giampaolo Rodola' · 13 years ago
  15. 6a5dcd4 sched.py: fix test_queue by making sure that queue property returns an orderd list of upcoming events by Giampaolo Rodola' · 13 years ago
  16. be55d99 Fix 13245: by Giampaolo Rodola' · 13 years ago
  17. b5c2376 issue #8687: provides a test suite for sched.py module by Giampaolo Rodolà · 14 years ago