Commit Graph

  • 017dfa7efe If possible, raise the last exception when stopping Simon Dollé 2014-06-15 16:36:20 +0200
  • 868fcd8ede Test exception type on failure. Simon Dollé 2014-06-15 16:27:54 +0200
  • bac9ab8621 bump version up to 1.2.2-dev Ray Holder 2014-05-05 12:30:39 -0500
  • e0ebef9d2b update HISTORY.rst, bump version up to 1.2.1 for release v1.2.1 1.2.1 Ray Holder 2014-05-05 12:15:02 -0500
  • 036672e4b1 Merge pull request #5 from alexkuang/master Ray Holder 2014-05-05 19:11:28 +0200
  • ff817d98fc Fix AttributeError when explicitly specifying wait type, and add appropriate regression tests. (fixes #4) Alex Kuang 2014-05-05 08:58:26 -0400
  • c86e061eaa update HISTORY.rst for 1.2.0 release Ray Holder 2014-05-04 20:46:54 -0500
  • eace177e36 prepare for 1.2.0 release Ray Holder 2014-05-04 20:37:59 -0500
  • b95ae91b11 add a crude check for a custom exception message in the test suite Ray Holder 2014-05-04 20:37:32 -0500
  • 389d407f9d Merge pull request #3 from underrun/master Ray Holder 2014-05-05 03:15:21 +0200
  • 5271e7790e remove need for specification of stop/wait type Derek Wilson 2014-05-02 14:52:06 -0700
  • 6bc111fd90 prepare for 1.1.0 release v1.1.0 Ray Holder 2014-03-31 01:40:10 -0500
  • 553e2221fc Update HISTORY.rst Ray Holder 2014-03-31 01:32:21 -0500
  • 49551b1bc0 Merge pull request #2 from rholder/1-propagate-tracebacks Ray Holder 2014-03-31 01:26:01 -0500
  • 28e56fa56a add even moar Python 3.x compatibility hacks from the six project, update license Ray Holder 2014-03-31 01:11:32 -0500
  • f53a468a6d let's see if Python 3.2.x is happy now... Ray Holder 2014-03-30 22:54:18 -0500
  • e2ba41fc76 Fix up Python 2.6 and Python 3.2 compatibility Ray Holder 2014-03-30 22:32:08 -0500
  • f405d7ecc3 propagate complete tracebacks such that they show up in nested stack frames, adjust api and tests #1 Ray Holder 2014-03-30 22:21:53 -0500
  • f728447c8c adding version and download badges Ray Holder 2013-11-07 18:37:57 -0600
  • 5ac66cf291 clean up the classifiers so they appear correctly on pypi, add license metadata, prep for release v1.0.1 Ray Holder 2013-03-20 03:01:48 -0500
  • c88af28dc1 add note about Python 2.x/3.x compatibility and patch up test suite to run under Python 3 Ray Holder 2013-03-20 01:57:21 -0500
  • 8035a32c1b fixed a bug where classes not extending from the Python exception hierarchy could slip through, preparing for 1.0.1 release Ray Holder 2013-03-20 01:39:37 -0500
  • a7a6a43253 add missing files... v1.0.0 Ray Holder 2013-01-22 02:10:36 -0600
  • 8ee7df072e typo... um... yeah... Ray Holder 2013-01-22 01:38:38 -0600
  • d51df31bda clean up RST for PyPI, add some better annotations to examples Ray Holder 2013-01-22 01:35:55 -0600
  • e9a0bf4e8f Python 3.2 compatibility fix, since we don't have sys.maxint anymore... Ray Holder 2013-01-22 00:54:10 -0600
  • f2237dfecd sanitize setup.py one more time before release Ray Holder 2013-01-22 00:29:33 -0600
  • d2bb0f06f6 add a few more tests for some edge cases Ray Holder 2013-01-22 00:29:01 -0600
  • c4f99b5c00 add configurable support for wrapping any raised Exception in a RetryError instead of just raising it directly, add a few more comments Ray Holder 2013-01-22 00:26:39 -0600
  • b842154ded stop committing nonsense examples... Ray Holder 2013-01-22 00:24:52 -0600
  • 31b33d7f54 add a bunch of examples since they're more succinct than a full api description Ray Holder 2013-01-22 00:21:17 -0600
  • 90437ad8b5 adding AUTHORS.rst Ray Holder 2013-01-21 18:51:25 -0600
  • f913c44737 flushing out the README.rst a bit more Ray Holder 2013-01-21 18:49:12 -0600
  • fd4d0e8470 default to retry on any exception, handle @retry and @retry() behavior Ray Holder 2013-01-21 18:47:43 -0600
  • 77ecdf01fd update history Ray Holder 2013-01-21 02:15:54 -0600
  • 4c30bdb48f add test suite, clean up packaging Ray Holder 2013-01-21 02:14:31 -0600
  • a6e0b2e702 ignore packaging and pyc's Ray Holder 2013-01-21 02:12:21 -0600
  • 8c7f48d5f1 add Travis CI support Ray Holder 2013-01-21 02:11:32 -0600
  • a56a5741f7 drop in an __init__.py Ray Holder 2013-01-19 23:36:02 -0600
  • da5e3e9778 adding HISTORY.rst Ray Holder 2013-01-19 23:34:41 -0600
  • 946c3ff731 clean up some TODO's and comments Ray Holder 2013-01-19 23:06:53 -0600
  • bf2248c2dd adding first stable implementation, reasonable passing test coverage Ray Holder 2013-01-19 22:56:10 -0600
  • 987c363146 add minimal readme Ray Holder 2013-01-19 22:54:58 -0600
  • 6317adfe06 add license and other project boilerplate Ray Holder 2013-01-19 22:37:34 -0600