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