1. 184e593 #17329: merge with 3.2. by Ezio Melotti · 11 years ago
  2. 265281a #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 11 years ago
  3. aba4581 Merge markup fixes in unittest doc from 3.2. by Ezio Melotti · 11 years ago
  4. fed69ba Fix markup in unittest doc. by Ezio Melotti · 11 years ago
  5. df24605 Merge markup fixes in unittest docs from 3.2. by Ezio Melotti · 11 years ago
  6. 4d6cb0f Fix markup in unittest docs. by Ezio Melotti · 11 years ago
  7. 8c0bbfd Issue #17203: add long option names to unittest discovery docs. by Chris Jerdonek · 11 years ago
  8. d69ad55 Issue #17203: add long option names to unittest discovery docs. by Chris Jerdonek · 11 years ago
  9. 2c5e950 Remove cruft and circumvolutions from the unittest docs. by Antoine Pitrou · 12 years ago
  10. 0b3014d merge from 3.2 by Senthil Kumaran · 12 years ago
  11. 847c33c Include mention of jenkins as an example framework for doing CI by Senthil Kumaran · 12 years ago
  12. 75883ad Add missing comma. by Ezio Melotti · 12 years ago
  13. 49ccd51 Add missing comma. by Ezio Melotti · 12 years ago
  14. cfc104e #14558: merge with 3.2. by Ezio Melotti · 12 years ago
  15. 3d6d7a5 #14558: document the module, argv, and testLoader args of unittest.main. by Ezio Melotti · 12 years ago
  16. 5fbd37e Merge markup fix in unittest doc from 3.2. by Ezio Melotti · 12 years ago
  17. b8e336b Fix markup in unittest doc. by Ezio Melotti · 12 years ago
  18. 4cc229a merge with 3.2 by Sandro Tosi · 12 years ago
  19. 317075d use unittest.skip; thanks to Chang Min Jeon from docs@ by Sandro Tosi · 12 years ago
  20. 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
  21. a2a9071 merge with 3.2 by Sandro Tosi · 13 years ago
  22. 41b2404 fix typo; thanks to Justin Watt from docs@ by Sandro Tosi · 13 years ago
  23. 37c7a06 #13695: merge with 3.2. by Ezio Melotti · 13 years ago
  24. 9ecb6be #13695: fix a couple of typos in the doc. by Ezio Melotti · 13 years ago
  25. 80a61e8 #13387: rephrase unclear sentence. by Ezio Melotti · 13 years ago
  26. 5ce6f8e #13387: merge with 3.2. by Ezio Melotti · 13 years ago
  27. 2251a3d #13387: merge with 3.2. by Ezio Melotti · 13 years ago
  28. fabf027 #13387: add note about checking the exact type in assertIsInstance doc. by Ezio Melotti · 13 years ago
  29. b8edbdf Merge doc changes from 3.2. by Éric Araujo · 13 years ago
  30. ec9a5f6 Add version number for versionchanged directive (backport from 3.3) by Éric Araujo · 13 years ago
  31. 941afed Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. by Éric Araujo · 13 years ago
  32. 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
  33. b7af620 #11282: merge with 3.2. by Ezio Melotti · 13 years ago
  34. 361467e #11282: the fail* methods will stay around a few more versions. by Ezio Melotti · 13 years ago
  35. 40dcb1d Port a couple of changes from 3.1. by Ezio Melotti · 13 years ago
  36. 2d1e88a Backport from 3.2 several improvements and fixes for unittest.rst. by Ezio Melotti · 13 years ago
  37. 3d99584 #11298: Improve the unittest discovery explanation. by Ezio Melotti · 13 years ago
  38. 1341bb0 Closes issue 11407. TestCase.run returns the result object used or created by Michael Foord · 13 years ago
  39. 833ad0e Fix awkwardly rendered sentence. by Raymond Hettinger · 13 years ago
  40. e180d39 Issue 10573: revert unittest docs to first / second by Michael Foord · 14 years ago
  41. 32e1d83 Enable unittest.TestCase to be instantiated without providing a method name. by Michael Foord · 14 years ago
  42. 90efac7 Issue 10502: addition of unittestgui to Tools/ by Michael Foord · 14 years ago
  43. d218e95 Issue 10786: unittest documentation update. by Michael Foord · 14 years ago
  44. 57bd00a Adopt symmetric names for arguments (actual/expected --> first/second). by Raymond Hettinger · 14 years ago
  45. 6518f5e Fix docs and comment for r87454. by Raymond Hettinger · 14 years ago
  46. 8ebe27f Deprecate assertDictContainsSubset() by Raymond Hettinger · 14 years ago
  47. 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
  48. 3efdf06 Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from by Éric Araujo · 14 years ago
  49. 971dc01 Fix one versionchanged by Éric Araujo · 14 years ago
  50. d6c5f74 No need to generate a link for something that’s just above. by Éric Araujo · 14 years ago
  51. 4640237 Fix markup errors. by Georg Brandl · 14 years ago
  52. 37d120a Issue 10620: Specifying test modules by path instead of module name to 'python -m unittest' by Michael Foord · 14 years ago
  53. 5074df6 Issue 7911: unittest.TestCase.longMessage defaults to True for improved failure messages by default by Michael Foord · 14 years ago
  54. 1203720 Re-add accidentally removed line. by Georg Brandl · 14 years ago
  55. 419e3de Fix some markup and style in the unittest docs. by Georg Brandl · 14 years ago
  56. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  57. 6090187 #10535: Enable silenced warnings in unittest by default by Ezio Melotti · 14 years ago
  58. 40b8cf5 Do not add an obsolete unittest name to Py3.2. by Raymond Hettinger · 14 years ago
  59. 6e165b3 Issue 10242: unittest.assertItemsEqual makes too many assumptions. by Raymond Hettinger · 14 years ago
  60. 76338ec Rewrap long lines + minor edits by Éric Araujo · 14 years ago
  61. 8acb67c Use link-generating markup (see #9312) by Éric Araujo · 14 years ago
  62. 2baf1a6 #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmostEquals, assertNotAlmostEquals, and assert_ by Ezio Melotti · 14 years ago
  63. 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
  64. d3309df Style edits in followup to r86521 (#9312) by Éric Araujo · 14 years ago
  65. 75b2a5e Use correct markup for True/False/None by Ezio Melotti · 14 years ago
  66. 22170ed Add a few labels and links to unittest doc by Ezio Melotti · 14 years ago
  67. 713d303 Fix usage of :option: in the docs (#9312). by Éric Araujo · 14 years ago
  68. 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
  69. 8f2e07b Move the deprecated aliases in a new section. by Ezio Melotti · 14 years ago
  70. 9794a26 Merge the doc for assertIs[Not], assertIs[Not]None, and assert[Not]IsInstance. by Ezio Melotti · 14 years ago
  71. 327433f Divide the context manager signature from the normal one for consistency with the other methods. by Ezio Melotti · 14 years ago
  72. 9c02c2f Minor cleanups to unittest doc. by Ezio Melotti · 14 years ago
  73. 4370b30 List the assert* methods in tables in unittest doc. by Ezio Melotti · 14 years ago
  74. b36f832 Removing the keyword only restriction for the places argument in unittest.TestCase.assert[Not]AlmostEqual by Michael Foord · 14 years ago
  75. 7a26cb9 Updating unittest docs to reflect change in unittest.TestCase.assert[Not]AlmostEqual signature change by Michael Foord · 14 years ago
  76. 916bd38 Fixing some sphinx inline directives - detected using ``make check``. by Senthil Kumaran · 14 years ago
  77. 4b05466 Merged revisions 84945 via svnmerge from by Georg Brandl · 14 years ago
  78. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  79. 4bc12ef Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittest by Antoine Pitrou · 14 years ago
  80. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  81. 8a1caa2 #6522: add a "decorator" directive to explicitly document decorators, and use it in a few places. by Georg Brandl · 14 years ago
  82. c62efa8 Merged revisions 82301 via svnmerge from by Georg Brandl · 14 years ago
  83. 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
  84. 98b3e76 Merged revisions 81767 via svnmerge from by Michael Foord · 14 years ago
  85. 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
  86. 671b016 Merged revisions 81356 via svnmerge from by Stefan Krah · 14 years ago
  87. a5bf3f5 Merged revisions 81354 via svnmerge from by Stefan Krah · 14 years ago
  88. e3ef5f1 Merged revisions 80990 via svnmerge from by Michael Foord · 14 years ago
  89. 16f3e90 Merged revisions 80980 via svnmerge from by Michael Foord · 14 years ago
  90. 469b1f0 Adding versionadded to several new functions in unittest documentation. by Michael Foord · 14 years ago
  91. de4ceab Merged revisions 80476 via svnmerge from by Michael Foord · 14 years ago
  92. 8d5c16a Add a missing versionadded in unittest.rst. by Ezio Melotti · 14 years ago
  93. 7afd3f5 Fix versionadded in unittest.rst. by Ezio Melotti · 14 years ago
  94. 14e0a43 typo by Barry Warsaw · 14 years ago
  95. 0c9fd63 typo by Barry Warsaw · 14 years ago
  96. 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
  97. 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
  98. 8da105e Merged revisions 77888 via svnmerge from by Ezio Melotti · 14 years ago
  99. abd91d5 Issue 7832. Document changes to unittest.TestCase.assertSameElements and assertItemsEqual by Michael Foord · 14 years ago
  100. 847a411 Merged revisions 78227,78229,78288,78348,78377,78770,78774-78776,78810 via svnmerge from by Benjamin Peterson · 14 years ago