1. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  2. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  3. 4fbc72b Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,61714-61716,61718-61722 via svnmerge from by Christian Heimes · 16 years ago
  4. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  5. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  6. bdab7d3 Fix test_poll.py. By Christian Heimes. by Guido van Rossum · 17 years ago
  7. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  8. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  9. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  10. 0f46bbf Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint by Neal Norwitz · 19 years ago
  11. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  12. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  13. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  14. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  15. d50a187 Fix for two problems on FreeBSD: by Andrew M. Kuchling · 24 years ago
  16. 43dee06 Another new test using "from test.test_support import ...", causing by Tim Peters · 24 years ago
  17. 3227cc8 Test suite for poll() interface (SF patch #100852) by Andrew M. Kuchling · 24 years ago