-
Notifications
You must be signed in to change notification settings - Fork 58
Comparing changes
Open a pull request
base repository: aio-libs/async-timeout
base: v4.0.1
head repository: aio-libs/async-timeout
compare: v4.0.2
- 15 commits
- 9 files changed
- 5 contributors
Commits on Nov 11, 2021
-
Use stdlib typing.final in Python 3.8+ (#259)
The "final" decorator is part of the stdlib typing module since Python 3.8. Use it in new enough Python versions, and fall back to typing_extensions in older versions.
Configuration menu - View commit details
-
Copy full SHA for 5dcb3b7 - Browse repository at this point
Copy the full SHA 5dcb3b7View commit details
Commits on Nov 15, 2021
-
[pre-commit.ci] pre-commit autoupdate (#262)
updates: - [github.com/PyCQA/isort: 5.10.0 → 5.10.1](PyCQA/isort@5.10.0...5.10.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 07cebf9 - Browse repository at this point
Copy the full SHA 07cebf9View commit details
Commits on Nov 18, 2021
-
Bump black from 21.10b0 to 21.11b0 (#263)
Bumps [black](https://github.com/psf/black) from 21.10b0 to 21.11b0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... 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 9d23c12 - Browse repository at this point
Copy the full SHA 9d23c12View commit details
Commits on Nov 19, 2021
-
Bump black from 21.11b0 to 21.11b1 (#264)
Bumps [black](https://github.com/psf/black) from 21.11b0 to 21.11b1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... 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 fd57abf - Browse repository at this point
Copy the full SHA fd57abfView commit details
Commits on Nov 22, 2021
-
[pre-commit.ci] pre-commit autoupdate (#265)
updates: - [github.com/psf/black: 21.10b0 → 21.11b1](psf/black@21.10b0...21.11b1) - [github.com/asottile/pyupgrade: v2.29.0 → v2.29.1](asottile/pyupgrade@v2.29.0...v2.29.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e4d3c6c - Browse repository at this point
Copy the full SHA e4d3c6cView commit details
Commits on Nov 24, 2021
-
Bump docutils from 0.18 to 0.18.1 (#266)
Bumps [docutils](http://docutils.sourceforge.net/) from 0.18 to 0.18.1. --- updated-dependencies: - dependency-name: docutils dependency-type: direct:production update-type: version-update:semver-patch ... 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 c71bbb5 - Browse repository at this point
Copy the full SHA c71bbb5View commit details
Commits on Dec 1, 2021
-
Bump pre-commit from 2.15 to 2.16.0 (#269)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.15 to 2.16.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v2.15.0...v2.16.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor ... 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 6af8bf4 - Browse repository at this point
Copy the full SHA 6af8bf4View commit details
Commits on Dec 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c7e10db - Browse repository at this point
Copy the full SHA c7e10dbView commit details -
[pre-commit.ci] pre-commit autoupdate (#271)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 21.11b1 → 21.12b0](psf/black@21.11b1...21.12b0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e5c8131 - Browse repository at this point
Copy the full SHA e5c8131View commit details
Commits on Dec 8, 2021
-
Bump twine from 3.7.0 to 3.7.1 (#272)
Bumps [twine](https://github.com/pypa/twine) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](pypa/twine@3.7.0...3.7.1) --- updated-dependencies: - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-patch ... 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 f0a0914 - Browse repository at this point
Copy the full SHA f0a0914View commit details
Commits on Dec 16, 2021
-
Bump mypy from 0.910 to 0.920 (#273)
Bumps [mypy](https://github.com/python/mypy) from 0.910 to 0.920. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.910...v0.920) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... 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 8685c60 - Browse repository at this point
Copy the full SHA 8685c60View commit details
Commits on Dec 19, 2021
-
Fix annotations on
__exit__
and__aexit__
(#274)* Fix annotations on `__exit__` and `__aexit__` All parameters should be Optional, because they're None when no exception is thrown. * changelog * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2ede7d7 - Browse repository at this point
Copy the full SHA 2ede7d7View commit details
Commits on Dec 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 48d1c4c - Browse repository at this point
Copy the full SHA 48d1c4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18e718a - Browse repository at this point
Copy the full SHA 18e718aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5128f7f - Browse repository at this point
Copy the full SHA 5128f7fView 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 v4.0.1...v4.0.2