1. f6ff26c unittest.result.TestResult does not create its buffers until they're used. It uses StringIO not cStringIO. Issue 8333. by Michael Foord · 15 years ago
  2. 9b4ee12 Cross platform unittest.TestResult newline handling when buffering stdout / stderr. by Michael Foord · 15 years ago
  3. 25d7976 unittest tests no longer replace the sys.stdout put in place by regrtest by Michael Foord · 15 years ago
  4. 58c1e78 TestResult stores original sys.stdout and tests no longer use sys.__stdout__ (etc) in tests for unittest -b command line option by Michael Foord · 15 years ago
  5. 5637f04 Addition of -b command line option to unittest for buffering stdout and stderr during test runs. by Michael Foord · 15 years ago
  6. 0ce1672 expected failure should not trigger failfast behavior in unittest. by Michael Foord · 15 years ago
  7. 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
  8. b1aa30f Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest. by Michael Foord · 15 years ago
  9. 5ffa325 Addition of setUpClass and setUpModule shared fixtures to unittest. by Michael Foord · 15 years ago
  10. d99ef9a unittest.TestResult can now be used with the TextTestRunner. TextTestRunner compatible with old TestResult objects. by Michael Foord · 15 years ago
  11. ae3db0a Support for old TestResult object (unittest) with warnings when using unsupported features. by Michael Foord · 15 years ago
  12. db43b5a Issue 7893 and Issue 7588 by Michael Foord · 15 years ago
  13. d7b0eeb split unittest.py into a package by Benjamin Peterson · 16 years ago