1. f85af03 Fix margin in sentinel and mock_open (GH-8188) by Andrés Delfino · 6 years ago
  2. 6c4fab0 bpo-33516: Add support for __round__ in MagicMock (GH-6880) by John Reese · 6 years ago
  3. 19177fb bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) by Stéphane Wirtel · 6 years ago
  4. 85ac726 Cleanup grammar in unittest.mock.seal documentation (#5107) by Paul Ganssle · 7 years ago
  5. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  6. 552be9d bpo-30541: Add new method to seal mocks (GH61923) by Mario Corchero · 7 years ago
  7. 15033d1 Corrected grammar mistake in documentation (#1713) by Ben Lloyd · 7 years ago
  8. 324c5d8 bpo-28911: Clarify the behaviour of assert_called_once_with. (#251) by Arne de Laat · 7 years ago
  9. d9c956f Issue #20804: The unittest.mock.sentinel attributes now preserve their by Serhiy Storchaka · 8 years ago
  10. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  11. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  12. c29dd22 Issue #27531: Merge from 3.5 by Berker Peksag · 8 years ago
  13. ebf9fd3 Issue #27531: Update signature of Mock.assert_not_called method by Berker Peksag · 8 years ago
  14. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  15. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  16. 9cd39a1 Issue #21271: Adds new keyword only parameters in reset_mock call by Kushal Das · 8 years ago
  17. 8e72f50 Fix typos in mock and exceptions docs by Berker Peksag · 8 years ago
  18. 8fafc74 Fix typos in mock and exceptions docs by Berker Peksag · 8 years ago
  19. 2c2a4e6 Add Mock.assert_called() by Victor Stinner · 8 years ago
  20. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  21. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  22. 619b283 Use print function in mock docs. by Berker Peksag · 9 years ago
  23. 920f6db Use print function in mock docs. by Berker Peksag · 9 years ago
  24. f79dfe3 Add versionchanged information for mock_open. by Robert Collins · 9 years ago
  25. ca647ef Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 9 years ago
  26. 7039839 Add versionchanged information for mock_open. by Robert Collins · 9 years ago
  27. 88ba360 Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 9 years ago
  28. e36402a Fix usage of the default role. by Zachary Ware · 9 years ago
  29. 5c676f6 Fix suspicious markup by Zachary Ware · 9 years ago
  30. c2ccce7 Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 9 years ago
  31. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 9 years ago
  32. 610bc6a merge 3.4 (#23221) by Benjamin Peterson · 10 years ago
  33. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  34. a65766e Issue #20487: Clarify meaning of "side effect" in the magic mock documentation. by Berker Peksag · 10 years ago
  35. 283f1aa Issue #20487: Clarify meaning of "side effect" in the magic mock documentation. by Berker Peksag · 10 years ago
  36. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  37. 8ed75cd #22613: minor other fixes in library docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  38. 4433ff9 unittest.mock docs: fix use of default role by Georg Brandl · 10 years ago
  39. 7ad3df6 unittest.mock docs: fix use of default role by Georg Brandl · 10 years ago
  40. cadc3fd Merge with 3.4 by Georg Brandl · 10 years ago
  41. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  42. 8af9db3 Closes Issue 21262: New method assert_not_called for Mock. by Kushal Das · 10 years ago
  43. 8c14534 Closes Issue 21238: New keyword argument `unsafe` to Mock. by Kushal Das · 10 years ago
  44. fddcfa2 Closes issue 17660. You no longer need to explicitly pass create=True when patching builtin names. by Michael Foord · 10 years ago
  45. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  46. 9846898 Close #20759: Fix some typos in the mock docs. (Merge with 3.3) by Zachary Ware · 10 years ago
  47. 5ea5d2c Issue #20759: Fix some typos in the mock docs. by Zachary Ware · 10 years ago
  48. f47036c Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  49. 89e84e7 Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  50. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  51. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  52. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  53. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  54. bbbf191 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  55. e79be87 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  56. 533f1ed Add a missing parenthesis. by Brett Cannon · 11 years ago
  57. 21cc628 merge by Brett Cannon · 11 years ago
  58. 04cbe0c Closes issue 17467. Add readline and readlines support to unittest.mock.mock_open by Michael Foord · 11 years ago
  59. 35266f7 Merge by Michael Foord · 11 years ago
  60. f575230 Documentation corrections for unittest.mock by Michael Foord · 11 years ago
  61. 8b53559 Merge with 3.3, issue #17047: remove doubled words added in 3.3, by Terry Jan Reedy · 11 years ago
  62. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 11 years ago
  63. a41fb4b #17351: merge with 3.3. by Ezio Melotti · 11 years ago
  64. c9cfcf1 #17351: merge with 3.2. by Ezio Melotti · 11 years ago
  65. ecfb963 merge with 3.3 by Georg Brandl · 12 years ago
  66. fb13438 Closes #17109: fix heading levels in mock doc. by Georg Brandl · 12 years ago
  67. 5c64df7 Issue #17015: When it has a spec, a Mock object now inspects its signature when matching calls, so that arguments can be matched positionally or by name. by Antoine Pitrou · 12 years ago
  68. 7ea6f70 Fix typo in mock docs. by Andrew Svetlov · 12 years ago
  69. 28d591c Closes issue 15323. Improve failure message of Mock.assert_called_once_with by Michael Foord · 12 years ago
  70. 911fd32 unittest.mock minor doc update by Michael Foord · 12 years ago
  71. f7c4158 Adding patch.stopall method to unittest.mock by Michael Foord · 12 years ago
  72. 2cd4873 Closes issue 14636. mock objects raise exceptions from an iterable side_effect by Michael Foord · 12 years ago
  73. 0682a0c Minor docstring / docs corrections for unittest.mock by Michael Foord · 12 years ago
  74. c287062 unittest.mock.PropertyMock return value and attributes are now standard MagicMocks by Michael Foord · 12 years ago
  75. 2489167 Fix markup errors found by "make suspicious". by Georg Brandl · 12 years ago
  76. e55f663 Fix typo in unittest.mock docs by Michael Foord · 12 years ago
  77. 324b58b Update unittest.mock.patch example by Michael Foord · 12 years ago
  78. 2309ed8 Re-order unittest.mock documentation to put magic method support before the helpers by Michael Foord · 12 years ago
  79. 9015536 Adding an example to unittest.mock.patch documentation by Michael Foord · 12 years ago
  80. 54b3db8 Minor unittest.mock.patch doc / docstring improvement by Michael Foord · 12 years ago
  81. a9e6fb2 Unsplit unittest.mock documentation by Michael Foord · 12 years ago
  82. 944e02d Adding unittest.mock documentation by Michael Foord · 12 years ago