-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-135768: fix allowed/blocked IPv6 domains in http.cookiejar
#135771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
LamentXU123
wants to merge
62
commits into
python:main
Choose a base branch
from
LamentXU123:support-IPv6-in-cookiejar
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
e3cfeb6
Update cookiejar.py
LamentXU123 8c5320a
📜🤖 Added by blurb_it.
blurb-it[bot] 4c452f9
Update 2025-06-20-17-03-51.gh-issue-135768.DhUJWf.rst
LamentXU123 60304ce
Update 2025-06-20-17-03-51.gh-issue-135768.DhUJWf.rst
LamentXU123 714d4d8
Update 2025-06-20-17-03-51.gh-issue-135768.DhUJWf.rst
LamentXU123 4c9ab02
Update Lib/http/cookiejar.py
LamentXU123 2c9f6a4
Update Lib/http/cookiejar.py
LamentXU123 a5198ee
Update Lib/http/cookiejar.py
LamentXU123 baf62d1
Update Lib/http/cookiejar.py
LamentXU123 0783fc1
Update cookiejar.py
LamentXU123 dffb204
add IPV6 regex
LamentXU123 056b44d
Update Misc/NEWS.d/next/Library/2025-06-20-17-03-51.gh-issue-135768.D…
LamentXU123 37c1933
add string method instead of regex to detect IPV6
LamentXU123 779e443
update is_ip
LamentXU123 1c00c39
update comments
LamentXU123 4c12cec
Update test_http_cookiejar.py
LamentXU123 0cf11d7
Update Lib/http/cookiejar.py
LamentXU123 88a6af1
Update Lib/http/cookiejar.py
LamentXU123 d8411c0
Update cookiejar.py
LamentXU123 7646042
more test added
LamentXU123 9eb52e3
Update test_http_cookiejar.py
LamentXU123 09f5a61
Update test_http_cookiejar.py
LamentXU123 d440b54
Update test_http_cookiejar.py
LamentXU123 f9aa74f
Update test_http_cookiejar.py
LamentXU123 7f65ca9
Update test_http_cookiejar.py
LamentXU123 a3a93f5
Merge branch 'main' into support-IPv6-in-cookiejar
LamentXU123 dd04e81
Update test_http_cookiejar.py
LamentXU123 e553fe8
Update Lib/http/cookiejar.py
LamentXU123 af9d29e
Update Lib/test/test_http_cookiejar.py
LamentXU123 56ac545
Update cookiejar.py
LamentXU123 f90b354
Update test_http_cookiejar.py
LamentXU123 3d1cc91
Update cookiejar.py
LamentXU123 0879750
update is_ip
LamentXU123 7731e7f
delete test for ::1
LamentXU123 35f8b9e
Merge branch 'main' into support-IPv6-in-cookiejar
LamentXU123 9c4a91f
Update test_http_cookiejar.py
LamentXU123 1b0f228
Update test_http_cookiejar.py
LamentXU123 8f2c9c3
Change is_ip to is_ip_like
LamentXU123 e01652e
Update test script for is_ip_like
LamentXU123 3d59ed9
Update cookiejar.py
LamentXU123 befc9e2
Update test_http_cookiejar.py
LamentXU123 57fca8b
Update cookiejar.py
LamentXU123 abb4320
Update Lib/test/test_http_cookiejar.py
LamentXU123 2aac70f
Update Lib/http/cookiejar.py
LamentXU123 3b9620c
Update Lib/http/cookiejar.py
LamentXU123 267d499
Update Lib/http/cookiejar.py
LamentXU123 a875311
Update Lib/http/cookiejar.py
LamentXU123 720c80f
add false test for ::1
LamentXU123 2f90ecd
Update cookiejar.py
LamentXU123 c37042c
Update cookiejar.py
LamentXU123 7b6feea
Update cookiejar.py
LamentXU123 1fd504b
Update cookiejar.py
LamentXU123 6238901
Update cookiejar.py
LamentXU123 aef5edf
Update Lib/http/cookiejar.py
LamentXU123 c5a1be2
Update Lib/http/cookiejar.py
LamentXU123 e3b6a1c
Update cookiejar.py
LamentXU123 e37015c
Update Lib/http/cookiejar.py
LamentXU123 36cb03b
Update Lib/http/cookiejar.py
LamentXU123 6fe7c76
Merge branch 'main' into support-IPv6-in-cookiejar
LamentXU123 e7e1d83
Update Lib/http/cookiejar.py
LamentXU123 3cea83c
Merge branch 'main' into support-IPv6-in-cookiejar
LamentXU123 1ab21ea
Update ACKS
LamentXU123 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
2 changes: 2 additions & 0 deletions
2
Misc/NEWS.d/next/Library/2025-06-20-17-03-51.gh-issue-135768.DhUJWf.rst
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
:mod:`http.cookiejar`: fix allowed and blocked IPv6 domains | ||
in :class:`~http.cookiejar.DefaultCookiePolicy`. |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.