summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* prepare for 1.3.3 releasev1.3.3Ray Holder2014-12-141-1/+1
|
* update history for 1.3.3 releaseRay Holder2014-12-141-0/+4
|
* add a few more contributorsRay Holder2014-12-141-0/+2
|
* Merge pull request #27 from herriojr/masterRay Holder2014-12-141-1/+1
|\ | | | | Adding in minimum version since anything lower doesn't work.
| * Adding in minimum version since anything lower doesn't work.Jonathan Herriott2014-11-191-1/+1
|/
* prepare for 1.3.2 releasev1.3.2Ray Holder2014-11-091-1/+1
|
* remove six license boilerplate since we're not embedding it anymoreRay Holder2014-11-091-23/+0
|
* update HISTORY.rst for 1.3.2Ray Holder2014-11-091-0/+5
|
* Merge pull request #23 from harlowja/jitterRay Holder2014-11-091-1/+6
|\ | | | | Allow a jitter value to be passed in
| * Allow a jitter value to be passed inJoshua Harlow2014-10-291-1/+6
| | | | | | | | | | | | | | | | | | | | To avoid the thundering herd problem when retrying is triggered at exactly the same moment by many entities allow for passing in a jitter maximum value which will be used to randomly alter the amount of time slept by each retrying object user; this helps randomize the thundering herd and makes it possible to reduce the issue.
* | adding Maxym Shalenyi to AUTHORS.rstRay Holder2014-11-091-0/+1
| |
* | Merge pull request #21 from harlowja/wrapsRay Holder2014-11-091-0/+4
|\ \ | | | | | | Ensure we wrap the decorated functions
| * | Ensure we wrap the decorated functionsJoshua Harlow2014-10-031-0/+4
| |/ | | | | | | | | | | | | To avoid losing the original functions docs, name and other attributes ensure that this correctly uses six.wraps (which uses functools.wraps internally) to wrap the decorated function.
* | fix up some some pep8 stuffRay Holder2014-11-091-4/+29
| |
* | bump version up to 1.3.2-devRay Holder2014-11-091-1/+1
|/
* 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