1. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 18 years ago
  2. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 18 years ago
  3. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 18 years ago
  4. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  5. 6782d6a We don't really need the name of the test in the "test skipped" msg, and by Tim Peters · 23 years ago
  6. 283ead8 Oops! Forgot the closing paren. by Tim Peters · 23 years ago
  7. 32ef169 Finally got around to figuring out and documenting why this test fails by Tim Peters · 23 years ago
  8. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  9. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 23 years ago
  10. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 24 years ago
  11. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  12. dbc363c The test assumed that the local pathname convention for "foo" would sort before "foo/bar", which is not true on the mac (where they are "foo" and ":foo:bar", respectively; ":foo" would be fine too, but "foo" is the preferred spelling). Fixed by sorting the output. by Jack Jansen · 24 years ago
  13. ab9ba27 Whitespace normalization. by Tim Peters · 24 years ago
  14. c7ca3ff Skip test_mhlib on Windows -- too many Unix assumptions. by Tim Peters · 24 years ago
  15. 0263c80 Unittests for mhlib, by Nick Mathewson. by Guido van Rossum · 24 years ago