- Add minimum six version of 1.7.0 since anything less will break things
- Ensure we wrap the decorated functions to prevent information loss
- Allow a jitter value to be passed in
- Add requirements.txt to MANIFEST.in to fix pip installs
- Add upstream six dependency, remove embedded six functionality
- Add support for custom wait and stop functions
- Bug fix to not raise a RetryError on failure when exceptions aren't being wrapped
- Bug fix for explicitly passing in a wait type
- Remove the need for explicit specification of stop/wait types when they can be inferred
- Add a little checking for exception propagation
- Added proper exception propagation through reraising with Python 2.6, 2.7, and 3.2 compatibility
- Update test suite for behavior changes
- Fixed a bug where classes not extending from the Python exception hierarchy could slip through
- Update test suite for custom Python exceptions
- First stable, tested version now exists
- Apache 2.0 license applied
- Sanitizing some setup.py and test suite running
- Added Travis CI support