1. b8d5f24 Variation of Thomas Heller's patch (722638) for improving readability by Steve Purcell · 21 years ago
  2. cca3491 Another instance of the same typo. by Steve Purcell · 21 years ago
  3. 397b45d Incorporated patch 819077, from George Yoshida: by Steve Purcell · 21 years ago
  4. 1b3c04b Fixed bug introduced in revision 1.27 by Armin Rigo · 21 years ago
  5. 3a01b7d Removed redundant 'return' statement. (Issue 813159) by Steve Purcell · 21 years ago
  6. 3198275 Topical change: use 'startswith()' to identify test methods with a by Steve Purcell · 21 years ago
  7. 7e74384 - Fixed loading of tests by name when name refers to unbound by Steve Purcell · 21 years ago
  8. d75e7e4 Explicitly define public symbols via __all__: see discussion with Raymond by Steve Purcell · 21 years ago
  9. 91dd19d SF bug #804115: bad argument handling(unittest.py) by Raymond Hettinger · 21 years ago
  10. ae5c37b delete unused local variable (pychecker caught) by Skip Montanaro · 21 years ago
  11. c377cbf SF bug #715145: unittest.py still uses != in failUnlessEqual by Raymond Hettinger · 21 years ago
  12. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  13. c7b0769 Incorporate Skip's suggestion to use SciPy's validation test near by Raymond Hettinger · 22 years ago
  14. 6791137 Now that TestCase is a new-style class, change loadTestsFromModule and by Guido van Rossum · 22 years ago
  15. 22dae28 Add a missing call to _strclass(). by Jeremy Hylton · 22 years ago
  16. dc391a6 Fix to ensure consistent 'repr' and 'str' results between Python by Steve Purcell · 22 years ago
  17. 824574d Add module-wide "__metaclass__ = type", as requested by Jim Fulton. by Steve Purcell · 22 years ago
  18. 7616504 Fix printing plural (s or ""). by Neal Norwitz · 22 years ago
  19. 2513357 Munge the RCS keywords to avoid updates, so the version number matches that by Fred Drake · 22 years ago
  20. ca9aaf3 Synch with pyunit CVS: by Steve Purcell · 23 years ago
  21. 202dd1e In unconditional except clauses, don't catch KeyboardInterrupt -- it's by Guido van Rossum · 23 years ago
  22. efef5da A few formatting nits: by Jeremy Hylton · 23 years ago
  23. 656f9ec Add missing period in docstring. by Fred Drake · 23 years ago
  24. 7b06570 Changed TestResult to store only the text representation of an error. by Steve Purcell · 23 years ago
  25. e00dde2 Merged in bugfix from PyUnit CVS for problem reported by Gary Todd. by Steve Purcell · 23 years ago
  26. 4bc8085 patch 418489 from Andrew Dalke for string format bug by Steve Purcell · 23 years ago
  27. ab0648f - Typo in message for TestCase.failIfEqual() by Steve Purcell · 23 years ago
  28. 613b222 Whitespace normalization. by Tim Peters · 23 years ago
  29. 15d8927 - New fail*() methods, and comprehensive set of assert*() synonyms by Steve Purcell · 23 years ago
  30. 17a781b * Remove exc_info() kludge -- it actually messed up the Jython output by Steve Purcell · 23 years ago
  31. a19a168 Whitespace normalization. by Tim Peters · 23 years ago
  32. 5ddd1a8 Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.py by Steve Purcell · 23 years ago
  33. 0253820 The unittest module from PyUNIT, by Steve Purcell. by Fred Drake · 23 years ago