1. 5b10b98 bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) by Serhiy Storchaka · 5 years ago
  2. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  3. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  4. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  5. 83000a4 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
  6. 56a6d85 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
  7. 521e586 Issue #22032: __qualname__ instead of __name__ is now always used to format by Serhiy Storchaka · 10 years ago
  8. 6d09f09 Issue14255 Don't flatten case of tempdir by Tim Golden · 11 years ago
  9. c3bfb01 Merge #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 12 years ago
  10. 5abd76a #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 12 years ago
  11. e6db144 (merge 3.2) Issue #12400: test_zipimport_support doesn't restore original by Victor Stinner · 13 years ago
  12. 592f679 Issue #12400: test_zipimport_support doesn't restore original sys.stdout anymore by Victor Stinner · 13 years ago
  13. 755d512 Remove a now unneeded tweak to test_zipimport_support in order to not by Brett Cannon · 13 years ago
  14. 31f5929 Issue #10990: Prevent tests from clobbering a set trace function. by Brett Cannon · 13 years ago
  15. ef31657 Issue 10971: Make test_zipimport_support once again compatible with refleak hunting (reviewed by Georg Brandl) by Nick Coghlan · 13 years ago
  16. 90be5fb Issue 10556: test_zipimport_support implicitly imports too many modules (including _ssl) to safely clobber sys.modules after each test by Nick Coghlan · 14 years ago
  17. 34748cd Fix test suite to not activate new sigint behavior in pdb. by Georg Brandl · 14 years ago
  18. 6722b5f test_zipimport_support: use ascii() on bytes output to avoid BytesWarning by Victor Stinner · 14 years ago
  19. f51d8d3 Better Python spawning primitives in test.script_helper, for by Antoine Pitrou · 14 years ago
  20. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  21. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  22. 260bd3e Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-76311,76313-76322 via svnmerge from by Nick Coghlan · 15 years ago
  23. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  24. 3862200 Merged revisions 67790 via svnmerge from by Nick Coghlan · 16 years ago
  25. f088e5e Merged revisions 67750-67751 via svnmerge from by Nick Coghlan · 16 years ago