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: 1.26.14
Choose a base ref
...
head repository: urllib3/urllib3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.26.15
Choose a head ref
  • 6 commits
  • 9 files changed
  • 5 contributors

Commits on Jan 11, 2023

  1. Remove timeout in select.select calls

    In CI, select.select can timeout after 5 seconds. In theory, this means
    this test could hang forever but it has never been an issue in
    test/test_ssltransport where we call select.select without a timeout.
    pquentin authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    4550786 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

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

Commits on Jan 20, 2023

  1. [1.26] Fix socket timeout value when HTTPConnection is reused

    Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com>
    Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com>
    3 people authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    a7ce8e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

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

Commits on Feb 8, 2023

  1. Fix _idna_encode handling of '\x80'

    Co-authored-by: Illia Volochii <illia.volochii@gmail.com>
    kenballus and illia-v authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    a06c05c View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Release 1.26.15

    Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com>
    nickwilliams-zaxiom and sethmlarson authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    95ca352 View commit details
    Browse the repository at this point in the history
Loading