1. 8f77630 #10273: Remove a "Matches" that I missed in r86910. Thanks to RDM for noticing it. by Ezio Melotti · 14 years ago
  2. 36526bf Correct comment in unittest test by Michael Foord · 14 years ago
  3. 37d120a Issue 10620: Specifying test modules by path instead of module name to 'python -m unittest' by Michael Foord · 14 years ago
  4. 5074df6 Issue 7911: unittest.TestCase.longMessage defaults to True for improved failure messages by default by Michael Foord · 14 years ago
  5. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  6. f10c400 Fix test failure in debug builds and add NEWS entry for r86908 by Ezio Melotti · 14 years ago
  7. 6090187 #10535: Enable silenced warnings in unittest by default by Ezio Melotti · 14 years ago
  8. 6e165b3 Issue 10242: unittest.assertItemsEqual makes too many assumptions. by Raymond Hettinger · 14 years ago
  9. 2baf1a6 #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmostEquals, assertNotAlmostEquals, and assert_ by Ezio Melotti · 14 years ago
  10. b87ef8f Improve test for 'python -m unittest' launching test discovery by Michael Foord · 14 years ago
  11. 086f308 Issue 10470: 'python -m unittest' launches test discovery by default.(If you need to pass options to test discovery the discover subcommand must still be specified explicitly.) by Michael Foord · 14 years ago
  12. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  13. b357fb7 Issue 10326: further extend test for unpickling to ensure type lookup mechanism works after unpickling by Michael Foord · 14 years ago
  14. 8a00eec Issue 10326: extend test for pickling of TestCase instances to ensure they can be unpickled too by Michael Foord · 14 years ago
  15. 8ca6d98 Issue 10326: TestCase instances can now be pickled (they store names of instance methods instead of references to the instance methods themselves). by Michael Foord · 14 years ago
  16. bbea35f Fix issue 9926. TestSuite subclasses that override __call__ are called correctly. by Michael Foord · 14 years ago
  17. 4bc12ef Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittest by Antoine Pitrou · 14 years ago
  18. c653ce3 Fix error message for comparing single line strings in unittest.TestCase.assertEqual. by Michael Foord · 14 years ago
  19. 2b293cf Merged revisions 81878 via svnmerge from by Michael Foord · 14 years ago
  20. b874874 Merged revisions 81853 via svnmerge from by Michael Foord · 14 years ago
  21. 520ed0a Merged revisions 81764 via svnmerge from by Michael Foord · 14 years ago
  22. da562f6 Merged revisions 81763 via svnmerge from by Michael Foord · 14 years ago
  23. ac76074 Merged revisions 81753 via svnmerge from by Michael Foord · 14 years ago
  24. 085dfd3 Merged revisions 81739 via svnmerge from by Michael Foord · 14 years ago
  25. 67c399f Test fix to use floor division. Correction from merge in previous commit. by Michael Foord · 14 years ago
  26. 2034d9a Merged revisions 81728 via svnmerge from by Michael Foord · 14 years ago
  27. ffa2e4e Merged revisions 81022 via svnmerge from by Michael Foord · 14 years ago
  28. 7316219 Merged revisions 80997 via svnmerge from by Michael Foord · 14 years ago
  29. 161b024 Merged revisions 80974 via svnmerge from by Michael Foord · 14 years ago
  30. 3b2494f Merged revisions 80946 via svnmerge from by Michael Foord · 14 years ago
  31. 135d87c Merged revisions 80939 via svnmerge from by Benjamin Peterson · 14 years ago
  32. 01984e9 Merged revisions 80932 via svnmerge from by Michael Foord · 14 years ago
  33. 56fdb75 Merged revisions 80920 via svnmerge from by Michael Foord · 14 years ago
  34. 4a8cf3c Merged revisions 80918 via svnmerge from by Michael Foord · 14 years ago
  35. d23ea06 Merged revisions 80708 via svnmerge from by Michael Foord · 15 years ago
  36. de4ceab Merged revisions 80476 via svnmerge from by Michael Foord · 15 years ago
  37. 3141a63 Merged revisions 80155 via svnmerge from by R. David Murray · 15 years ago
  38. eb24d74 Port #1220212 (os.kill for Win32) to py3k. by Brian Curtin · 15 years ago
  39. b48af54 Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,79685,79711,79761,79774,79777,79792-79794,79877,79898-79900 via svnmerge from by Benjamin Peterson · 15 years ago
  40. fd1b093 Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from by Florent Xicluna · 15 years ago
  41. bf1fab4 Merged revisions 79468 via svnmerge from by Michael Foord · 15 years ago
  42. 65b69a1 Merged revisions 79437 via svnmerge from by Michael Foord · 15 years ago
  43. 2560e5c Breaking test_unittest.py into a package. Manual merge of revision 79432. by Michael Foord · 15 years ago