1. b107953 Proper compatibility with functools.wraps by Michael Foord · 12 years ago
  2. 3860ed4 Add __wrapped__ to functions decorated with patch variants by Michael Foord · 12 years ago
  3. 99dc7a5 Adding patch.stopall method by Michael Foord · 12 years ago
  4. 5c241d5 A mock created by patch with a spec as the list argument will be callable if __call__ is in the spec by Michael Foord · 12 years ago
  5. 6e71f17 Minor cleanups by Michael Foord · 12 years ago
  6. 5bcc774 Some test fixes to always clean up patches by Michael Foord · 12 years ago
  7. 08f4755 Fix various bugs around spec arguments to patchers by Michael Foord · 12 years ago
  8. 669048d Make using create=True with spec=True in patchers an error by Michael Foord · 12 years ago
  9. 7c2570e Propagate exception info in _patch.__exit__ by Michael Foord · 12 years ago
  10. 5b522f0 Propogate exceptions in _patch.__exit__() by Kumar McMillan · 12 years ago
  11. a9a8bb9 mocksignature and tests removed by Michael Foord · 12 years ago
  12. 1e68bec Failing test and changelog entry for spec inheritance by Michael Foord · 12 years ago
  13. 2f9d810 Minor doc wording change by Michael Foord · 12 years ago