1. eef159b Correct usage message displayed for python -m unittest -h by Michael Foord · 16 years ago
  2. 0ce1672 expected failure should not trigger failfast behavior in unittest. by Michael Foord · 16 years ago
  3. 4989969 Removing Python 2.3 compatibility code from unittest. by Michael Foord · 16 years ago
  4. 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 · 16 years ago
  5. b1aa30f Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest. by Michael Foord · 16 years ago
  6. d6aabcf Test creation moved from TestProgram.parseArgs to TestProgram.createTests exclusively. Issue 6956. by Michael Foord · 16 years ago
  7. d7b0eeb split unittest.py into a package by Benjamin Peterson · 16 years ago