Skip to content

Conversation

@StevenHsuYL
Copy link
Contributor

@StevenHsuYL StevenHsuYL commented Jul 5, 2021

Update of three expired hyperlinks in branch 3.9.

Thanks.

https://bugs.python.org/issue44561

miss-islington and others added 30 commits April 9, 2021 06:46
Signed-off-by: Christian Heimes <[email protected]>
(cherry picked from commit 5151d64)

Co-authored-by: Christian Heimes <[email protected]>
…thonGH-25309)

Signed-off-by: Christian Heimes <[email protected]>
(cherry picked from commit 6f37ebc)

Co-authored-by: Christian Heimes <[email protected]>
…ythonGH-25289). (pythonGH-25294)

* [3.9] Fix possible refleak involving _PyArena_AddPyObject (pythonGH-25289).
(cherry picked from commit c0e11a3)

Co-authored-by: Erlend Egeberg Aasland <[email protected]>

* Update Parser/pegen/pegen.c

Co-authored-by: Pablo Galindo <[email protected]>
…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 <[email protected]>
(cherry picked from commit 2d7fdc9)

Co-authored-by: Christian Heimes <[email protected]>
…ythonGH-24303) (pythonGH-25341)

(cherry picked from commit 79650d0)

Co-authored-by: Mark Dickinson <[email protected]>

Co-authored-by: Mark Dickinson <[email protected]>
…thonGH-24818)

* coerce bytes separator to string

* Add news

* Update Misc/NEWS.d/next/Library/2021-03-11-00-31-41.bpo-42967.2PeQRw.rst
(cherry picked from commit b38601d)

Co-authored-by: Ken Jin <[email protected]>
Signed-off-by: Christian Heimes <[email protected]>
(cherry picked from commit 3447750)

Co-authored-by: Christian Heimes <[email protected]>
…rent drives (pythonGH-25346)

(cherry picked from commit 67c0b3d)

Co-authored-by: Zackery Spytz <[email protected]>
… released (pythonGH-25350). (pythonGH-25370)

(cherry picked from commit 8c14f5a)

Co-authored-by: Ethan Furman <[email protected]>
…honGH-25329) (pythonGH-25382)

Signed-off-by: Christian Heimes <[email protected]>
(cherry picked from commit a483388)


Co-authored-by: Christian Heimes <[email protected]>

Automerge-Triggered-By: GH:tiran
… (pythonGH-25387)

Signed-off-by: Andrew V. Jones <[email protected]>
(cherry picked from commit 54db51c)

Co-authored-by: Andrew V. Jones <[email protected]>

Co-authored-by: Andrew V. Jones <[email protected]>
… (pythonGH-25391)

The new checks are only executed when one or more OpenSSL-related files are modified. The checks run a handful of networking and hashing test suites. All SSL checks are optional. This PR also introduces ccache to speed up compilation. In common cases it speeds up configure and compile time from about 90 seconds to less than 30 seconds.

Signed-off-by: Christian Heimes <[email protected]>
(cherry picked from commit 8fa1489)


Co-authored-by: Christian Heimes <[email protected]>

Automerge-Triggered-By: GH:tiran
(cherry picked from commit 3386ca0)

Co-authored-by: Erlend Egeberg Aasland <[email protected]>
Change threading.activeCount to synonym threading.active_count.
…) (pythonGH-25437)

Fix a race condition in the SMTP test of test_logging. Don't close a
file descriptor (socket) from a different thread while
asyncore.loop() is polling the file descriptor.

(cherry picked from commit 75ec103)
…-24899) (pythonGH-25451)

Fix problem with ssl.SSLContext.hostname_checks_common_name. OpenSSL does not
copy hostflags from *struct SSL_CTX* to *struct SSL*.

Signed-off-by: Christian Heimes <[email protected]>.
(cherry picked from commit b467d9a)

Co-authored-by: Christian Heimes <[email protected]>
(cherry picked from commit 76beadb)

Co-authored-by: Eric V. Smith <[email protected]>
…of UTF-8 (pythonGH-25510)

(cherry picked from commit dc516ef)

Co-authored-by: Steve Dower <[email protected]>
…t section (pythonGH-22608)

(cherry picked from commit 660592f)

Co-authored-by: Saiyang Gou <[email protected]>
…GH-25527)

It would just fail if the path was inaccessible and had a trailing slash. It should fall back to the parent directory's metadata.
(cherry picked from commit fe63a40)

Co-authored-by: Steve Dower <[email protected]>
… an invalid filename (pythonGH-25529)

(cherry picked from commit 4696f12)

Co-authored-by: Steve Dower <[email protected]>
@StevenHsuYL
Copy link
Contributor Author

Close this PR and create a new PR into main.

@StevenHsuYL StevenHsuYL closed this Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review docs Documentation in the Doc dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.