1. bf2ad34 Pass on parameters in unittest.TextTestResult.__init__ super call by Michael Foord · 13 years ago
  2. 55727e1 Merged revisions 86511 via svnmerge from by Benjamin Peterson · 14 years ago
  3. 5637f04 Addition of -b command line option to unittest for buffering stdout and stderr during test runs. by Michael Foord · 15 years ago
  4. fa2f1cd Addition of -c command line option to unittest, to handle ctrl-c during a test run more elegantly by Michael Foord · 15 years ago
  5. 1b9e953 -f/--failfast command line option for unittest. Issue 8074. Documentation still needed. Plus minor change to test_unittest to allow it to be run with python -m test.unittest by Michael Foord · 15 years ago
  6. b1aa30f Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest. by Michael Foord · 15 years ago
  7. d99ef9a unittest.TestResult can now be used with the TextTestRunner. TextTestRunner compatible with old TestResult objects. by Michael Foord · 15 years ago
  8. db43b5a Issue 7893 and Issue 7588 by Michael Foord · 15 years ago
  9. 47dded6 Backport micro-fix from the py3k svnmerge by Antoine Pitrou · 16 years ago
  10. 0734c63 Issue #7197: Allow unittest.TextTestRunner objects to be pickled and by Antoine Pitrou · 16 years ago
  11. d7b0eeb split unittest.py into a package by Benjamin Peterson · 16 years ago