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: urllib3/urllib3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.7
Choose a base ref
...
head repository: urllib3/urllib3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.0
Choose a head ref
  • 19 commits
  • 48 files changed
  • 8 contributors

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    ae06688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    312a47b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11f5f5e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    431c07d View commit details
    Browse the repository at this point in the history
  2. Bump ossf/scorecard-action from 2.2.0 to 2.3.0

    Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.2.0 to 2.3.0.
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
    - [Commits](ossf/scorecard-action@08b4669...483ef80)
    
    ---
    updated-dependencies:
    - dependency-name: ossf/scorecard-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sethmlarson committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    3c6e079 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Bring 2.0.7 & 1.26.18 to main (#3161)

    * Merge pull request from GHSA-g4mx-q9vg-27p4
    
    * Release 2.0.7
    illia-v authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    4e98d57 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    0a3f828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a711ed8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Fix downstream requests test

    pquentin authored and sethmlarson committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    7d0648b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    b99cc39 View commit details
    Browse the repository at this point in the history
  2. Allow loading CA certificates from memory for proxies (#3150)

    Co-authored-by: Illia Volochii <illia.volochii@gmail.com>
    ravi-kale and illia-v authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ff764a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Treat x-gzip content encoding as gzip

    According to RFC 9110, the "x-gzip" content coding should be treated as
    "gzip".
    
    Fixes #3174
    jeremycline authored and sethmlarson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    5fc48e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Remove Sphinx version pin

    pquentin authored and sethmlarson committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    8727683 View commit details
    Browse the repository at this point in the history
  2. Fix lint on Python 3.12

    GitHub Actions now defaults to Python 3.12, which made flake8 6.0 report
    E231 errors because it was looking at f-strings incorrectly. Upgrading
    to 6.1 fixed the issue, but introduced E721 that I fixed too.
    
    This commit also changes `nox -s lint` and `nox -s mypy` to use Python
    3.12, allowing to remove one type ignore.
    pquentin authored and sethmlarson committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    5fa8ea6 View commit details
    Browse the repository at this point in the history
  3. Use more precise type checks

    pquentin authored and sethmlarson committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    6fc4260 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

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

Commits on Nov 12, 2023

  1. Check _has_route *within* the test function (#3187)

    Test selection occurs after collection, so if we're in an environment
    where we don't want to make outbound network connections, defer the
    check to after selection.
    
    This was the aim of #3166, but it wasn't tested in an environment where
    ConnectionError is raised.
    stefanor authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    e601a0e View commit details
    Browse the repository at this point in the history
  2. Mention myself in README

    illia-v authored and sethmlarson committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    77f71d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Release 2.1.0

    Co-authored-by: Illia Volochii <illia.volochii@gmail.com>
    pquentin and illia-v authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    69be299 View commit details
    Browse the repository at this point in the history
Loading