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.0
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.1
Choose a head ref
  • 10 commits
  • 9 files changed
  • 3 contributors

Commits on Nov 1, 2021

  1. [pre-commit.ci] pre-commit autoupdate (#254)

    updates:
    - [github.com/psf/black: 21.9b0 → 21.10b0](psf/black@21.9b0...21.10b0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    85b087c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Bump isort from 5.9.3 to 5.10.0 (#255)

    Bumps [isort](https://github.com/pycqa/isort) from 5.9.3 to 5.10.0.
    - [Release notes](https://github.com/pycqa/isort/releases)
    - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
    - [Commits](PyCQA/isort@5.9.3...5.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: isort
      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 Nov 4, 2021
    Configuration menu
    Copy the full SHA
    77f0cba View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Bump isort from 5.10.0 to 5.10.1 (#257)

    Bumps [isort](https://github.com/pycqa/isort) from 5.10.0 to 5.10.1.
    - [Release notes](https://github.com/pycqa/isort/releases)
    - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
    - [Commits](PyCQA/isort@5.10.0...5.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: isort
      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 10, 2021
    Configuration menu
    Copy the full SHA
    abc75ba View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#256)

    updates:
    - [github.com/PyCQA/isort: 5.9.3 → 5.10.0](PyCQA/isort@5.9.3...5.10.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    e704f94 View commit details
    Browse the repository at this point in the history
  3. Fix regression: (#258)

    * Fix regression:
    1. Don't raise TimeoutError from timeout object that doesn't enter into async context manager
    2. Use call_soon() for raising TimeoutError if deadline is reached on entering into async context manager
    asvetlov authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    a0e0e21 View commit details
    Browse the repository at this point in the history
  4. Bump to 4.0.1

    asvetlov committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    1a5b2bb View commit details
    Browse the repository at this point in the history
  5. Tune release process

    asvetlov committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    17a00d6 View commit details
    Browse the repository at this point in the history
  6. Fix release script

    asvetlov committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    f75a5e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    791150e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3cda737 View commit details
    Browse the repository at this point in the history
Loading