1. 31797e5 #8906: document failureException, longMessage, and maxDiff in the class docstring. Patch by Boris Feld. by Ezio Melotti · 11 years ago
  2. 184e593 #17329: merge with 3.2. by Ezio Melotti · 11 years ago
  3. 265281a #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 11 years ago
  4. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  5. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  6. 9cfa1ff #16433: merge with 3.2. by Ezio Melotti · 12 years ago
  7. 90eea97 #16433: fix docstring of assertNotEqual. by Ezio Melotti · 12 years ago
  8. b29614e compare singletons by identity not equality (closes #16712) by Benjamin Peterson · 12 years ago
  9. f99983d Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). by Antoine Pitrou · 12 years ago
  10. b05ac86 Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). by Antoine Pitrou · 12 years ago
  11. c53ae58 Drop unused import in unittest package. by Florent Xicluna · 13 years ago
  12. d8b509b #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). by Ezio Melotti · 13 years ago
  13. 0850638 merge 3.2 (#12544) by Benjamin Peterson · 13 years ago
  14. 34b2b26 this can be done without a custom dict (also fixes #12544) by Benjamin Peterson · 13 years ago
  15. b4dc250 Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRegex now accept a keyword argument 'msg' when used as context managers. Initial patch by Winston Ewert. by Ezio Melotti · 13 years ago
  16. 9490af2 #11763: merge with 3.2. by Ezio Melotti · 13 years ago
  17. edd117f #11763: merge with 3.1. by Ezio Melotti · 13 years ago
  18. 0f53501 #11282: add back the fail* methods and assertDictContainsSubset. by Ezio Melotti · 13 years ago
  19. b7af620 #11282: merge with 3.2. by Ezio Melotti · 13 years ago
  20. 361467e #11282: the fail* methods will stay around a few more versions. by Ezio Melotti · 13 years ago
  21. 1341bb0 Closes issue 11407. TestCase.run returns the result object used or created by Michael Foord · 13 years ago
  22. 2cebdd4 Remove unittest methods scheduled for removal in 3.3 -- makes the unittest test suite pass again. by Georg Brandl · 13 years ago
  23. e180d39 Issue 10573: revert unittest docs to first / second by Michael Foord · 14 years ago
  24. 32e1d83 Enable unittest.TestCase to be instantiated without providing a method name. by Michael Foord · 14 years ago
  25. 57bd00a Adopt symmetric names for arguments (actual/expected --> first/second). by Raymond Hettinger · 14 years ago
  26. 9d668da Put diff output in useful order (when the elements were first seen). by Raymond Hettinger · 14 years ago
  27. 93e233d Improve diff for assertCountEqual() to actually show the differing counts. by Raymond Hettinger · 14 years ago
  28. c44befb Fix docstring. by Raymond Hettinger · 14 years ago
  29. 6518f5e Fix docs and comment for r87454. by Raymond Hettinger · 14 years ago
  30. d65a901 Fix buglet. If the input was an iterator, the fallback would occur after by Raymond Hettinger · 14 years ago
  31. 8ebe27f Deprecate assertDictContainsSubset() by Raymond Hettinger · 14 years ago
  32. b3468f7 Issue 10611. Issue 9857. Improve the way exception handling, including test skipping, is done inside TestCase.run by Michael Foord · 14 years ago
  33. addc6f5 #10573: use actual/expected consistently in unittest methods. The order of the args of assertCountEqual is also changed. by Ezio Melotti · 14 years ago
  34. 3044fa7 Use lowercase true/false in assertTrue/assertFalse messages. by Ezio Melotti · 14 years ago
  35. ed16bf4 assert that the regex given to assertRegex is non-empty. by Gregory P. Smith · 14 years ago
  36. 8f77630 #10273: Remove a "Matches" that I missed in r86910. Thanks to RDM for noticing it. by Ezio Melotti · 14 years ago
  37. 5074df6 Issue 7911: unittest.TestCase.longMessage defaults to True for improved failure messages by default by Michael Foord · 14 years ago
  38. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  39. 40b8cf5 Do not add an obsolete unittest name to Py3.2. by Raymond Hettinger · 14 years ago
  40. 6e165b3 Issue 10242: unittest.assertItemsEqual makes too many assumptions. by Raymond Hettinger · 14 years ago
  41. 2baf1a6 #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmostEquals, assertNotAlmostEquals, and assert_ by Ezio Melotti · 14 years ago
  42. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  43. 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
  44. 321d059 Remove the keyword only restriction for places and delta args in unittest.TestCase.assert[Not]AlmostEqual by Michael Foord · 14 years ago
  45. 4bc12ef Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittest by Antoine Pitrou · 14 years ago
  46. c653ce3 Fix error message for comparing single line strings in unittest.TestCase.assertEqual. by Michael Foord · 14 years ago
  47. c41d141 Merged revisions 81859 via svnmerge from by Michael Foord · 14 years ago
  48. b874874 Merged revisions 81853 via svnmerge from by Michael Foord · 14 years ago
  49. d50a6b9 Merged revisions 81770 via svnmerge from by Michael Foord · 14 years ago
  50. ac76074 Merged revisions 81753 via svnmerge from by Michael Foord · 14 years ago
  51. 9dad32e Merged revisions 81752 via svnmerge from by Michael Foord · 14 years ago
  52. cb11b25 Merged revisions 81747 via svnmerge from by Michael Foord · 14 years ago
  53. 085dfd3 Merged revisions 81739 via svnmerge from by Michael Foord · 14 years ago
  54. 2034d9a Merged revisions 81728 via svnmerge from by Michael Foord · 14 years ago
  55. 899e9a0 remove now useless __ne__ by Benjamin Peterson · 14 years ago
  56. e3ef5f1 Merged revisions 80990 via svnmerge from by Michael Foord · 14 years ago
  57. 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 · 14 years ago
  58. dccc1fc Merged revisions 79263 via svnmerge from by Benjamin Peterson · 14 years ago
  59. 91c9da3 Issue 7832. Deprecating assertSameElements in Py3k. by Michael Foord · 14 years ago
  60. 8442a60 Adding assertItemsEqual with tests. Issue 7832. assertSameElements still needs to be deprecated plus documentation needs to be updated. by Michael Foord · 14 years ago
  61. 847a411 Merged revisions 78227,78229,78288,78348,78377,78770,78774-78776,78810 via svnmerge from by Benjamin Peterson · 14 years ago
  62. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 14 years ago
  63. 0e31b99 Merged revisions 78131 via svnmerge from by Michael Foord · 14 years ago
  64. 34c9462 Merged revisions 78130 via svnmerge from by Michael Foord · 14 years ago
  65. 0283495 Merged revisions 78116 via svnmerge from by Michael Foord · 14 years ago
  66. 4900823 Merged revisions 78091,78094,78109 via svnmerge from by Ezio Melotti · 14 years ago
  67. b57ac6d Merged revisions 78005 via svnmerge from by Michael Foord · 14 years ago
  68. 1c42b12 Merged revisions 78003 via svnmerge from by Michael Foord · 14 years ago
  69. ad13f22 Merged revisions 77828 via svnmerge from by R. David Murray · 15 years ago
  70. 8f326b2 Merged revisions 76052,76522,76591,76689,76697,76733 via svnmerge from by Benjamin Peterson · 15 years ago
  71. 589c2d3 use with_traceback correctly by Benjamin Peterson · 15 years ago
  72. 92a653a Merged revisions 74556 via svnmerge from by Kristján Valur Jónsson · 15 years ago
  73. 676161a Rolled back revisions 74556 via svnmerge from by Benjamin Peterson · 15 years ago
  74. 6e8c757 Merged revisions 74865,75175,75180 via svnmerge from by Benjamin Peterson · 15 years ago
  75. 9a779ea Merged revisions 74524,74556 via svnmerge from by Benjamin Peterson · 15 years ago
  76. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
  77. bed7d04 Merged revisions 74095 via svnmerge from by Benjamin Peterson · 15 years ago