-
-
Notifications
You must be signed in to change notification settings - Fork 297
Comparing changes
Open a pull request
base repository: jd/tenacity
base: 8.3.0
head repository: jd/tenacity
compare: 9.0.0
- 10 commits
- 21 files changed
- 9 contributors
Commits on Jun 12, 2024
-
* Add async strategies * Fix init typing * Reuse is_coroutine_callable * Keep only async predicate overrides and DRY implementations * Ensure async and/or versions called when necessary * Run ruff format * Copy over strategies as async * Add release note
1Configuration menu - View commit details
-
Copy full SHA for 21137e7 - Browse repository at this point
Copy the full SHA 21137e7View commit details -
chore(deps): bump the github-actions group across 1 directory with 2 …
…updates (#466) Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 4.1.1 to 4.1.6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.1.6) Updates `actions/setup-python` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor 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 5b00c15 - Browse repository at this point
Copy the full SHA 5b00c15View commit details
Commits on Jun 13, 2024
-
Update index.rst: Remove * (#465)
Co-authored-by: Julien Danjou <julien@danjou.info>
Configuration menu - View commit details
-
Copy full SHA for 952189b - Browse repository at this point
Copy the full SHA 952189bView commit details
Commits on Jun 17, 2024
-
Support Trio out-of-the-box, take 2 (#463)
* Support Trio out-of-the-box This PR makes `@retry` just work when running under Trio. * Add a no-trio test environment * Switch to only testing trio in one environment * bump releasenote so it is later in history->reno puts it in the correct place in the changelog * fix mypy & pep8 checks * Update doc/source/index.rst fix example Co-authored-by: Julien Danjou <julien@danjou.info> * Update tests/test_tornado.py * Update tests/test_tornado.py * make _portably_async_sleep a sync function that returns an async function --------- Co-authored-by: Nathaniel J. Smith <njs@pobox.com> Co-authored-by: Julien Danjou <julien@danjou.info>
Configuration menu - View commit details
-
Copy full SHA for ade0567 - Browse repository at this point
Copy the full SHA ade0567View commit details -
ci: add support for trio in Mergify automerge (#470)
Change-Id: Idc6ec012cceae67ceb11914763350b34addcce5e
Configuration menu - View commit details
-
Copy full SHA for 702014b - Browse repository at this point
Copy the full SHA 702014bView commit details -
Include
tenacity.asyncio
subpackage in release dist (#474)* Include tenacity.asyncio subpackage in release dist * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for ee6a8f7 - Browse repository at this point
Copy the full SHA ee6a8f7View commit details
Commits on Jun 24, 2024
-
fix: Avoid overwriting local contexts with retry decorator (#479)
* Avoid overwriting local contexts with retry decorator * Add reno release note
1Configuration menu - View commit details
-
Copy full SHA for a15fa64 - Browse repository at this point
Copy the full SHA a15fa64View commit details
Commits on Jul 1, 2024
-
chore(deps): bump actions/checkout in the github-actions group (#483)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.6 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 33cd0e1 - Browse repository at this point
Copy the full SHA 33cd0e1View commit details
Commits on Jul 5, 2024
-
fix: Restore contents of retry attribute for wrapped functions (#484)
* Restore retry attribute in wrapped functions * Add tests for wrapped function attributes * Update docs and add release note
Configuration menu - View commit details
-
Copy full SHA for 31fe2d0 - Browse repository at this point
Copy the full SHA 31fe2d0View commit details
Commits on Jul 29, 2024
-
Respects
min
argument forwait_random_exponential
(#425)* Respects `min` argument for wait_random_exponential * Update test_tenacity.py * Update test_tenacity.py * Update test_tenacity.py
Configuration menu - View commit details
-
Copy full SHA for a662bbb - Browse repository at this point
Copy the full SHA a662bbbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8.3.0...9.0.0