Clone this repo:
  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, 7 months ago 8.1.0
  3. 18d05a6 Support `datetime.timedelta` as a valid wait unit type (#342) by Noam Bloom · 1 year, 11 months ago
  4. f6465c0 Show All Exception Predicates in Docs (#332) by Jack Desert · 1 year, 11 months 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, 10 months ago
  17. 786997e Fix DeprecationWarnings in tests (#313) by Alexey Stepanov · 2 years, 10 months ago
  18. d442271 Do not package tests with tenacity (#308) by Alexey Stepanov · 2 years, 10 months ago
  19. 52ce97c Fix issue #288 : __name__ and other attributes for async functions (#312) by Alexey Stepanov · 2 years, 10 months ago
  20. dc60786 Use f-strings instead of `str.format` as faster and easier to read (#311) by Alexey Stepanov · 2 years, 10 months ago