1. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  2. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  3. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  4. 8dea74f #25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. by Ezio Melotti · 8 years ago
  5. f418db2 #19006: fix wording in unittest docs. by Ezio Melotti · 8 years ago
  6. e95fd0b merge 3.4 (#26046) by Benjamin Peterson · 8 years ago
  7. 8a6ddb9 fix typo in unittest docs (closes #26046) by Benjamin Peterson · 8 years ago
  8. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  9. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  10. 153627c Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  11. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  12. 478eadc Issue #22812: Fix unittest discovery examples. by Robert Collins · 9 years ago
  13. a2b0055 Issue #22812: Fix unittest discovery examples. by Robert Collins · 9 years ago
  14. e02f6c2 Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  15. 38de40d Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  16. ac4f550 Merge: #24584: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  17. a1005ed #24584: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  18. 0f05cea #11468: merge with 3.4. by Ezio Melotti · 9 years ago
  19. 2e3998f #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 9 years ago
  20. f0c819a Issue #22936: Allow showing local variables in unittest errors. by Robert Collins · 9 years ago
  21. 4dcd61f Issue #23125: Update nose project page link. by Berker Peksag · 10 years ago
  22. a1a1409 Issue #23125: Update nose project page link. by Berker Peksag · 10 years ago
  23. bf2bda3 Close #22457: Honour load_tests in the start_dir of discovery. by Robert Collins · 10 years ago
  24. 659dd62 Close #7559: ImportError when loading a test now shown as ImportError. by Robert Collins · 10 years ago
  25. 794e9bf merge with 3.4 by Georg Brandl · 10 years ago
  26. 525d355 Fixing broken links in doc, part 3: the rest by Georg Brandl · 10 years ago
  27. cadc3fd Merge with 3.4 by Georg Brandl · 10 years ago
  28. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  29. f920c21 Close #19746: expose unittest discovery errors on TestLoader.errors by Robert Collins · 10 years ago
  30. 3f1ef9e Closes #18729: minor markup improvement. by Georg Brandl · 10 years ago
  31. d78742a - Issue #16662: load_tests() is now unconditionally run when it is present in by Barry Warsaw · 10 years ago
  32. 7f84d1e #18566: Whitespace by Terry Jan Reedy · 10 years ago
  33. 6ac4240 Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 10 years ago
  34. f98021c Issue #21170: Removed invalid parameter names from unittest doc. by Terry Jan Reedy · 10 years ago
  35. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  36. ad88d7a Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors. by Larry Hastings · 10 years ago
  37. 1272426 merge from 3.3 by Senthil Kumaran · 10 years ago
  38. 409ea5d Include the mention of ResourceWarning being displayed by default by the test runner. by Senthil Kumaran · 10 years ago
  39. 5a6d4bf Fixes Issue #20165: The unittest module no longer considers tests marked with by Gregory P. Smith · 10 years ago
  40. 42fa110 whatsnew: unittest import time SkipTest reported as skip not error. by R David Murray · 10 years ago
  41. 12e930f #17282: Document unittest.main defaultTest argument. by R David Murray · 10 years ago
  42. 6e731b0 Merge and update #17282: Document unittest.main defaultTest argument. by R David Murray · 10 years ago
  43. 4d1639f Closes issue 20031. Document unittest.TextTestRunner.run method. by Michael Foord · 11 years ago
  44. ed007d5 Fix suspicious markup in the docs. by Georg Brandl · 11 years ago
  45. 7c89ae2 Address Terry's comments by Antoine Pitrou · 11 years ago
  46. 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
  47. 92ed890 #18951: merge with 3.3. by Ezio Melotti · 11 years ago
  48. 560a778 #18951: use consistent names in unittest docs. by Ezio Melotti · 11 years ago
  49. 84eadd8 #18895: merge with 3.3. by Ezio Melotti · 11 years ago
  50. e64a91a #18895: split a sentence in unittest docs. by Ezio Melotti · 11 years ago
  51. 0cd9442 #18894: merge with 3.3. by Ezio Melotti · 11 years ago
  52. e220236 #18894: remove mention of deprecated fail* methods. by Ezio Melotti · 11 years ago
  53. eb97368 Issue #11798: TestSuite now drops references to own tests after execution. by Andrew Svetlov · 11 years ago
  54. b2855cc #18663: merge with 3.3. by Ezio Melotti · 11 years ago
  55. d51914c #18663: document that assertAlmostEqual also works when the values are equal and add tests. by Ezio Melotti · 11 years ago
  56. 92e2a22 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  57. 778cba7 Issue #18573: More copy-paste fixes to assertWarns entry. by Terry Jan Reedy · 11 years ago
  58. 937b50c Merge with 3.3 by Terry Jan Reedy · 11 years ago
  59. 9eda66d Issue #18573: Complete copy-paste from assertRaises entry to assertWarns entry. by Terry Jan Reedy · 11 years ago
  60. b7bb6f5 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  61. c4565a9 Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner. by Terry Jan Reedy · 11 years ago
  62. 7168879 #17871: merge with 3.3. by Ezio Melotti · 11 years ago
  63. 9c939bc #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari. by Ezio Melotti · 11 years ago
  64. 67ddcca #17329: merge with 3.3. by Ezio Melotti · 11 years ago
  65. 184e593 #17329: merge with 3.2. by Ezio Melotti · 11 years ago
  66. 265281a #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 11 years ago
  67. 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
  68. 80cbc9e Closes issue 16709. unittest test discovery sorts test files for consistent test ordering by Michael Foord · 11 years ago
  69. bf0428e Merge markup fixes in unittest doc from 3.3. by Ezio Melotti · 11 years ago
  70. aba4581 Merge markup fixes in unittest doc from 3.2. by Ezio Melotti · 11 years ago
  71. fed69ba Fix markup in unittest doc. by Ezio Melotti · 11 years ago
  72. eae2b38 #16935: unittest now counts the module as skipped if it raises SkipTest, instead of counting it as an error. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  73. 26db85b Merge markup fixes in unittest docs from 3.3. by Ezio Melotti · 11 years ago
  74. df24605 Merge markup fixes in unittest docs from 3.2. by Ezio Melotti · 11 years ago
  75. 4d6cb0f Fix markup in unittest docs. by Ezio Melotti · 11 years ago
  76. ccbc26a Add a "Changed in version" to the docs for issue #15132. by Chris Jerdonek · 11 years ago
  77. 8c0bbfd Issue #17203: add long option names to unittest discovery docs. by Chris Jerdonek · 11 years ago
  78. d69ad55 Issue #17203: add long option names to unittest discovery docs. by Chris Jerdonek · 11 years ago
  79. 2c5e950 Remove cruft and circumvolutions from the unittest docs. by Antoine Pitrou · 11 years ago
  80. 0b3014d merge from 3.2 by Senthil Kumaran · 12 years ago
  81. 847c33c Include mention of jenkins as an example framework for doing CI by Senthil Kumaran · 12 years ago
  82. 75883ad Add missing comma. by Ezio Melotti · 12 years ago
  83. 49ccd51 Add missing comma. by Ezio Melotti · 12 years ago
  84. cfc104e #14558: merge with 3.2. by Ezio Melotti · 12 years ago
  85. 3d6d7a5 #14558: document the module, argv, and testLoader args of unittest.main. by Ezio Melotti · 12 years ago
  86. 5fbd37e Merge markup fix in unittest doc from 3.2. by Ezio Melotti · 12 years ago
  87. b8e336b Fix markup in unittest doc. by Ezio Melotti · 12 years ago
  88. 4cc229a merge with 3.2 by Sandro Tosi · 12 years ago
  89. 317075d use unittest.skip; thanks to Chang Min Jeon from docs@ by Sandro Tosi · 12 years ago
  90. 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
  91. a2a9071 merge with 3.2 by Sandro Tosi · 12 years ago
  92. 41b2404 fix typo; thanks to Justin Watt from docs@ by Sandro Tosi · 12 years ago
  93. 37c7a06 #13695: merge with 3.2. by Ezio Melotti · 12 years ago
  94. 9ecb6be #13695: fix a couple of typos in the doc. by Ezio Melotti · 12 years ago
  95. 80a61e8 #13387: rephrase unclear sentence. by Ezio Melotti · 13 years ago
  96. 5ce6f8e #13387: merge with 3.2. by Ezio Melotti · 13 years ago
  97. 2251a3d #13387: merge with 3.2. by Ezio Melotti · 13 years ago
  98. fabf027 #13387: add note about checking the exact type in assertIsInstance doc. by Ezio Melotti · 13 years ago
  99. b8edbdf Merge doc changes from 3.2. by Éric Araujo · 13 years ago
  100. ec9a5f6 Add version number for versionchanged directive (backport from 3.3) by Éric Araujo · 13 years ago