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: encode/httpcore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: encode/httpcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.1
Choose a head ref
  • 10 commits
  • 7 files changed
  • 5 contributors

Commits on Oct 12, 2023

  1. Ensure pool timeout is applied, even after attempts leading to Connec…

    …tionNotAvailable (#823)
    
    * add failing tests
    
    * fix pooltimeout
    
    * Revert "add failing tests"
    
    This reverts commit cacc248.
    
    * mark `if timeout < 0` as not covered, since the test is reverted
    
    * Update CHANGELOG.md
    valsteen authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f8ff1c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. typo in changelog (#827)

    stonebig authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    7fce352 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Bump pytest from 7.4.0 to 7.4.3 (#836)

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.3.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.4.0...7.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      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 1, 2023
    Configuration menu
    Copy the full SHA
    f8dcb5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e039dd1 View commit details
    Browse the repository at this point in the history
  3. Bump black from 23.7.0 to 23.10.1 (#835)

    Bumps [black](https://github.com/psf/black) from 23.7.0 to 23.10.1.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.7.0...23.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: black
      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 1, 2023
    Configuration menu
    Copy the full SHA
    29f172d View commit details
    Browse the repository at this point in the history
  4. Bump trio-typing from 0.8.0 to 0.9.0 (#838)

    Bumps [trio-typing](https://github.com/python-trio/trio-typing) from 0.8.0 to 0.9.0.
    - [Commits](python-trio/trio-typing@v0.8.0...v0.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: trio-typing
      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 1, 2023
    Configuration menu
    Copy the full SHA
    aea3a6b View commit details
    Browse the repository at this point in the history
  5. Bump mkdocs-material from 9.4.2 to 9.4.7 (#837)

    Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.4.2 to 9.4.7.
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.4.2...9.4.7)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      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 1, 2023
    Configuration menu
    Copy the full SHA
    d664b32 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Fix synchronous TLS-in-TLS streams (#840)

    * Fix synchronous TLS-in-TLS
    
    * changelog
    karpetrosyan authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    66aa1c1 View commit details
    Browse the repository at this point in the history
  2. Raise a neater RuntimeError when the correct async deps are not insta…

    …lled. (#826)
    
    * Raise a neater RuntimeError when the correct async deps are not installed
    
    * Run scripts/unasync
    
    * Update CHANGELOG
    lovelydinosaur authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    08b3eee View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Version 1.0.1 (#842)

    * Version 1.0.1
    
    * Update CHANGELOG.md
    lovelydinosaur authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9c818e9 View commit details
    Browse the repository at this point in the history
Loading