1. 9b2e37f Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  2. c36bf99 Correction to issue 17052 fix by Michael Foord · 12 years ago
  3. cb66ee7 Issue 17502: unittest discovery should use self.testLoader by Michael Foord · 12 years ago
  4. 72b1977 Improving help message for python -m unittest. Issue 8303. by Michael Foord · 14 years ago
  5. 215d394 Adding a test for unittest test discovery with dotted path name. by Michael Foord · 14 years ago
  6. 3dd9f40 Minor tweak to unittest command line usage message by Michael Foord · 15 years ago
  7. d43b63f Adding -b command line option to the unittest usage message. by Michael Foord · 15 years ago
  8. 5637f04 Addition of -b command line option to unittest for buffering stdout and stderr during test runs. by Michael Foord · 15 years ago
  9. 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
  10. eef159b Correct usage message displayed for python -m unittest -h by Michael Foord · 15 years ago
  11. 0ce1672 expected failure should not trigger failfast behavior in unittest. by Michael Foord · 15 years ago
  12. 4989969 Removing Python 2.3 compatibility code from unittest. by Michael Foord · 15 years ago
  13. 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
  14. b1aa30f Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest. by Michael Foord · 15 years ago
  15. d6aabcf Test creation moved from TestProgram.parseArgs to TestProgram.createTests exclusively. Issue 6956. by Michael Foord · 15 years ago
  16. d7b0eeb split unittest.py into a package by Benjamin Peterson · 15 years ago