Skip to content

Conversation

@josephkohler
Copy link

@josephkohler josephkohler commented Dec 11, 2023

miss-islington and others added 30 commits March 30, 2021 22:40
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>
…H-25153)

Changed the inline mentions of the attributes into a proper attribute list like `SystemExit` has.

Automerge-Triggered-By: GH:gvanrossum
(cherry picked from commit b2a91e0)

Co-authored-by: Ammar Askar <ammar@ammaraskar.com>
(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>
…nal-only arguments (pythonGH-25235) (pythonGH-25260)

(cherry picked from commit 58d72ca)

Co-authored-by: Saiyang Gou <gousaiyang@163.com>
…-24404)

The previous "Fundamental data types" section says a c_char_p must be bytes (or None).
(cherry picked from commit 14829b0)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>

Co-authored-by: Zackery Spytz <zspytz@gmail.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>
@bedevere-app
Copy link

bedevere-app bot commented Dec 11, 2023

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.

This was referenced Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.