1. 4cc229a merge with 3.2 by Sandro Tosi · 12 years ago
  2. 317075d use unittest.skip; thanks to Chang Min Jeon from docs@ by Sandro Tosi · 12 years ago
  3. 13ec112 Issue #13248: Removed docs for two deprecated unittest features. To be conservative, the code is left in for one more release. by Raymond Hettinger · 12 years ago
  4. a2a9071 merge with 3.2 by Sandro Tosi · 13 years ago
  5. 41b2404 fix typo; thanks to Justin Watt from docs@ by Sandro Tosi · 13 years ago
  6. 37c7a06 #13695: merge with 3.2. by Ezio Melotti · 13 years ago
  7. 9ecb6be #13695: fix a couple of typos in the doc. by Ezio Melotti · 13 years ago
  8. 80a61e8 #13387: rephrase unclear sentence. by Ezio Melotti · 13 years ago
  9. 5ce6f8e #13387: merge with 3.2. by Ezio Melotti · 13 years ago
  10. 2251a3d #13387: merge with 3.2. by Ezio Melotti · 13 years ago
  11. fabf027 #13387: add note about checking the exact type in assertIsInstance doc. by Ezio Melotti · 13 years ago
  12. b8edbdf Merge doc changes from 3.2. by Éric Araujo · 13 years ago
  13. ec9a5f6 Add version number for versionchanged directive (backport from 3.3) by Éric Araujo · 13 years ago
  14. 941afed Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. by Éric Araujo · 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. b7af620 #11282: merge with 3.2. by Ezio Melotti · 13 years ago
  17. 361467e #11282: the fail* methods will stay around a few more versions. by Ezio Melotti · 13 years ago
  18. 40dcb1d Port a couple of changes from 3.1. by Ezio Melotti · 13 years ago
  19. 2d1e88a Backport from 3.2 several improvements and fixes for unittest.rst. by Ezio Melotti · 13 years ago
  20. 3d99584 #11298: Improve the unittest discovery explanation. 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. 833ad0e Fix awkwardly rendered sentence. by Raymond Hettinger · 14 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. 90efac7 Issue 10502: addition of unittestgui to Tools/ by Michael Foord · 14 years ago
  26. d218e95 Issue 10786: unittest documentation update. by Michael Foord · 14 years ago
  27. 57bd00a Adopt symmetric names for arguments (actual/expected --> first/second). by Raymond Hettinger · 14 years ago
  28. 6518f5e Fix docs and comment for r87454. by Raymond Hettinger · 14 years ago
  29. 8ebe27f Deprecate assertDictContainsSubset() by Raymond Hettinger · 14 years ago
  30. 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
  31. 3efdf06 Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from by Éric Araujo · 14 years ago
  32. 971dc01 Fix one versionchanged by Éric Araujo · 14 years ago
  33. d6c5f74 No need to generate a link for something that’s just above. by Éric Araujo · 14 years ago
  34. 4640237 Fix markup errors. by Georg Brandl · 14 years ago
  35. 37d120a Issue 10620: Specifying test modules by path instead of module name to 'python -m unittest' by Michael Foord · 14 years ago
  36. 5074df6 Issue 7911: unittest.TestCase.longMessage defaults to True for improved failure messages by default by Michael Foord · 14 years ago
  37. 1203720 Re-add accidentally removed line. by Georg Brandl · 14 years ago
  38. 419e3de Fix some markup and style in the unittest docs. by Georg Brandl · 14 years ago
  39. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  40. 6090187 #10535: Enable silenced warnings in unittest by default by Ezio Melotti · 14 years ago
  41. 40b8cf5 Do not add an obsolete unittest name to Py3.2. by Raymond Hettinger · 14 years ago
  42. 6e165b3 Issue 10242: unittest.assertItemsEqual makes too many assumptions. by Raymond Hettinger · 14 years ago
  43. 76338ec Rewrap long lines + minor edits by Éric Araujo · 14 years ago
  44. 8acb67c Use link-generating markup (see #9312) by Éric Araujo · 14 years ago
  45. 2baf1a6 #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmostEquals, assertNotAlmostEquals, and assert_ by Ezio Melotti · 14 years ago
  46. 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
  47. d3309df Style edits in followup to r86521 (#9312) by Éric Araujo · 14 years ago
  48. 75b2a5e Use correct markup for True/False/None by Ezio Melotti · 14 years ago
  49. 22170ed Add a few labels and links to unittest doc by Ezio Melotti · 14 years ago
  50. 713d303 Fix usage of :option: in the docs (#9312). by Éric Araujo · 14 years ago
  51. 4841fd6 Merge the doc for assertTrue/False, assert[Not]AlmostEqual, assert[Not]RegexpMatches, rephrase a couple of paragraphs, and remove redundant doc about the msg arg. by Ezio Melotti · 14 years ago
  52. 8f2e07b Move the deprecated aliases in a new section. by Ezio Melotti · 14 years ago
  53. 9794a26 Merge the doc for assertIs[Not], assertIs[Not]None, and assert[Not]IsInstance. by Ezio Melotti · 14 years ago
  54. 327433f Divide the context manager signature from the normal one for consistency with the other methods. by Ezio Melotti · 14 years ago
  55. 9c02c2f Minor cleanups to unittest doc. by Ezio Melotti · 14 years ago
  56. 4370b30 List the assert* methods in tables in unittest doc. by Ezio Melotti · 14 years ago
  57. b36f832 Removing the keyword only restriction for the places argument in unittest.TestCase.assert[Not]AlmostEqual by Michael Foord · 14 years ago
  58. 7a26cb9 Updating unittest docs to reflect change in unittest.TestCase.assert[Not]AlmostEqual signature change by Michael Foord · 14 years ago
  59. 916bd38 Fixing some sphinx inline directives - detected using ``make check``. by Senthil Kumaran · 14 years ago
  60. 4b05466 Merged revisions 84945 via svnmerge from by Georg Brandl · 14 years ago
  61. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  62. 4bc12ef Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittest by Antoine Pitrou · 14 years ago
  63. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  64. 8a1caa2 #6522: add a "decorator" directive to explicitly document decorators, and use it in a few places. by Georg Brandl · 14 years ago
  65. c62efa8 Merged revisions 82301 via svnmerge from by Georg Brandl · 14 years ago
  66. d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 14 years ago
  67. 98b3e76 Merged revisions 81767 via svnmerge from by Michael Foord · 14 years ago
  68. 8569e58 Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,81059,81065-81067 via svnmerge from by Georg Brandl · 14 years ago
  69. 671b016 Merged revisions 81356 via svnmerge from by Stefan Krah · 14 years ago
  70. a5bf3f5 Merged revisions 81354 via svnmerge from by Stefan Krah · 14 years ago
  71. e3ef5f1 Merged revisions 80990 via svnmerge from by Michael Foord · 14 years ago
  72. 16f3e90 Merged revisions 80980 via svnmerge from by Michael Foord · 14 years ago
  73. 469b1f0 Adding versionadded to several new functions in unittest documentation. by Michael Foord · 14 years ago
  74. de4ceab Merged revisions 80476 via svnmerge from by Michael Foord · 14 years ago
  75. 8d5c16a Add a missing versionadded in unittest.rst. by Ezio Melotti · 14 years ago
  76. 7afd3f5 Fix versionadded in unittest.rst. by Ezio Melotti · 14 years ago
  77. 14e0a43 typo by Barry Warsaw · 14 years ago
  78. 0c9fd63 typo by Barry Warsaw · 14 years ago
  79. 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
  80. 08bf91c Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from by Benjamin Peterson · 14 years ago
  81. 8da105e Merged revisions 77888 via svnmerge from by Ezio Melotti · 14 years ago
  82. abd91d5 Issue 7832. Document changes to unittest.TestCase.assertSameElements and assertItemsEqual by Michael Foord · 14 years ago
  83. 847a411 Merged revisions 78227,78229,78288,78348,78377,78770,78774-78776,78810 via svnmerge from by Benjamin Peterson · 14 years ago
  84. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 14 years ago
  85. 48a5ec4 (really issue7832, not 7030) by Gregory P. Smith · 14 years ago
  86. c08cae9 Merged revisions 78513 via svnmerge from by Ezio Melotti · 14 years ago
  87. d59e44a Merged revisions 78511 via svnmerge from by Ezio Melotti · 14 years ago
  88. 34c9462 Merged revisions 78130 via svnmerge from by Michael Foord · 15 years ago
  89. 28a817e Fixing typo in unittest docs. by Michael Foord · 15 years ago
  90. 0283495 Merged revisions 78116 via svnmerge from by Michael Foord · 15 years ago
  91. 0f36573 Use non-deprecated method in the example by Ezio Melotti · 15 years ago
  92. 4900823 Merged revisions 78091,78094,78109 via svnmerge from by Ezio Melotti · 15 years ago
  93. b112a41 Merged revisions 78007 via svnmerge from by Michael Foord · 15 years ago
  94. f5c851a Adding versionadded to the test skipping section of the unittest doc. by Michael Foord · 15 years ago
  95. 41531f2 Merged revisions 77999 via svnmerge from by Michael Foord · 15 years ago
  96. e9abbee Merged revisions 77997 via svnmerge from by Michael Foord · 15 years ago
  97. d503180 Merged revisions 77976 via svnmerge from by Ezio Melotti · 15 years ago
  98. 2d6c39b Merged revisions 77968 via svnmerge from by Ezio Melotti · 15 years ago
  99. 23b9ef7 Merged revisions 77937 via svnmerge from by Benjamin Peterson · 15 years ago
  100. 5e55b3e Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,77739,77858,77887,77889 via svnmerge from by Benjamin Peterson · 15 years ago