1. 9cf5c9d Remove incorrect comment by Michael Foord · 13 years ago
  2. 3af125a Closes issue 14634. unittest.mock.create_autospec now supports keyword only arguments. by Michael Foord · 13 years ago
  3. 2cd4873 Closes issue 14636. mock objects raise exceptions from an iterable side_effect by Michael Foord · 13 years ago
  4. 0682a0c Minor docstring / docs corrections for unittest.mock by Michael Foord · 13 years ago
  5. 656319e Make unittest.mock.create_autospec resilient against AttributeError on original object by Michael Foord · 13 years ago
  6. c287062 unittest.mock.PropertyMock return value and attributes are now standard MagicMocks by Michael Foord · 13 years ago
  7. aa8ec7e Fix unittest.mock.patch docstring by Michael Foord · 13 years ago
  8. 54b3db8 Minor unittest.mock.patch doc / docstring improvement by Michael Foord · 13 years ago
  9. 0340ea7 unittest.mock: removed another bit of Python 2 only code by Michael Foord · 13 years ago
  10. 944e02d Adding unittest.mock documentation by Michael Foord · 13 years ago
  11. e58a562 unittest.mock: a mock created by patch with a spec as the list argument will be callable if __call__ is in the spec by Michael Foord · 13 years ago
  12. fb5d0a7 unittest.mock: remove another piece of Python 2 specific code by Michael Foord · 13 years ago
  13. 1ab27c6 Remove more Python 2 code from unittest.mock (obsolete function attributes) by Michael Foord · 13 years ago
  14. 0dccf65 Minor changes to the unittest.mock.mock_open helper by Michael Foord · 13 years ago
  15. 9925473 Addition of docstrings to unittest.mock helpers by Michael Foord · 13 years ago
  16. a74561a unittest.mock: set file_spec on first use by Michael Foord · 13 years ago
  17. 50a8c0e Support subclassing unittest.mock._patch and fix various obscure bugs around patcher spec arguments by Michael Foord · 13 years ago
  18. 313f85f unittest.mock.MagicMock objects are now unorderable by default by Michael Foord · 13 years ago
  19. d7c65e2 Removed XXX from unittest.mock docstring and switch to a nicer try...except...finally by Michael Foord · 13 years ago
  20. a74b3aa Remove more Python 2 compatibility cruft from unittest.mock by Michael Foord · 13 years ago
  21. c17adf4 Remove Python 2 compatibility cruft from unittest.mock by Michael Foord · 13 years ago
  22. 345266a PEP 417: Adding unittest.mock by Michael Foord · 13 years ago