Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aio-libs/async-timeout
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.1
Choose a base ref
...
head repository: aio-libs/async-timeout
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.2
Choose a head ref
  • 15 commits
  • 9 files changed
  • 5 contributors

Commits on Nov 11, 2021

  1. 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.
    mgorny authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    5dcb3b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. [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>
    pre-commit-ci[bot] authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    07cebf9 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. 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>
    dependabot[bot] authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    9d23c12 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. 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>
    dependabot[bot] authored Nov 19, 2021
    Configuration menu
    Copy the full SHA
    fd57abf View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. [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>
    pre-commit-ci[bot] authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    e4d3c6c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. 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>
    dependabot[bot] authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    c71bbb5 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. 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>
    dependabot[bot] authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    6af8bf4 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Fix linter configs

    asvetlov committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    c7e10db View commit details
    Browse the repository at this point in the history
  2. [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>
    pre-commit-ci[bot] and asvetlov authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    e5c8131 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. 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>
    dependabot[bot] authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    f0a0914 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. 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>
    dependabot[bot] authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    8685c60 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

  1. 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>
    JelleZijlstra and pre-commit-ci[bot] authored Dec 19, 2021
    Configuration menu
    Copy the full SHA
    2ede7d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Setup towncrier

    asvetlov committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    48d1c4c View commit details
    Browse the repository at this point in the history
  2. Bump to 4.0.2

    asvetlov committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    18e718a View commit details
    Browse the repository at this point in the history
  3. Fix CHANGES

    asvetlov committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    5128f7f View commit details
    Browse the repository at this point in the history
Loading