1. de409a0 feat: accept `datetime.timedelta` instances as argument to `stop_after_delay` (#371) by Theo Pilbeam · 1 year, 5 months ago main
  2. 014b8e6 feat: Add retry_if_exception_cause_type (#362) by Greesb · 1 year, 8 months ago 8.1.0
  3. 18d05a6 Support `datetime.timedelta` as a valid wait unit type (#342) by Noam Bloom · 2 years ago
  4. f6465c0 Show All Exception Predicates in Docs (#332) by Jack Desert · 2 years ago
  5. da1bfc9 Implement a wait.wait_exponential_jitter per Google's storage guide (#351) by Isaac Good · 2 years ago
  6. a858965 Define a ClientError to fix Sphinx build errors (#352) by Isaac Good · 2 years ago
  7. ff48431 Merge pull request #340 from jd/fix-mergify by Julien Danjou · 2 years, 3 months ago
  8. dfcf348 ci: fix Mergify config by Julien Danjou · 2 years, 3 months ago
  9. 005ef22 Merge pull request #337 from william-silversmith/master by Julien Danjou · 2 years, 4 months ago
  10. 5a86499 docs: show how to use retry_if_not_exception_type by William Silversmith · 2 years, 4 months ago
  11. abf859f Rickroll a function name in one of the examples (#331) by Andrej Shadura · 2 years, 7 months ago
  12. a7f5485 Fix after_log logger format (#317) by Alexey Stepanov · 2 years, 10 months ago 8.0.1
  13. 06413c3 Drop `py2` tag from the wheel name (#320) by Sviatoslav Sydorenko · 2 years, 10 months ago 8.0.0
  14. 20d9228 Add a __repr__ method to RetryCallState objects (#302) by Zac Bentley · 2 years, 10 months ago
  15. 58fbe61 Add type annotations to cover all code. (#315) by Alexey Stepanov · 2 years, 10 months ago
  16. c18dcfb Fix #307 : Drop deprecated APIs (#314) by Alexey Stepanov · 2 years, 11 months ago
  17. 786997e Fix DeprecationWarnings in tests (#313) by Alexey Stepanov · 2 years, 11 months ago
  18. d442271 Do not package tests with tenacity (#308) by Alexey Stepanov · 2 years, 11 months ago
  19. 52ce97c Fix issue #288 : __name__ and other attributes for async functions (#312) by Alexey Stepanov · 2 years, 11 months ago
  20. dc60786 Use f-strings instead of `str.format` as faster and easier to read (#311) by Alexey Stepanov · 2 years, 11 months ago
  21. b4d8d6b Replace abc.ABCMeta with abc.ABC (#310) by Andrey Semakin · 2 years, 11 months ago
  22. 9d93bde Remove encoding declarations (#309) by Andrey Semakin · 2 years, 11 months ago
  23. 4a5ac00 Merge pull request #306 from penguinolog/black_full_ci by Julien Danjou · 2 years, 11 months ago
  24. 5304dc6 Use black instead of "flake8-black" on CI. by Aleksei Stepanov · 2 years, 11 months ago
  25. 89d890f Fix #291: drop python < 3.6 (#304) by Alexey Stepanov · 2 years, 11 months ago
  26. e1a570d Merge pull request #293 from and-semakin/drop_deprecated_pythons by Julien Danjou · 2 years, 11 months ago
  27. 7a463d1 Drop support for deprecated Python versions (2.7 and 3.5) by Andrey Semakin · 3 years, 1 month ago
  28. e31e011 Add retry_if_not_exception_type() (#300) by OMOTO Tsukasa · 3 years ago
  29. e493087 Make logger more compatible (#294) by Wei Wang · 3 years ago
  30. 446276f ci: fix pep8 error (#297) by Julien Danjou · 3 years ago
  31. 6855c55 Merge pull request #286 from jd/reno-mergify by Julien Danjou · 3 years, 2 months ago
  32. e03034f ci(mergify): do not message closed PR by Julien Danjou · 3 years, 2 months ago
  33. 42483eb ci(mergify): fix yaml block indicator for message by Julien Danjou · 3 years, 2 months ago
  34. d553218 Merge pull request #285 from jd/reno-mergify by Julien Danjou · 3 years, 2 months ago
  35. a0ca34c ci(mergify): force release notes to be present by Julien Danjou · 3 years, 2 months ago
  36. 3b5c6bf avoid including tests when packaging (#281) by cjc7373 · 3 years, 3 months ago 7.0.0
  37. 3e22445 Warn when calling retry() on retry_base (#269) (#270) by James Gerity · 3 years, 3 months ago
  38. 68faeb0 Copy whole internal state when retry_with (#233) (#278) by Antoine Kapps · 3 years, 3 months ago
  39. fd78427 ci: enable black (#277) by Julien Danjou · 3 years, 3 months ago
  40. 369ac3d Merge pull request #275 from jd/py39 by Julien Danjou · 3 years, 3 months ago
  41. 693ab15 Merge branch 'master' into py39 by Julien Danjou · 3 years, 3 months ago
  42. 250b27e refactor: remove old compat support code (#274) by Julien Danjou · 3 years, 3 months ago
  43. 5e8e97a chore: add support for Python 3.9 by Julien Danjou · 3 years, 3 months ago
  44. 2214708 Pull request for fix-ci (#276) by Julien Danjou · 3 years, 3 months ago
  45. 8d62902 fix: remove saythanks (dead) by Julien Danjou · 3 years, 5 months ago
  46. 98f7da7 Add call method to AsyncRetying (#267) by Christian Hartung · 3 years, 5 months ago 6.3.1
  47. db0f958 Fix iscoroutinefunction check (for both inspect & asyncio) (#265) by Zefeng Zhu · 3 years, 5 months ago 6.3.0
  48. be9bccb Fix asyncio.iscoroutinefunction(f) check for decorated function (#263) by Julien Danjou · 3 years, 6 months ago
  49. c673254 Always return booleans from all retry_* methods (#261) by Daniel Fortunov · 3 years, 6 months ago
  50. c7d4561 Fix unit tests failing on Windows (#260) by Daniel Fortunov · 3 years, 6 months ago
  51. f079280 Replace nap.sleep with a method to allow mocking after import (#236) by Daniel Fortunov · 3 years, 7 months ago
  52. d66af82 Fix a number of issues with pr253 (#258) by Daniel Fortunov · 3 years, 7 months ago
  53. 78a462e Make AsyncRetrying callable (as Retrying class) (#253) by Iván de Prado · 3 years, 8 months ago
  54. 0f1786d issue-214/doc-fix (#248) by labstersteve · 3 years, 9 months ago
  55. c5a8abb before_sleep_log: Add an exc_info option to include exception tracebacks (#227) by Daniel Fortunov · 4 years ago 6.2.0
  56. 196332c docs: fix duplicate function names (#226) by Julien Danjou · 4 years, 1 month ago
  57. 0d45cd6 ci: merge PR from me by Julien Danjou · 4 years, 1 month ago
  58. ce63d28 AsyncRetrying can use an async iterator (#222) by Willem · 4 years, 1 month ago
  59. ea09cca Add minimal type definitions for @retry decorator (#221) by Matthew Planchard · 4 years, 1 month ago
  60. 30e77b1 ci(mergify): use squash merge by Julien Danjou · 4 years, 1 month ago
  61. b1c98ef Merge pull request #215 from andersea/master by mergify[bot] · 4 years, 2 months ago 6.1.0
  62. d49d2dc Trailing whitespace by Anders Ellenshøj Andersen · 4 years, 2 months ago
  63. 615523c Anticipate random scheduling by Anders Ellenshøj Andersen · 4 years, 2 months ago
  64. 0a6e87e Flake8 fixes by Anders Ellenshøj Andersen · 4 years, 3 months ago
  65. 66de011 Use PEP 492 async/await syntax by Anders Ellenshøj Andersen · 4 years, 3 months ago
  66. 49c67bd Merge pull request #209 from jd/fix-mergify-logo by Julien Danjou · 4 years, 5 months ago
  67. b0e9df1 Update Mergify badge URL by Julien Danjou · 4 years, 5 months ago
  68. 96209e3 Merge pull request #208 from alexwlchan/fix-api-docs by mergify[bot] · 4 years, 5 months ago
  69. 0376abe Fix a reference to TornadoRetrying in the API reference by Alex Chan · 4 years, 5 months ago
  70. 9b3126e Ensure sphinx can find tenacity when it runs autodoc by Alex Chan · 4 years, 5 months ago
  71. 16c76f1 Merge pull request #206 from jd/add-py38 by Julien Danjou · 4 years, 6 months ago
  72. 1858d74 Add Python 3.8 in tox.ini by Julien Danjou · 4 years, 6 months ago
  73. 6cb9fe1 Fix upload job by Julien Danjou · 4 years, 6 months ago 6.0.0
  74. ffe32b9 Merge pull request #202 from jd/release-auto by Julien Danjou · 4 years, 6 months ago
  75. d7fb255 Release via CircleCI by Julien Danjou · 4 years, 6 months ago
  76. 1e2402e Merge pull request #191 from bersace/context-manager by mergify[bot] · 4 years, 6 months ago
  77. adf15a7 Merge branch 'master' into context-manager by mergify[bot] · 4 years, 6 months ago
  78. 423848c Merge pull request #201 from bersace/async by mergify[bot] · 4 years, 6 months ago
  79. 3bae79e Ensure coroutine passes asyncio.iscoroutinefunction by Étienne BERSAC · 4 years, 6 months ago
  80. c15dd3f Test async keyword by Étienne BERSAC · 4 years, 6 months ago
  81. 3646aea Retry code block with context manager by Étienne BERSAC · 4 years, 9 months ago
  82. dcabb39 Merge pull request #200 from Dectinc/master by mergify[bot] · 4 years, 6 months ago
  83. 2719a98 Fix setup.cfg typo by Chen Shijiang · 4 years, 6 months ago
  84. 2391424 Merge pull request #198 from BATS/py2-compatability-for-_asyncio-module by mergify[bot] · 4 years, 6 months ago 5.1.5
  85. 8f8a5be Ensure that the _asyncio.py module can be compiled, even on Python 2 by Daniel Fortunov · 4 years, 6 months ago
  86. a3e4747 Merge pull request #194 from jd/py3.8 by Julien Danjou · 4 years, 6 months ago
  87. 72334a7 Add support for Python 3.8 by Julien Danjou · 4 years, 6 months ago
  88. ca4c418 Fix description invalid for PyPI by Julien Danjou · 4 years, 6 months ago 5.1.4
  89. 545a337 setup: fix description by Julien Danjou · 4 years, 6 months ago 5.1.3
  90. 46df478 Merge pull request #183 from mezgerj/feature/182/pickleable_exceptions by mergify[bot] · 4 years, 6 months ago 5.1.2
  91. 269c95d Tenacity-182 added additional line before test case class by mezgerj · 4 years, 7 months ago
  92. 70103c4 Tenacity-182 added newline to end of file to make pep8 linter happy by mezgerj · 4 years, 7 months ago
  93. 329d1af Merge branch 'master' into feature/182/pickleable_exceptions by mezgerj · 4 years, 8 months ago
  94. 2775f13 Fix packages option in setup.cfg by Julien Danjou · 4 years, 9 months ago 5.1.1
  95. 724a9ec Merge pull request #189 from malthe/fix-iteritems-call by mergify[bot] · 4 years, 9 months ago
  96. 76c3c95 Fix Python 3 compatibility by Malthe Borch · 4 years, 9 months ago
  97. 8252515 Tenacity-182 Reverted white space changes by John Mezger · 4 years, 10 months ago
  98. c9f1cd7 Tenacity-182 Added fix for passing original args to .args attribute by calling init of super with arguments by John Mezger · 4 years, 10 months ago
  99. e620991 Tenacity-182 Added test case to recreate issue by John Mezger · 4 years, 10 months ago
  100. 9272357 Merge pull request #179 from cyounkins/exponent by mergify[bot] · 4 years, 11 months ago 5.1.0