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.4
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.5
Choose a head ref
  • 7 commits
  • 13 files changed
  • 7 contributors

Commits on Feb 23, 2024

  1. Move unasync.py to scripts (#891)

    Co-authored-by: Tester <Tester@test.com>
    Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
    3 people authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    5518172 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. bump to v0.3.0 && format (#895)

    Co-authored-by: T-256 <Tester@test.com>
    T-256 and T-256 authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5c9be94 View commit details
    Browse the repository at this point in the history
  2. Bump the python-packages group with 6 updates (#896)

    Bumps the python-packages group with 6 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `0.5.0` | `1.0.1` |
    | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.10` | `9.5.12` |
    | [mkdocstrings[python-legacy]](https://github.com/mkdocstrings/mkdocstrings) | `0.24.0` | `0.24.1` |
    | [build](https://github.com/pypa/build) | `1.0.3` | `1.1.1` |
    | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.4.1` | `7.4.3` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.0.1` | `8.0.2` |
    
    
    Updates `mkdocs-autorefs` from 0.5.0 to 1.0.1
    - [Release notes](https://github.com/mkdocstrings/autorefs/releases)
    - [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md)
    - [Commits](mkdocstrings/autorefs@0.5.0...1.0.1)
    
    Updates `mkdocs-material` from 9.5.10 to 9.5.12
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.10...9.5.12)
    
    Updates `mkdocstrings[python-legacy]` from 0.24.0 to 0.24.1
    - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
    - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
    - [Commits](mkdocstrings/mkdocstrings@0.24.0...0.24.1)
    
    Updates `build` from 1.0.3 to 1.1.1
    - [Release notes](https://github.com/pypa/build/releases)
    - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
    - [Commits](pypa/build@1.0.3...1.1.1)
    
    Updates `coverage[toml]` from 7.4.1 to 7.4.3
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](coveragepy/coveragepy@7.4.1...7.4.3)
    
    Updates `pytest` from 8.0.1 to 8.0.2
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.0.1...8.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-autorefs
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-packages
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: mkdocstrings[python-legacy]
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: build
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: coverage[toml]
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7b39e6a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    10481ce View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Handle EndOfStream for anyio backend (#899)

    * Handle `EndOfStream` for anyio backend
    
    * Update CHANGELOG.md
    
    Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: T-256 <Tester@test.com>
    Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
    3 people authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    fbbd909 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    4565838 View commit details
    Browse the repository at this point in the history
  2. Version 1.0.5 (#904)

    * Version 1.0.5
    
    * include more changes
    
    ---------
    
    Co-authored-by: Tom Christie <tom@tomchristie.com>
    okba-boularaoui and lovelydinosaur authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    1851ac3 View commit details
    Browse the repository at this point in the history
Loading