1. 883bc63 bpo-40275: Use new test.support helper submodules in tests (GH-21314) by Hai Shi · 5 years ago
  2. 28b0d9d #17691: test_univnewlines now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  3. a27c5bd Merged revisions 72979 via svnmerge from by Philip Jenvey · 16 years ago
  4. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 16 years ago
  5. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago
  6. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  7. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 18 years ago
  8. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 18 years ago
  9. 9c62772 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 18 years ago
  10. 8358db2 New I/O code from Tony Lownds implement newline feature correctly, by Guido van Rossum · 18 years ago
  11. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 18 years ago
  12. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 18 years ago
  13. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
  14. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  15. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  16. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  17. ea572b2 Assorted code cleanups for readability. Greatly boosted the size of the by Tim Peters · 23 years ago
  18. 863ac44 Whitespace normalization. by Tim Peters · 23 years ago
  19. 518d261 Test suite for universal newline support. by Jack Jansen · 23 years ago