summaryrefslogtreecommitdiff
path: root/docs/changelog.txt
AgeCommit message (Expand)Author
2019-05-02Note about changelog entries for changes not in cpython.Chris Withers
2019-04-30simplify and clean up docsChris Withers
2015-07-10Overhaul docs.Robert Collins
2012-11-07Restore Python 2.4 warning in the changelogMichael Foord
2012-11-07Proper compatibility with functools.wrapsMichael Foord
2012-11-05Typo fixesMichael Foord
2012-11-05Add __wrapped__ to functions decorated with patch variantsMichael Foord
2012-10-07Doc updates for 1.0Michael Foord
2012-10-07Updates for the 1.0 releaseMichael Foord
2012-07-13Minor doc tweakMichael Foord
2012-07-13Updated version numberMichael Foord
2012-06-10Adding patch.stopall methodMichael Foord
2012-06-09MagicMock.reset_mock on an autospec created mock no longer crashesMichael Foord
2012-05-23CHANGELOG updateMichael Foord
2012-05-05Minor doc changes for new alpha releaseMichael Foord
2012-04-21Support keyword only arguments in Python 3Michael Foord
2012-04-21Exceptions in iterable side_effect will be raisedMichael Foord
2012-04-14Changelog updateMichael Foord
2012-04-13create_autospec now works with attributes that can't be fetchedMichael Foord
2012-03-26Bump version numberMichael Foord
2012-03-25Changes for 1.0.0a1 releaseMichael Foord
2012-03-25A mock created by patch with a spec as the list argument will be callable if ...Michael Foord
2012-03-25Update CHANGELOGMichael Foord
2012-03-25Fix various bugs around spec arguments to patchersMichael Foord
2012-03-25CHANGELOG updateMichael Foord
2012-03-20Propagate exception info in _patch.__exit__Michael Foord
2012-03-17Minor doc and docstring updatesMichael Foord
2012-03-17More documentation updatesMichael Foord
2012-03-17More documentation updatesMichael Foord
2012-03-17Change comparison methods on MagicMock to return NotImplementedMichael Foord
2012-03-13Adding PropertyMockMichael Foord
2012-03-13Make __class__ assignableMichael Foord
2012-03-13Adding mock_open helperMichael Foord
2012-03-13mocksignature and tests removedMichael Foord
2012-03-08Removed failing test for spec inheritance - should not be on by defaultMichael Foord
2012-03-05Doc updatesMichael Foord
2012-03-04Failing test for create_autospec and unbound methodsMichael Foord
2012-03-03Failing test and changelog entry for spec inheritanceMichael Foord
2012-02-13Minor doc wording changeMichael Foord