-
-
Couldn't load subscription status.
- Fork 33.2k
3.8 #112965
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
Closed
Closed
3.8 #112965
Conversation
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. Bad IP masquerade rules can prevent startup. 2. X cannot handle some complex colored chars. (cherry picked from commit 1b4a9c7) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
) (pythonGH-25113) Skip the test if setlocale() fails. (cherry picked from commit f3ab670) Co-authored-by: Victor Stinner <vstinner@python.org>
There is an extra `s` in the singular word `method`. Reported in docs mailing list by Steven Nguyen. Automerge-Triggered-By: GH:Mariatta (cherry picked from commit f193874) Co-authored-by: Mariatta Wijaya <Mariatta@users.noreply.github.com>
(cherry picked from commit b045cda) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Automerge-Triggered-By: GH:zware (cherry picked from commit bef7b26) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
* bpo-26053: Fix args echoed by pdb run command (pythonGH-22033) (cherry picked from commit 652bfde) * bpo-26053: Fix test_pdb.test_issue26053() (pythonGH-25139) (cherry picked from commit bd4ab8e) (cherry picked from commit 7ad56e2) Co-authored-by: Irit Katriel <iritkatriel@yahoo.com>
Python 3.8.9
(cherry picked from commit 4e2ef70) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
…t values (pythonGH-20867) (pythonGH-25201) Co-Authored-By: Claudiu Popa <pcmanticore@gmail.com> Automerge-Triggered-By: GH:ericvsmith (cherry picked from commit 7522067) Co-authored-by: Zackery Spytz <zspytz@gmail.com> Co-authored-by: Zackery Spytz <zspytz@gmail.com>
When a dataclass inherits from an empty base, all immutability checks are omitted. This PR fixes this and adds tests for it. Automerge-Triggered-By: GH:ericvsmith (cherry picked from commit 376ffc6) Co-authored-by: Iurii Kemaev <6885137+hbq1@users.noreply.github.com>
(cherry picked from commit 1744c96) Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com> Automerge-Triggered-By: GH:ericvsmith
…nGH-25213) Earlier releases were mislabelled and included 1.1.1i again. The tag/directory name is updated to ensure that builds get the fresh bits. However, the openssl-bin-1.1.1k tag in the repository has been forcibly updated, so fresh builds will be fine even without this change. (cherry picked from commit 611aa39) Co-authored-by: Steve Dower <steve.dower@python.org>
Fix Regular Expression Denial of Service (ReDoS) vulnerability in urllib.request.AbstractBasicAuthHandler. The ReDoS-vulnerable regex has quadratic worst-case complexity and it allows cause a denial of service when identifying crafted invalid RFCs. This ReDoS issue is on the client side and needs remote attackers to control the HTTP server. (cherry picked from commit 7215d1a) Co-authored-by: Yeting Li <liyt@ios.ac.cn>
(cherry picked from commit e35dd55) Co-authored-by: Steve Dower <steve.dower@python.org>
…ythonGH-24294) Co-authored-by: Barney Gale <barney.gale@gmail.com>
…nal-only arguments (pythonGH-25235) (pythonGH-25260) (cherry picked from commit 58d72ca) Co-authored-by: Saiyang Gou <gousaiyang@163.com>
The deprecation originally slated for 3.9 was deferred to 3.10 (bpo-39674, pythonGH-18545) and the documentation on the 3.8 release was updated accordingly (pythonGH-18748). However the deprecation notice in the code was left as is, and still indicates deprecation with 3.9.
…-25304) (pythonGH-25308) Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 5151d64) Co-authored-by: Christian Heimes <christian@python.org> Automerge-Triggered-By: GH:tiran
…ror case (pythonGH-25303) (pythonGH-25306) (cherry picked from commit d3b73f3) Co-authored-by: Christian Heimes <christian@python.org>
…thonGH-25309) Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 6f37ebc) Co-authored-by: Christian Heimes <christian@python.org>
… (pythonGH-25311) (cherry picked from commit 150af75) Co-authored-by: Christian Heimes <christian@python.org>
…thonGH-25319) ripemd160 is not available in OpenSSL 3.0.0's default crypto provider. It's only present in legacy provider. Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 2d7fdc9) Co-authored-by: Christian Heimes <christian@python.org>
… spec objects from file locations (pythonGH-25121)
|
PRs attempting to merge a maintenance branch into the main branch are deemed to be spam and automatically closed. If you were attempting to report a bug, please go to https://github.com/python/cpython/issues; see devguide.python.org for further instruction as needed. |
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.
📚 Documentation preview 📚: https://cpython-previews--112965.org.readthedocs.build/