python-urllib3:misleading-error-truncated-response

Last commit made on 2024-01-31
Get this branch:
git clone -b misleading-error-truncated-response https://git.launchpad.net/python-urllib3

Branch merges

Branch information

Name:
misleading-error-truncated-response
Repository:
lp:python-urllib3

Recent commits

ea233f7... by Ruben Laguna

Merge remote-tracking branch 'origin/main' into misleading-error-truncated-response

60c4647... by Hitesh Choudhary <email address hidden>

Update mypy library version to 1.8.0 (#3314)

25bd2c2... by Seth Michael Larson <email address hidden>

Use httpbin.org as an example for Emscripten

04df048... by Seth Michael Larson <email address hidden>

Release 2.2.0

2aec09f... by Seth Michael Larson <email address hidden>

Add documentation for Emscripten support

Co-authored-by: Hugo van Kemenade <email address hidden>

6d2f0f6... by KE programmer <email address hidden>

Annotate response attribute `length_remaining` in BaseHTTPResponse (#3317)

d7bb83b... by Jordan Borean <email address hidden>

Fix TLS 1.3 post-handshake auth

Post-hanshake auth was accidentally broken while removing support for Python 3.7

8c8e26d... by Quentin Pradet <email address hidden>

Hide H2Connection inside _LockedObject (#3318)

26a07db... by Quentin Pradet <email address hidden>

Make BaseHTTPResponse a base class of HTTP2Response (#3311)

71e7c35... by Quentin Pradet <email address hidden>

Allow testing HTTP/1.1 and HTTP/2 in the same test (#3310)