- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 291
Comparing changes
Open a pull request
base repository: jd/tenacity
base: 8.2.3
head repository: jd/tenacity
compare: 8.3.0
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 703fe3c - Browse repository at this point
Copy the full SHA 703fe3cView commit details -
Similar to the existing "doc" extra, specify a "test" extra with the relevant dependencies. Since tornado is needed for the tests, move it from doc to test. This will help distributions that package tenacity to gather the test dependencies without the doc dependencies.
Configuration menu - View commit details
-
Copy full SHA for a29f494 - Browse repository at this point
Copy the full SHA a29f494View commit details -
Preserve function default and kwdefault through retry decorator (#406)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3100582 - Browse repository at this point
Copy the full SHA 3100582View commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 09ccacc - Browse repository at this point
Copy the full SHA 09ccaccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c54fa0 - Browse repository at this point
Copy the full SHA 5c54fa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8880763 - Browse repository at this point
Copy the full SHA 8880763View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1843b25 - Browse repository at this point
Copy the full SHA 1843b25View commit details
Commits on Nov 14, 2023
-
Add
RetryCallState
to the API docs (#419)* Add `RetryCallState` to the API docs User code can access the `RetryCallState` so its members should be documented. * :noindex: `tenacity.RetryCallState` in the README * Move `RetryCallState` docs to the API docs where hopefully they render on RTD
Configuration menu - View commit details
-
Copy full SHA for f3d1909 - Browse repository at this point
Copy the full SHA f3d1909View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21a71af - Browse repository at this point
Copy the full SHA 21a71afView commit details -
Merge pull request #416 from hugovk/add-3.12
Add support for Python 3.12 and drop EOL 3.7
Configuration menu - View commit details
-
Copy full SHA for b647dcd - Browse repository at this point
Copy the full SHA b647dcdView commit details
Commits on Dec 3, 2023
-
typing: update version compare to support pyright/pylance (#424)
The current version comparison works with mypy but pyright doesn't handle it. Comparing against minor and major version allows it to work with pyright. related: microsoft/pyright#6639
Configuration menu - View commit details
-
Copy full SHA for ebee81d - Browse repository at this point
Copy the full SHA ebee81dView commit details
Commits on Dec 18, 2023
-
Add ability to inspect upcoming sleep in
stop
funcs, and add `stop_……before_delay` (#423) * Add upcoming_sleep to retry_state, and add stop_before_delay stop. * Add unit test to cover stop_before_delay. * Changelog. * Update docs for stop_before_delay. * More docs for the two stop_x_delay functions. * Add test to ensure it acts the same as stop_after_delay when upcoming sleep is 0. * Linter fixups. --------- Co-authored-by: Julien Danjou <julien@danjou.info>
Configuration menu - View commit details
-
Copy full SHA for 99e7482 - Browse repository at this point
Copy the full SHA 99e7482View commit details
Commits on Feb 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b76e7c - Browse repository at this point
Copy the full SHA 0b76e7cView commit details -
Merge pull request #435 from jd/fix-black
ci: replace black and flake8 by ruff
Configuration menu - View commit details
-
Copy full SHA for 24b4a5c - Browse repository at this point
Copy the full SHA 24b4a5cView commit details
Commits on Feb 6, 2024
-
Incrementally build iter actions list (#434)
* Incrementally build iter actions list * Add TypedDict for iter_state * Format with ruff * Make IterState a dataclass * Fix typing * Conditionally add slots to dataclass --------- Co-authored-by: Julien Danjou <julien@danjou.info>
Configuration menu - View commit details
-
Copy full SHA for 17aefd9 - Browse repository at this point
Copy the full SHA 17aefd9View commit details
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2f624ba - Browse repository at this point
Copy the full SHA 2f624baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eb3868 - Browse repository at this point
Copy the full SHA 9eb3868View commit details -
ci: simplify Mergify configuration and automerge dependabot (#443)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 50065df - Browse repository at this point
Copy the full SHA 50065dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ed3e96 - Browse repository at this point
Copy the full SHA 9ed3e96View commit details -
chore(deps): bump the github-actions group with 2 updates (#441)
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 4.0.0 to 4.1.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.0.0...v4.1.1) Updates `actions/setup-python` from 4.7.0 to 5.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.7.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cf58675 - Browse repository at this point
Copy the full SHA cf58675View commit details -
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 65a19f9 - Browse repository at this point
Copy the full SHA 65a19f9View commit details -
ci(test): remove not necessary push (#445)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b7e4883 - Browse repository at this point
Copy the full SHA b7e4883View commit details
Commits on Mar 2, 2024
-
* Support async actions * Fixes after main rebase * Test is_coroutine_callable
Configuration menu - View commit details
-
Copy full SHA for bfa2c80 - Browse repository at this point
Copy the full SHA bfa2c80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06c34a2 - Browse repository at this point
Copy the full SHA 06c34a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5d2d8b - Browse repository at this point
Copy the full SHA c5d2d8bView commit details
Commits on Mar 14, 2024
-
Lazy import asyncio.sleep as it's expensive (#450)
On my system, importing tenacity (_without tornado_) takes 35ms, and asyncio is singlehandedly responsible for 15ms. Some users do not ever use AsyncRetrying (or asyncio in their project generally) and it would be a shame for them to incur a unnecessary import penalty. Full disclaimer: I pursued this change primarily to reduce pip's startup time where asyncio was a nontrivial portion of the import timeline.
Configuration menu - View commit details
-
Copy full SHA for cb15300 - Browse repository at this point
Copy the full SHA cb15300View commit details
There are no files selected for viewing