-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: urllib3/urllib3
base: 2.2.0
head repository: urllib3/urllib3
compare: 2.2.1
- 14 commits
- 28 files changed
- 10 contributors
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 25bd2c2 - Browse repository at this point
Copy the full SHA 25bd2c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60c4647 - Browse repository at this point
Copy the full SHA 60c4647View commit details
Commits on Jan 31, 2024
-
Send a clearer error message if response is truncated before a chunk
Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com> Co-authored-by: Ruben Laguna <ruben.laguna@gmail.com> Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6ffe55b - Browse repository at this point
Copy the full SHA 6ffe55bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c42b4ba - Browse repository at this point
Copy the full SHA c42b4baView commit details
Commits on Feb 1, 2024
-
Remove TODO about informational responses (#3319)
Today it's not possible with HTTP/1.1 (see psf/requests#713) and even python-hyper does not handle this case. This will be handled in #3336.
Configuration menu - View commit details
-
Copy full SHA for 23f2287 - Browse repository at this point
Copy the full SHA 23f2287View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aa8d3dd - Browse repository at this point
Copy the full SHA aa8d3ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9929d3c - Browse repository at this point
Copy the full SHA 9929d3cView commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12f9233 - Browse repository at this point
Copy the full SHA 12f9233View commit details -
Ensure no remote connections during testing (#3328)
As a way to prevent the test suite from making remote calls to anywhere unexpected, use the `pytest-socket` plugin to disable any calls to hosts other than localhost. Signed-off-by: Mike Fiedler <miketheman@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 25155d7 - Browse repository at this point
Copy the full SHA 25155d7View commit details
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cfe52f9 - Browse repository at this point
Copy the full SHA cfe52f9View commit details
Commits on Feb 12, 2024
-
Distinguish between truncated and excess content in response (#3273)
`HTTPResponse._raw_read` raises `IncompleteRead` if the content length does not match the expected content length. For malformed responses (e.g. 204 response with content) the re-raised `ProtocolError` was a bit too unclear about the unexpected excess content being the reason for the exception. With this change, the exception points out, that the client is not dealing with a connection error but a protocol violation.
Configuration menu - View commit details
-
Copy full SHA for fa54179 - Browse repository at this point
Copy the full SHA fa54179View commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e22f651 - Browse repository at this point
Copy the full SHA e22f651View commit details
Commits on Feb 16, 2024
-
Stop casting request headers to HTTPHeaderDict (#3344)
While this was done to fix a mypy error, we did not notice the consequences: * This breaks boto3 that subclasses HTTPConnection because HTTPHeaderDict does not support bytes values yet. * When proxying, headers are still a dictionary by default. We can decide to reintroduce a forced conversion to HTTPHeaderDict in urllib3 3.0 if the above issues are fixed.
Configuration menu - View commit details
-
Copy full SHA for 49b2dda - Browse repository at this point
Copy the full SHA 49b2ddaView commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 54d6edf - Browse repository at this point
Copy the full SHA 54d6edfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.2.0...2.2.1