-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
gh-135993: Fix IPv6 bug in set_ok_port
and return_ok_port
#136076
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
25
commits into
python:main
Choose a base branch
from
LamentXU123:Fix-IPv6-bug-in-set&return-port-ok
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 12 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
8680fa4
Update uuid.rst
LamentXU123 b911f1e
Update uuid.rst
LamentXU123 c69a050
Update Doc/library/uuid.rst
LamentXU123 b55a920
Update uuid.rst
LamentXU123 f129053
sync uuid1 & uuid6 docs
picnixz 48064f2
Update cookiejar.py
LamentXU123 e1fe548
Update test_http_cookiejar.py
LamentXU123 f6859dd
Merge branch 'python:main' into Fix-IPv6-bug-in-set&return-port-ok
LamentXU123 05597f8
📜🤖 Added by blurb_it.
blurb-it[bot] c5ca056
add more test for HDNs
LamentXU123 854422d
add False test
LamentXU123 428096f
Update test_http_cookiejar.py
LamentXU123 312f66f
Update Misc/NEWS.d/next/Library/2025-06-28-14-10-07.gh-issue-135993.G…
LamentXU123 94bb9ab
remove useless `c.clear()`
LamentXU123 24eb5d9
Update test_http_cookiejar.py
LamentXU123 0415d3f
Update 2025-06-28-14-10-07.gh-issue-135993.Gmyux9.rst
LamentXU123 357b9d1
Update test_http_cookiejar.py
LamentXU123 1034647
change to match[0]
LamentXU123 9d75634
Update cookiejar.py
LamentXU123 b7e859f
Update cookiejar.py
LamentXU123 b7d6e4e
Update cookiejar.py
LamentXU123 d197796
prevent to remove the debug message
LamentXU123 bc8bad0
Update 2025-06-28-14-10-07.gh-issue-135993.Gmyux9.rst
LamentXU123 7e3237a
Fix CI
LamentXU123 cdda526
Add stricter check for IPv6 case
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
1 change: 1 addition & 0 deletions
1
Misc/NEWS.d/next/Library/2025-06-28-14-10-07.gh-issue-135993.Gmyux9.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 @@ | ||
:mod:`http.cookiejar` Fix the bug happens when trying to prase ports of a IPv6 address in :class:`~http.cookiejar.DefaultCookiePolicy` | ||
LamentXU123 marked this conversation as resolved.
Show resolved
Hide resolved
|
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.