1. 77d5781 bpo-34318: Convert deprecation warnings to errors in assertRaises() etc. (GH-8623) by Serhiy Storchaka · 6 years ago
  2. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  3. bbd3cf8 Fix ref cycles in TestCase.assertRaises() (#193) by Victor Stinner · 7 years ago
  4. e39682b Issue #27430: Fix typos, patch by scop. by Berker Peksag · 8 years ago
  5. 685fbed Issue #26837: assertSequenceEqual() now correctly outputs non-stringified by Serhiy Storchaka · 8 years ago
  6. 041dd8e Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  7. df573d6 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  8. 24d3b7f Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  9. e130503 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  10. b9079c8 Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in failfast mode, even in the absence of failures. by Antoine Pitrou · 10 years ago
  11. 18f2298 Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in failfast mode, even in the absence of failures. by Antoine Pitrou · 10 years ago
  12. c134584 Close #22756: Improve the test output for some assertEqual tests. by Robert Collins · 10 years ago
  13. 1ed2e69 Issue #22186: Fix typos in Lib/. by Berker Peksag · 10 years ago
  14. f23530f Issue #22186: Fix typos in Lib/. by Berker Peksag · 10 years ago
  15. 869778e #22092: merge with 3.4. by Ezio Melotti · 10 years ago
  16. 1241c47 #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok. by Ezio Melotti · 10 years ago
  17. d122906 Fix typo in test method name. by Mark Dickinson · 10 years ago
  18. ef1c267 backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. by R David Murray · 10 years ago
  19. e1b6f97 #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. by R David Murray · 10 years ago
  20. 184ec79 Remove commented out debugging code (remnants of issue #18996). by Serhiy Storchaka · 11 years ago
  21. 031bd53 Close #19880: Fix a reference leak in unittest.TestCase. Explicitly break by Victor Stinner · 11 years ago
  22. bc39869 Issue #19594: Use specific asserts in unittest tests. by Serhiy Storchaka · 11 years ago
  23. 5665bc5 Issue #19594: Use specific asserts in unittest tests. by Serhiy Storchaka · 11 years ago
  24. 77622f5 Issue #18996: TestCase.assertEqual() now more cleverly shorten differing by Serhiy Storchaka · 11 years ago
  25. 0715b9f Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ensure that a block of code emits a message using the logging module. by Antoine Pitrou · 11 years ago
  26. 1d7c8c9 Issue #19013: add unittest.main() epilogs to unittest's own test modules by Antoine Pitrou · 11 years ago
  27. e0c6916 #18741: merge with 3.3. by Ezio Melotti · 11 years ago
  28. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  29. c9b3ef2 Issue #16997: unittest.TestCase now provides a subTest() context manager to procedurally generate, in an easy way, small test instances. by Antoine Pitrou · 11 years ago
  30. b6ffa79 test that TestCase doesn't get cycles by Benjamin Peterson · 13 years ago
  31. 9490af2 #11763: merge with 3.2. by Ezio Melotti · 13 years ago
  32. edd117f #11763: merge with 3.1. by Ezio Melotti · 13 years ago
  33. 0f53501 #11282: add back the fail* methods and assertDictContainsSubset. by Ezio Melotti · 13 years ago
  34. b7af620 #11282: merge with 3.2. by Ezio Melotti · 13 years ago
  35. 361467e #11282: the fail* methods will stay around a few more versions. by Ezio Melotti · 13 years ago
  36. 1341bb0 Closes issue 11407. TestCase.run returns the result object used or created by Michael Foord · 13 years ago
  37. 2cebdd4 Remove unittest methods scheduled for removal in 3.3 -- makes the unittest test suite pass again. by Georg Brandl · 13 years ago
  38. cae969e fix test_unittest: ignore DeprecationWarning on assertDictContainsSubset() by Victor Stinner · 14 years ago
  39. 32e1d83 Enable unittest.TestCase to be instantiated without providing a method name. by Michael Foord · 14 years ago
  40. f954217 Add direct tests for the util functions. by Raymond Hettinger · 14 years ago
  41. 8396124 Add test for r87454. by Raymond Hettinger · 14 years ago
  42. 8ebe27f Deprecate assertDictContainsSubset() by Raymond Hettinger · 14 years ago
  43. b3468f7 Issue 10611. Issue 9857. Improve the way exception handling, including test skipping, is done inside TestCase.run by Michael Foord · 14 years ago
  44. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  45. 6e165b3 Issue 10242: unittest.assertItemsEqual makes too many assumptions. by Raymond Hettinger · 14 years ago
  46. 2baf1a6 #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmostEquals, assertNotAlmostEquals, and assert_ by Ezio Melotti · 14 years ago
  47. b357fb7 Issue 10326: further extend test for unpickling to ensure type lookup mechanism works after unpickling by Michael Foord · 14 years ago
  48. 8a00eec Issue 10326: extend test for pickling of TestCase instances to ensure they can be unpickled too by Michael Foord · 14 years ago
  49. 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
  50. 4bc12ef Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittest by Antoine Pitrou · 14 years ago
  51. c653ce3 Fix error message for comparing single line strings in unittest.TestCase.assertEqual. by Michael Foord · 14 years ago
  52. 520ed0a Merged revisions 81764 via svnmerge from by Michael Foord · 14 years ago
  53. da562f6 Merged revisions 81763 via svnmerge from by Michael Foord · 14 years ago
  54. ac76074 Merged revisions 81753 via svnmerge from by Michael Foord · 14 years ago
  55. 085dfd3 Merged revisions 81739 via svnmerge from by Michael Foord · 14 years ago
  56. 67c399f Test fix to use floor division. Correction from merge in previous commit. by Michael Foord · 14 years ago
  57. 2034d9a Merged revisions 81728 via svnmerge from by Michael Foord · 14 years ago
  58. fd1b093 Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from by Florent Xicluna · 14 years ago
  59. 2560e5c Breaking test_unittest.py into a package. Manual merge of revision 79432. by Michael Foord · 14 years ago