summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Doc updateMichael Foord2013-03-181-0/+19
* Restore Python 2.4 warning in the changelogMichael Foord2012-11-071-0/+4
* Proper compatibility with functools.wrapsMichael Foord2012-11-071-5/+1
* Typo fixesMichael Foord2012-11-052-3/+3
* Add __wrapped__ to functions decorated with patch variantsMichael Foord2012-11-051-0/+12
* Doc updates for 1.0Michael Foord2012-10-072-2/+6
* Updates for the 1.0 releaseMichael Foord2012-10-072-3/+44
* Minor doc tweakMichael Foord2012-07-131-1/+1
* Date updateMichael Foord2012-07-131-1/+1
* Updated version numberMichael Foord2012-07-132-3/+3
* Doc updateMichael Foord2012-06-111-1/+1
* Adding patch.stopall methodMichael Foord2012-06-102-2/+7
* MagicMock.reset_mock on an autospec created mock no longer crashesMichael Foord2012-06-091-0/+5
* 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-211-0/+1
* Exceptions in iterable side_effect will be raisedMichael Foord2012-04-213-1/+25
* Changelog updateMichael Foord2012-04-141-1/+1
* Doc fixesMichael Foord2012-04-131-2/+2
* create_autospec now works with attributes that can't be fetchedMichael Foord2012-04-131-0/+4
* Minor update for mock_open docsMichael Foord2012-04-131-0/+1
* PropertyMock attributes and return values are standard MagicMocksMichael Foord2012-04-131-0/+13
* 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-281-11/+14
* Bump version numberMichael Foord2012-03-261-0/+5
* Changes for 1.0.0a1 releaseMichael Foord2012-03-253-14/+3
* A mock created by patch with a spec as the list argument will be callable if ...Michael Foord2012-03-251-0/+2
* Update CHANGELOGMichael Foord2012-03-251-0/+1
* Fix various bugs around spec arguments to patchersMichael Foord2012-03-252-3/+7
* CHANGELOG updateMichael Foord2012-03-251-0/+2
* Propagate exception info in _patch.__exit__Michael Foord2012-03-201-0/+2
|\
* | Minor doc and docstring updatesMichael Foord2012-03-173-6/+5
* | More documentation updatesMichael Foord2012-03-172-2/+6
* | Whitespace in doc changesMichael Foord2012-03-171-6/+0
* | More documentation updatesMichael Foord2012-03-172-1/+10
* | Documentation updatesMichael Foord2012-03-173-253/+120
* | Change comparison methods on MagicMock to return NotImplementedMichael Foord2012-03-172-0/+26
* | Further removal of mocksignature referencesMichael Foord2012-03-151-0/+2
* | Adding PropertyMockMichael Foord2012-03-131-0/+1
* | Make __class__ assignableMichael Foord2012-03-131-0/+2
* | Removing mocksignature documentationMichael Foord2012-03-135-296/+25
* | Adding mock_open helperMichael Foord2012-03-131-0/+3
* | mocksignature and tests removedMichael Foord2012-03-131-2/+4
* | MergeMichael Foord2012-03-133-7/+16
|\ \ | |/ |/|
| * Removed failing test for spec inheritance - should not be on by defaultrelease-0.8-maintMichael Foord2012-03-081-1/+0
| * Doc updatesMichael Foord2012-03-053-7/+11