1. 137b4c5 Don't report deleted attributes in __dir__ (GH#10148) by Mario Corchero · 5 years ago
  2. 6039ff3 bpo-23078: Add support for {class,static}method to mock.create_autospec() (GH-11613) by Xtreak · 5 years ago
  3. 0e50d0d bpo-36593: Fix isinstance check for Mock objects with spec executed under tracing (GH-12790) by Xtreak · 5 years ago
  4. e07d77b bpo-36366: Return None on stopping unstarted patch object (GH-12472) by Xtreak · 6 years ago
  5. 19b9035 bpo-21269: Provide args and kwargs attributes on mock call objects GH11807 by Kumar Akshay · 6 years ago
  6. b5903d4 Autospec functions should propagate mock calls to parent GH-11273 by Xtreak · 6 years ago
  7. 5268eda bpo-35512: Resolve string target to patch.dict decorator during function call GH#12000 by Xtreak · 6 years ago
  8. 3830cd5 bpo-35500: align expected and actual calls on mock.assert_called_with error message. (GH-11804) by Susan Su · 6 years ago
  9. 373301e bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (#11057) by Pablo Galindo · 6 years ago
  10. c86fadf Add test for double patching instance methods (#11085) by Anthony Sottile · 6 years ago
  11. a7b0ba1 bpo-17185: Add __signature__ to mock that can be used by inspect for signature (GH11048) by Xtreak · 6 years ago
  12. 796edd4 bpo-35330: Don't call the wrapped object if `side_effect` is set (GH10973) by Mario Corchero · 6 years ago
  13. 962077b bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_MagicProxy. (#10873) by Andrew Dunai · 6 years ago
  14. c052ed1 bpo-35226: Fix equality for nested unittest.mock.call objects. (#10555) by Chris Withers · 6 years ago
  15. b496c46 handle new news location by Chris Withers · 5 years ago
  16. 5a59329 bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302) by Xtreak · 6 years ago
  17. 57ef3bb bpo-35047, unittest.mock: Better error messages on assert_called_xxx failures (GH-10090) by Petter Strandmark · 6 years ago
  18. 5597129 bpo-35022: unittest.mock.MagicMock now also supports __fspath__ (GH-9960) by Max Bélanger · 6 years ago
  19. 73f6eed bpo-32933: Implement __iter__ method on mock_open() (GH-5974) by Tony Flury · 6 years ago
  20. 94c3c57 Improve error message when mock.assert_has_calls fails (GH-8205) by davidair · 6 years ago
  21. 56cf6cb bpo-33516: Add support for __round__ in MagicMock (GH-6880) by John Reese · 6 years ago
  22. 565b044 bpo-30541: Add new method to seal mocks (GH61923) by Mario Corchero · 7 years ago