1. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  2. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  3. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 19 years ago
  4. 4354ba3 avoid fragility: make sure POSIXLY_CORRECT is completely controlled by Fred Drake · 21 years ago
  5. afd5ce1 nice tests dont leave little suprises in the environ by Anthony Baxter · 21 years ago
  6. 627728a Use test_support.run_doctest() by Raymond Hettinger · 22 years ago
  7. 1a4a9d0 Add doctest for example in the library reference. by Raymond Hettinger · 22 years ago
  8. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  9. 446a25f Patch 473512: add GNU style scanning as gnu_getopt. by Martin v. Löwis · 23 years ago
  10. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  11. da7bf4e Add test case for SF bug by Tim Peters · 25 years ago
  12. ff18b80 Don't reference a module named test.test_support. Always use plain by Guido van Rossum · 25 years ago
  13. 571bb8f David Goodger's new getopt test module (thanks, David!). by Tim Peters · 25 years ago