Thanks to visit codestin.com
Credit goes to github.com

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/httpx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.24.0
Choose a base ref
...
head repository: encode/httpx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.24.1
Choose a head ref
  • 20 commits
  • 17 files changed
  • 11 contributors

Commits on Apr 12, 2023

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

Commits on Apr 18, 2023

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

Commits on Apr 19, 2023

  1. 1 Configuration menu
    Copy the full SHA
    7455c00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d7c4f1 View commit details
    Browse the repository at this point in the history
  3. fix: NO_PROXY should support IPv4, IPv6 and localhost (#2659)

    * fix: NO_PROXY supports IPv4, IPv6 and localhost
    
    * add more tests for test_get_environment_proxies
    
    ---------
    
    Co-authored-by: Tom Christie <[email protected]>
    HearyShen and lovelydinosaur authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    15d09a3 View commit details
    Browse the repository at this point in the history
  4. Fix optional percent encoding behaviour. (#2671)

    * Tests for failing optional percent encoding
    
    * Linting
    
    * Fix for optional percent escaping
    lovelydinosaur authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    9ae170a View commit details
    Browse the repository at this point in the history
  5. Bump mkdocs-material from 9.0.15 to 9.1.5 (#2640)

    Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.0.15 to 9.1.5.
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.0.15...9.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Tom Christie <[email protected]>
    dependabot[bot] and lovelydinosaur authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    21e8a7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cca6206 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    26dc392 View commit details
    Browse the repository at this point in the history
  2. More robust check for upload files in binary mode (#2630)

    * Fix check for binary mode
    
    * Change order of type checks
    
    ---------
    
    Co-authored-by: Tom Christie <[email protected]>
    lkuchenb and lovelydinosaur authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    472597f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

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

Commits on Apr 28, 2023

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

Commits on May 1, 2023

  1. Bump uvicorn from 0.20.0 to 0.22.0 (#2691)

    Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.20.0 to 0.22.0.
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](Kludex/uvicorn@0.20.0...0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: uvicorn
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 1, 2023
    Configuration menu
    Copy the full SHA
    1250a6f View commit details
    Browse the repository at this point in the history
  2. Bump cryptography from 39.0.1 to 40.0.2 (#2692)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 40.0.2.
    - [Release notes](https://github.com/pyca/cryptography/releases)
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@39.0.1...40.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 1, 2023
    Configuration menu
    Copy the full SHA
    f98268a View commit details
    Browse the repository at this point in the history
  3. Bump trustme from 0.9.0 to 1.0.0 (#2690)

    Bumps [trustme](https://github.com/python-trio/trustme) from 0.9.0 to 1.0.0.
    - [Release notes](https://github.com/python-trio/trustme/releases)
    - [Commits](python-trio/trustme@v0.9.0...v1.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: trustme
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 1, 2023
    Configuration menu
    Copy the full SHA
    028b9aa View commit details
    Browse the repository at this point in the history
  4. Bump types-chardet from 5.0.4.2 to 5.0.4.5 (#2689)

    Bumps [types-chardet](https://github.com/python/typeshed) from 5.0.4.2 to 5.0.4.5.
    - [Release notes](https://github.com/python/typeshed/releases)
    - [Commits](https://github.com/python/typeshed/commits)
    
    ---
    updated-dependencies:
    - dependency-name: types-chardet
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 1, 2023
    Configuration menu
    Copy the full SHA
    919da41 View commit details
    Browse the repository at this point in the history
  5. Bump trio-typing from 0.7.0 to 0.8.0 (#2688)

    Bumps [trio-typing](https://github.com/python-trio/trio-typing) from 0.7.0 to 0.8.0.
    - [Release notes](https://github.com/python-trio/trio-typing/releases)
    - [Commits](python-trio/trio-typing@v0.7.0...v0.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: trio-typing
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 1, 2023
    Configuration menu
    Copy the full SHA
    746eaef View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Move configuration of tools to pyproject.toml (#2686)

    Co-authored-by: Tom Christie <[email protected]>
    Secrus and lovelydinosaur authored May 3, 2023
    Configuration menu
    Copy the full SHA
    df5dbc0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

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

Commits on May 18, 2023

  1. Version 0.24.1 (#2702)

    * Version 0.24.1
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    epenet authored May 18, 2023
    Configuration menu
    Copy the full SHA
    fcf1bc7 View commit details
    Browse the repository at this point in the history
Loading