summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #19 from emonty/masterv1.3.1Ray Holder2014-10-014-3/+8
|\ | | | | Add requirements.txt to MANFEST.in
| * Add requirements.txt to MANFEST.inMonty Taylor2014-09-304-3/+8
|/ | | | | Without this, pip installs of retrying all fail due to requirements.txt being missing in the tarball but required by setup.py.
* prepare for 1.3.0 releasev1.3.0Ray Holder2014-09-302-1/+5
|
* update AUTHORS.rst to add contributorsRay Holder2014-09-301-0/+7
|
* Merge pull request #16 from hguemar/masterRay Holder2014-09-303-26/+7
|\ | | | | Replaced bundled code with using six
| * Replaced bundled code with using sixHaïkel Guémar2014-09-053-26/+7
|/
* update AUTHORS.rstRay Holder2014-08-251-0/+1
|
* bump version up to 1.2.4-devRay Holder2014-08-251-1/+1
|
* Merge tag 'v1.2.3'Ray Holder2014-08-253-1/+6
|\ | | | | | | Release 1.2.3
| * prepare for 1.2.3 releasev1.2.3Ray Holder2014-08-252-1/+5
| |
| * add Daniel Nephin to AUTHORS.rstRay Holder2014-08-251-0/+1
| |
* | Merge pull request #15 from svisser/patch-1Ray Holder2014-08-251-2/+7
|\ \ | |/ |/| Ensure file handles are closed using with statement
| * Ensure file handles are closed using with statementSimeon Visser2014-08-261-2/+7
|/
* Merge pull request #14 from dnephin/custom_wait_and_stopRay Holder2014-08-252-3/+25
|\ | | | | Support custom wait and stop functions
| * Support custom wait and stop functions.Daniel Nephin2014-08-222-3/+25
|/
* bump version to 1.2.3-dev, add 3.3/3.4 classifiersRay Holder2014-06-261-1/+3
|
* add Saul Shanabrook to AUTHORS.rstRay Holder2014-06-261-1/+2
|
* Merge pull request #13 from saulshanabrook/patch-1Ray Holder2014-06-261-1/+3
|\ | | | | Add python 3.3 and 3.4 support
| * Add python 3.3 and 3.4 supportSaul Shanabrook2014-06-261-1/+3
|/
* prepare for 1.2.2 releasev1.2.2Ray Holder2014-06-201-1/+1
|
* update HISTORY.rst for 1.2.2 releaseRay Holder2014-06-201-0/+3
|
* add comments from rdooley, add comment around stop behaviorRay Holder2014-06-202-1/+8
|
* Merge pull request #10 from simondolle/bugfix/#8_raise_retry_error_on_failureRay Holder2014-06-203-4/+16
|\ | | | | Bugfix/#8 raise retry error on failure
| * Update AUTHORS.rstSimon Dollé2014-06-151-0/+1
| |
| * If possible, raise the last exception when stoppingSimon Dollé2014-06-152-3/+6
| | | | | | | | | | | | | | When we stop retrying because of recurring exceptions, we expect the decorator to raise the last exception. (if wrap_exception==False) This commit fixes issue #8.
| * Test exception type on failure.Simon Dollé2014-06-151-1/+9
|/ | | | | | | | When we stop retrying, because of recurring exception we expect the decorator to raise the last raised exception without any wrapping (if wrap_exception==False) cf #8 We test this behavior in a new unit test.
* bump version up to 1.2.2-devRay Holder2014-05-051-1/+1
|
* update HISTORY.rst, bump version up to 1.2.1 for releasev1.2.1Ray Holder2014-05-052-1/+5
|
* Merge pull request #5 from alexkuang/masterRay Holder2014-05-053-1/+8
|\ | | | | Fix AttributeError when explicitly specifying wait type ...
| * Fix AttributeError when explicitly specifying wait type, and add appropriate ↵Alex Kuang2014-05-053-1/+8
|/ | | | regression tests. (fixes #4)
* update HISTORY.rst for 1.2.0 releaseRay Holder2014-05-041-0/+5
|
* prepare for 1.2.0 releaseRay Holder2014-05-041-1/+1
|
* add a crude check for a custom exception message in the test suiteRay Holder2014-05-041-1/+4
|
* Merge pull request #3 from underrun/masterRay Holder2014-05-054-58/+82
|\ | | | | remove need for specification of stop/wait type
| * remove need for specification of stop/wait typeDerek Wilson2014-05-024-58/+82
|/ | | | because it can be inferred from the args passed in
* prepare for 1.1.0 releasev1.1.0Ray Holder2014-03-311-1/+1
|
* Update HISTORY.rstRay Holder2014-03-311-1/+6
|
* Merge pull request #2 from rholder/1-propagate-tracebacksRay Holder2014-03-312-18/+96
|\ | | | | propagate complete tracebacks #1
| * add even moar Python 3.x compatibility hacks from the six project, update ↵Ray Holder2014-03-311-2/+51
| | | | | | | | license
| * let's see if Python 3.2.x is happy now...Ray Holder2014-03-301-10/+10
| |
| * Fix up Python 2.6 and Python 3.2 compatibilityRay Holder2014-03-301-12/+12
| |
| * propagate complete tracebacks such that they show up in nested stack frames, ↵Ray Holder2014-03-302-17/+46
|/ | | | adjust api and tests #1
* adding version and download badgesRay Holder2013-11-071-2/+6
|
* clean up the classifiers so they appear correctly on pypi, add license ↵v1.0.1Ray Holder2013-03-201-9/+14
| | | | metadata, prep for release
* add note about Python 2.x/3.x compatibility and patch up test suite to run ↵Ray Holder2013-03-201-3/+8
| | | | under Python 3
* fixed a bug where classes not extending from the Python exception hierarchy ↵Ray Holder2013-03-204-4/+99
| | | | could slip through, preparing for 1.0.1 release
* add missing files...v1.0.0Ray Holder2013-01-221-1/+1
|
* typo... um... yeah...Ray Holder2013-01-221-1/+1
|
* clean up RST for PyPI, add some better annotations to examplesRay Holder2013-01-221-5/+37
|
* Python 3.2 compatibility fix, since we don't have sys.maxint anymore...Ray Holder2013-01-221-2/+4
|