1. 819c40f Followup to issue #11140 and r88682: also patch _dummy_thread. by Antoine Pitrou · 13 years ago
  2. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 14 years ago
  3. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  4. 40c8f23 Merged revisions 64903 via svnmerge from by Brett Cannon · 16 years ago
  5. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  6. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  7. f260e44 Rename Queue module to queue. by Alexandre Vassalotti · 16 years ago
  8. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  9. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  10. f545baa Whitespace normalization. by Tim Peters · 21 years ago
  11. 91012fe Cause calling interrupt_main in main thread raise KeyboardInterrupt instantly. by Brett Cannon · 21 years ago
  12. 4e64d78 dummy_thread modified to have interrupt_main and to behave appropriately when by Brett Cannon · 21 years ago
  13. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  14. 13da5fa Make time.sleep calls go to 0 for common testing. by Brett Cannon · 21 years ago
  15. f2715e0 Whitespace normalization. by Tim Peters · 21 years ago
  16. ad50ca9 Brett Cannon's dummy_thread and dummy_threading modules (SF patch by Guido van Rossum · 22 years ago