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