1. 6782d6a We don't really need the name of the test in the "test skipped" msg, and by Tim Peters · 22 years ago
  2. 283ead8 Oops! Forgot the closing paren. by Tim Peters · 22 years ago
  3. 32ef169 Finally got around to figuring out and documenting why this test fails by Tim Peters · 22 years ago
  4. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  5. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  6. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  7. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  8. 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 · 23 years ago
  9. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  10. c7ca3ff Skip test_mhlib on Windows -- too many Unix assumptions. by Tim Peters · 23 years ago
  11. 0263c80 Unittests for mhlib, by Nick Mathewson. by Guido van Rossum · 23 years ago