gh-135768: fix allowed/blocked IPv6 domains in http.cookiejar#135771
gh-135768: fix allowed/blocked IPv6 domains in http.cookiejar#135771LamentXU123 wants to merge 62 commits intopython:mainfrom
http.cookiejar#135771Conversation
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
…hUJWf.rst Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
http.cookiejarhttp.cookiejar
Done. |
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
|
The helper functions will help a lot in the future PRs I think. |
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Thanks! This is my first time ever to create a PR for Cpython with nearly a hundred lines of code. Thank you for your patience and guidence! |
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
May I close the issue? I think its mostly solved. |
|
No, we should never close an issue until the corresponding PR has been merged or we abandoned the proposal. In this case, closing the issue means that both the PR and its backports have been merged. |
Got it! |
|
I will also add warnings in docs indicating |
|
Hi @picnixz, friendly pinging here. Shell we get this PR merged? caz I can't contribute to further following PRs and issues if this is not merged. TiA ;) (I think it is mostly solved, and tiny fixes can be coped later, if any.) |
|
No. I want to hear from Martin first. PRs don't need to be rushed and it's common to have PRs landing after a few weeks. You can still contribute to other parts of the library (which I would advise you to do so). |
|
This PR is stale because it has been open for 30 days with no activity. |
PR for #135768, Thanks!
http.cookiejar#135768