Merged
Conversation
**Fixed** - **oheaders** from a Response contains `Set-Cookie` entries when it should not. - Static type checker not accepting **list\[str\]** in values for argument **param**. - Static type checker not accepting **Iterable\[bytes\]** for **data**. - Function proxy_bypass_registry for Windows may be fooled by insufficient control on our end. Patch taken from idle upstream PR psf#6302 - SSLError message related to the certificate revocation could print `None` instead of `unspecified` for the reason. **Changed** - Allow setting `None` in max_size for **SharableLimitedDict** to remove limits. - Using `RLock` instead of `Lock` in **SharableLimitedDict**, and **InMemoryRevocationStatus** classes. **Misc** - Missing assert statements for test test_header_validation. - Unrelated warnings are now silent in our test suite. - Unexpected warning now trigger an error in our test suite. - Removed `tests.compat`. - Removed `test-readme`, `flake8`, and `publish` from Makefile. **Added** - Extra-dist install `http3` to force install HTTP/3 support in your environment if not present. - Extra-dist install `ocsp` to force install certificate revocation support in your environment if not present.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed
Set-Cookieentries when it should not.Noneinstead ofunspecifiedfor the reason.Changed
Nonein max_size for SharableLimitedDict to remove limits.RLockinstead ofLockin SharableLimitedDict, and InMemoryRevocationStatus classes.Misc
tests.compat.test-readme,flake8, andpublishfrom Makefile.Added
http3to force install HTTP/3 support in your environment if not present.ocspto force install certificate revocation support in your environment if not present.