summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Attribution updateHEADmasterMichael Foord2013-04-091-1/+1
* License updateMichael Foord2013-04-091-5/+28
* Doc updateMichael Foord2013-03-181-0/+19
* Typo fixMichael Foord2013-03-181-1/+1
* Remove XXXX from commentMichael Foord2013-03-181-3/+1
* Restore Python 2.4 warning in the changelogMichael Foord2012-11-071-0/+4
* Proper compatibility with functools.wrapsMichael Foord2012-11-074-12/+14
* Fix for wraps - __wrapped__ was added in 3.2 not 3.3Michael Foord2012-11-051-1/+1
* Remove mention of Python 2.4 from PyPI page.Michael Foord2012-11-051-1/+1
* Typo fixesMichael Foord2012-11-053-4/+4
* Add __wrapped__ to functions decorated with patch variantsMichael Foord2012-11-056-6/+47
* Final doc updates for 1.0 releaseMichael Foord2012-10-072-3/+4
* Doc updates for 1.0Michael Foord2012-10-073-2/+10
* Updates for the 1.0 releaseMichael Foord2012-10-075-6/+52
* Minor doc tweakMichael Foord2012-07-131-1/+1
* Date updateMichael Foord2012-07-131-1/+1
* README updateMichael Foord2012-07-131-2/+2
* Updated version numberMichael Foord2012-07-133-4/+4
* Doc updateMichael Foord2012-06-111-1/+1
* Adding patch.stopall methodMichael Foord2012-06-104-4/+46
* reset_mock now resets magic method mocksMichael Foord2012-06-092-0/+9
* MagicMock.reset_mock on an autospec created mock no longer crashesMichael Foord2012-06-093-1/+15
* CHANGELOG updateMichael Foord2012-05-231-0/+2
* Minor doc changes for new alpha releaseMichael Foord2012-05-052-3/+4
* Add example of exceptions on attribute access to docsMichael Foord2012-04-231-0/+24
* Support keyword only arguments in Python 3Michael Foord2012-04-213-8/+36
* Exceptions in iterable side_effect will be raisedMichael Foord2012-04-215-3/+42
* Committed failing test for picklingMichael Foord2012-04-141-0/+26
* Changelog updateMichael Foord2012-04-141-1/+1
* Docstring updateMichael Foord2012-04-131-6/+6
* Doc fixesMichael Foord2012-04-131-2/+2
* Move test and update code commentMichael Foord2012-04-132-16/+17
* create_autospec now works with attributes that can't be fetchedMichael Foord2012-04-133-1/+31
* Minor update for mock_open docsMichael Foord2012-04-131-0/+1
* PropertyMock attributes and return values are standard MagicMocksMichael Foord2012-04-133-0/+27
* Doc typo fixMichael Foord2012-03-291-1/+1
* Update patch example in docsMichael Foord2012-03-281-2/+2
* Updated example to patch documentationMichael Foord2012-03-281-1/+2
* Add example to patch documentationMichael Foord2012-03-281-0/+11
* Doc / docstring improvement for patchMichael Foord2012-03-282-22/+28
* Bump version numberMichael Foord2012-03-262-1/+6
* Changes for 1.0.0a1 releaseMichael Foord2012-03-254-15/+4
* A mock created by patch with a spec as the list argument will be callable if ...Michael Foord2012-03-253-2/+31
* Minor cleanupsMichael Foord2012-03-252-13/+7
* Some test fixes to always clean up patchesMichael Foord2012-03-251-5/+6
* Update CHANGELOGMichael Foord2012-03-251-0/+1
* Fix various bugs around spec arguments to patchersMichael Foord2012-03-254-26/+102
* CHANGELOG updateMichael Foord2012-03-251-0/+2
* Make using create=True with spec=True in patchers an errorMichael Foord2012-03-252-2/+21
* Propagate exception info in _patch.__exit__Michael Foord2012-03-203-4/+39
|\