| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Attribution updateHEADmaster | Michael Foord | 2013-04-09 | 1 | -1/+1 |
| * | License update | Michael Foord | 2013-04-09 | 1 | -5/+28 |
| * | Doc update | Michael Foord | 2013-03-18 | 1 | -0/+19 |
| * | Typo fix | Michael Foord | 2013-03-18 | 1 | -1/+1 |
| * | Remove XXXX from comment | Michael Foord | 2013-03-18 | 1 | -3/+1 |
| * | Restore Python 2.4 warning in the changelog | Michael Foord | 2012-11-07 | 1 | -0/+4 |
| * | Proper compatibility with functools.wraps | Michael Foord | 2012-11-07 | 4 | -12/+14 |
| * | Fix for wraps - __wrapped__ was added in 3.2 not 3.3 | Michael Foord | 2012-11-05 | 1 | -1/+1 |
| * | Remove mention of Python 2.4 from PyPI page. | Michael Foord | 2012-11-05 | 1 | -1/+1 |
| * | Typo fixes | Michael Foord | 2012-11-05 | 3 | -4/+4 |
| * | Add __wrapped__ to functions decorated with patch variants | Michael Foord | 2012-11-05 | 6 | -6/+47 |
| * | Final doc updates for 1.0 release | Michael Foord | 2012-10-07 | 2 | -3/+4 |
| * | Doc updates for 1.0 | Michael Foord | 2012-10-07 | 3 | -2/+10 |
| * | Updates for the 1.0 release | Michael Foord | 2012-10-07 | 5 | -6/+52 |
| * | Minor doc tweak | Michael Foord | 2012-07-13 | 1 | -1/+1 |
| * | Date update | Michael Foord | 2012-07-13 | 1 | -1/+1 |
| * | README update | Michael Foord | 2012-07-13 | 1 | -2/+2 |
| * | Updated version number | Michael Foord | 2012-07-13 | 3 | -4/+4 |
| * | Doc update | Michael Foord | 2012-06-11 | 1 | -1/+1 |
| * | Adding patch.stopall method | Michael Foord | 2012-06-10 | 4 | -4/+46 |
| * | reset_mock now resets magic method mocks | Michael Foord | 2012-06-09 | 2 | -0/+9 |
| * | MagicMock.reset_mock on an autospec created mock no longer crashes | Michael Foord | 2012-06-09 | 3 | -1/+15 |
| * | CHANGELOG update | Michael Foord | 2012-05-23 | 1 | -0/+2 |
| * | Minor doc changes for new alpha release | Michael Foord | 2012-05-05 | 2 | -3/+4 |
| * | Add example of exceptions on attribute access to docs | Michael Foord | 2012-04-23 | 1 | -0/+24 |
| * | Support keyword only arguments in Python 3 | Michael Foord | 2012-04-21 | 3 | -8/+36 |
| * | Exceptions in iterable side_effect will be raised | Michael Foord | 2012-04-21 | 5 | -3/+42 |
| * | Committed failing test for pickling | Michael Foord | 2012-04-14 | 1 | -0/+26 |
| * | Changelog update | Michael Foord | 2012-04-14 | 1 | -1/+1 |
| * | Docstring update | Michael Foord | 2012-04-13 | 1 | -6/+6 |
| * | Doc fixes | Michael Foord | 2012-04-13 | 1 | -2/+2 |
| * | Move test and update code comment | Michael Foord | 2012-04-13 | 2 | -16/+17 |
| * | create_autospec now works with attributes that can't be fetched | Michael Foord | 2012-04-13 | 3 | -1/+31 |
| * | Minor update for mock_open docs | Michael Foord | 2012-04-13 | 1 | -0/+1 |
| * | PropertyMock attributes and return values are standard MagicMocks | Michael Foord | 2012-04-13 | 3 | -0/+27 |
| * | Doc typo fix | Michael Foord | 2012-03-29 | 1 | -1/+1 |
| * | Update patch example in docs | Michael Foord | 2012-03-28 | 1 | -2/+2 |
| * | Updated example to patch documentation | Michael Foord | 2012-03-28 | 1 | -1/+2 |
| * | Add example to patch documentation | Michael Foord | 2012-03-28 | 1 | -0/+11 |
| * | Doc / docstring improvement for patch | Michael Foord | 2012-03-28 | 2 | -22/+28 |
| * | Bump version number | Michael Foord | 2012-03-26 | 2 | -1/+6 |
| * | Changes for 1.0.0a1 release | Michael Foord | 2012-03-25 | 4 | -15/+4 |
| * | A mock created by patch with a spec as the list argument will be callable if ... | Michael Foord | 2012-03-25 | 3 | -2/+31 |
| * | Minor cleanups | Michael Foord | 2012-03-25 | 2 | -13/+7 |
| * | Some test fixes to always clean up patches | Michael Foord | 2012-03-25 | 1 | -5/+6 |
| * | Update CHANGELOG | Michael Foord | 2012-03-25 | 1 | -0/+1 |
| * | Fix various bugs around spec arguments to patchers | Michael Foord | 2012-03-25 | 4 | -26/+102 |
| * | CHANGELOG update | Michael Foord | 2012-03-25 | 1 | -0/+2 |
| * | Make using create=True with spec=True in patchers an error | Michael Foord | 2012-03-25 | 2 | -2/+21 |
| * | Propagate exception info in _patch.__exit__ | Michael Foord | 2012-03-20 | 3 | -4/+39 |
| |\ | |||||
