1. e36402a Fix usage of the default role. by Zachary Ware · 9 years ago
  2. 5c676f6 Fix suspicious markup by Zachary Ware · 9 years ago
  3. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
  4. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  5. 283f1aa Issue #20487: Clarify meaning of "side effect" in the magic mock documentation. by Berker Peksag · 10 years ago
  6. 8ed75cd #22613: minor other fixes in library docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  7. 4433ff9 unittest.mock docs: fix use of default role by Georg Brandl · 10 years ago
  8. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  9. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  10. 89e84e7 Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  11. f47036c Removed spaces before colons and semicolons. by Serhiy Storchaka · 11 years ago
  12. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  13. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  14. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  15. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  16. bbbf191 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  17. e79be87 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  18. 533f1ed Add a missing parenthesis. by Brett Cannon · 11 years ago
  19. 21cc628 merge by Brett Cannon · 11 years ago
  20. 04cbe0c Closes issue 17467. Add readline and readlines support to unittest.mock.mock_open by Michael Foord · 12 years ago
  21. 35266f7 Merge by Michael Foord · 12 years ago
  22. f575230 Documentation corrections for unittest.mock by Michael Foord · 12 years ago
  23. 8b53559 Merge with 3.3, issue #17047: remove doubled words added in 3.3, by Terry Jan Reedy · 12 years ago
  24. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 12 years ago
  25. a41fb4b #17351: merge with 3.3. by Ezio Melotti · 12 years ago
  26. c9cfcf1 #17351: merge with 3.2. by Ezio Melotti · 12 years ago
  27. ecfb963 merge with 3.3 by Georg Brandl · 12 years ago
  28. fb13438 Closes #17109: fix heading levels in mock doc. by Georg Brandl · 12 years ago
  29. 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
  30. 7ea6f70 Fix typo in mock docs. by Andrew Svetlov · 12 years ago
  31. 28d591c Closes issue 15323. Improve failure message of Mock.assert_called_once_with by Michael Foord · 12 years ago
  32. 911fd32 unittest.mock minor doc update by Michael Foord · 12 years ago
  33. f7c4158 Adding patch.stopall method to unittest.mock by Michael Foord · 12 years ago
  34. 2cd4873 Closes issue 14636. mock objects raise exceptions from an iterable side_effect by Michael Foord · 12 years ago
  35. 0682a0c Minor docstring / docs corrections for unittest.mock by Michael Foord · 12 years ago
  36. c287062 unittest.mock.PropertyMock return value and attributes are now standard MagicMocks by Michael Foord · 12 years ago
  37. 2489167 Fix markup errors found by "make suspicious". by Georg Brandl · 12 years ago
  38. e55f663 Fix typo in unittest.mock docs by Michael Foord · 12 years ago
  39. 324b58b Update unittest.mock.patch example by Michael Foord · 12 years ago
  40. 2309ed8 Re-order unittest.mock documentation to put magic method support before the helpers by Michael Foord · 12 years ago
  41. 9015536 Adding an example to unittest.mock.patch documentation by Michael Foord · 12 years ago
  42. 54b3db8 Minor unittest.mock.patch doc / docstring improvement by Michael Foord · 12 years ago
  43. a9e6fb2 Unsplit unittest.mock documentation by Michael Foord · 12 years ago
  44. 944e02d Adding unittest.mock documentation by Michael Foord · 12 years ago