1. 4292afa Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 9 years ago
  2. 31d3922 Revert "Issue #21750: mock_open.read_data can now be read from each instance, as it" by Robert Collins · 9 years ago
  3. e9db016 Issue #21750: mock_open.read_data can now be read from each instance, as it by Robert Collins · 9 years ago
  4. 5c57dd2 Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 9 years ago
  5. 19d5a00 Issue #23661: unittest.mock side_effects can now be exceptions again. by Robert Collins · 9 years ago
  6. 18c9bbd Overhaul docs. by Robert Collins · 9 years ago
  7. f31b176 Issue #23310: Fix MagicMock's initializer to work with __methods__. by Łukasz Langa · 9 years ago
  8. fb2f1f5 Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 9 years ago
  9. e3d21b4 Issue #23581: Add matmul support to MagicMock. by Berker Peksag · 9 years ago
  10. 6af6ddc Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ by Serhiy Storchaka · 9 years ago
  11. b4c7f7e Closes #21270 : We now override tuple methods in mock.call objects. by Kushal Das · 10 years ago
  12. e9f7756 Closes #21256: Printout of keyword args in deterministic order in mock calls. by Kushal Das · 10 years ago
  13. c7d6c7d Closes Issue 21262: New method assert_not_called for Mock. by Kushal Das · 10 years ago
  14. 7c530f0 Closes Issue 21238: New keyword argument `unsafe` to Mock. by Kushal Das · 10 years ago
  15. ba2e407 Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times. by Michael Foord · 10 years ago
  16. d3135cf Closes Issue 21222. by Kushal Das · 10 years ago
  17. 936fabd Closes issue 17660. You no longer need to explicitly pass create=True when patching builtin names. by Michael Foord · 10 years ago
  18. 6df8ab6 Issue 17826. Setting an iterable side_effect on a mock created by create_autospec now works by Michael Foord · 10 years ago
  19. dfeef20 Issue 20968. unittest.mock.MagicMock now supports division by Michael Foord · 10 years ago
  20. b9d1edb Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 10 years ago
  21. a98a5ba Closes issue 17467. Add readline and readlines support to unittest.mock.mock_open by Michael Foord · 11 years ago
  22. eba505c 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 · 11 years ago
  23. 7ea9408 Closes issue 15323. Improve failure message of Mock.assert_called_once_with by Michael Foord · 12 years ago
  24. dfb2211 Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue by Nick Coghlan · 12 years ago
  25. ac60cfa unittest.mock.MagicMock objects are now unorderable by default by Michael Foord · 12 years ago
  26. b43f1ef Add NEWS by Robert Collins · 9 years ago