summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* sanitize setup.py one more time before releaseRay Holder2013-01-221-1/+1
|
* add a few more tests for some edge casesRay Holder2013-01-221-3/+46
|
* add configurable support for wrapping any raised Exception in a RetryError ↵Ray Holder2013-01-221-14/+42
| | | | instead of just raising it directly, add a few more comments
* stop committing nonsense examples...Ray Holder2013-01-221-3/+3
|
* add a bunch of examples since they're more succinct than a full api descriptionRay Holder2013-01-221-2/+53
|
* adding AUTHORS.rstRay Holder2013-01-211-0/+15
|
* flushing out the README.rst a bit moreRay Holder2013-01-211-7/+60
|
* default to retry on any exception, handle @retry and @retry() behaviorRay Holder2013-01-211-26/+27
|
* update historyRay Holder2013-01-211-2/+4
|
* add test suite, clean up packagingRay Holder2013-01-213-8/+5
|
* ignore packaging and pyc'sRay Holder2013-01-211-0/+3
|
* add Travis CI supportRay Holder2013-01-211-0/+9
|
* drop in an __init__.pyRay Holder2013-01-191-0/+1
|
* adding HISTORY.rstRay Holder2013-01-191-0/+9
|
* clean up some TODO's and commentsRay Holder2013-01-191-16/+7
|
* adding first stable implementation, reasonable passing test coverageRay Holder2013-01-193-1/+414
|
* add minimal readmeRay Holder2013-01-191-0/+16
|
* add license and other project boilerplateRay Holder2013-01-196-0/+256