FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-123401: Fix http.cookies module to support obsolete RFC 850 date format by Konano · Pull Request #123405 · python/cpython · GitHub

/ cpython Public

gh-123401: Fix http.cookies module to support obsolete RFC 850 date format - #123405

Merged
vstinner merged 10 commits into
python:mainfrom
Konano:fix-issue-123401
Dec 11, 2024
Merged

gh-123401: Fix http.cookies module to support obsolete RFC 850 date format#123405
vstinner merged 10 commits into
python:mainfrom
Konano:fix-issue-123401

Conversation

Konano commented Aug 27, 2024
edited
Loading

Copy link
Copy Markdown
Contributor

ghost commented Aug 27, 2024
edited by ghost
Loading

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.

bedevere-app Bot commented Aug 27, 2024

Copy link
Copy Markdown

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

Comment thread Lib/http/cookies.py Outdated
Fix a minor typo in the regex comment by adding a hyphen to "double-quoted" for consistency and clarity. No functional changes to the code logic.

Co-authored-by: Wulian <1055917385@qq.com>

Konano commented Sep 5, 2024

Copy link
Copy Markdown
Contributor Author

@zware Could you please take a look at this PR when you are free? Thanks!

Konano and others added 2 commits September 6, 2024 01:32
…4-FpI.rst

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>

picnixz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

At first glance it seems correct. I'm a bit tired for more in-depth review (and even if I were to approve it, a core dev is needed for merging it) so I'll leave it at it for today.

Comment thread Lib/test/test_http_cookies.py Outdated

Konano commented Sep 12, 2024

Copy link
Copy Markdown
Contributor Author

Is anyone available to follow up on this PR? Thanks!

Actually, I'm not sure who to contact...

Copy link
Copy Markdown
Contributor

You can request for review on https://discuss.python.org/c/core-dev/23 🙂

vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM. Thanks for the tests.

Copy link
Copy Markdown
Member

I couldn't merge the PR since some mandatory CI jobs didn't run. I clicked on [Update branch]. Let's see if it does unblock the issue.

vstinner enabled auto-merge (squash) December 11, 2024 13:06
vstinner merged commit 359389e into python:main Dec 11, 2024

Copy link
Copy Markdown
Member

Merged, thanks @Konano.

Konano commented Dec 11, 2024

Copy link
Copy Markdown
Contributor Author

Does this PR need to be backported to other versions? @vstinner

vstinner added the needs backport to 3.13 bugs and security fixes label Dec 11, 2024

Copy link
Copy Markdown

Thanks @Konano for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 11, 2024
…date format (pythonGH-123405)

(cherry picked from commit 359389e)

Co-authored-by: Nano <nanoapezlk@gmail.com>
Co-authored-by: Wulian <1055917385@qq.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>

bedevere-app Bot commented Dec 11, 2024

Copy link
Copy Markdown

GH-127828 is a backport of this pull request to the 3.13 branch.

bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label Dec 11, 2024
vstinner added the needs backport to 3.12 only security fixes label Dec 11, 2024

Copy link
Copy Markdown

Thanks @Konano for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 11, 2024
…date format (pythonGH-123405)

(cherry picked from commit 359389e)

Co-authored-by: Nano <nanoapezlk@gmail.com>
Co-authored-by: Wulian <1055917385@qq.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>

bedevere-app Bot commented Dec 11, 2024

Copy link
Copy Markdown

GH-127829 is a backport of this pull request to the 3.12 branch.

bedevere-app Bot removed the needs backport to 3.12 only security fixes label Dec 11, 2024

Copy link
Copy Markdown
Member

Does this PR need to be backported to other versions? @vstinner

I created backports to 3.12 and 3.13 branches.

vstinner added a commit that referenced this pull request Dec 11, 2024
… date format (GH-123405) (#127829)

gh-123401: Fix http.cookies module to support obsolete RFC 850 date format (GH-123405)
(cherry picked from commit 359389e)

Co-authored-by: Nano <nanoapezlk@gmail.com>
Co-authored-by: Wulian <1055917385@qq.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner added a commit that referenced this pull request Dec 11, 2024
… date format (GH-123405) (#127828)

gh-123401: Fix http.cookies module to support obsolete RFC 850 date format (GH-123405)
(cherry picked from commit 359389e)

Co-authored-by: Nano <nanoapezlk@gmail.com>
Co-authored-by: Wulian <1055917385@qq.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>

Konano commented Dec 11, 2024

Copy link
Copy Markdown
Contributor Author

It seems everything is OK 🎉

srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request Jan 8, 2025
…date format (python#123405)

Co-authored-by: Wulian <1055917385@qq.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL