X Tutup
The Wayback Machine - https://web.archive.org/web/20260323015222/https://github.com/python/cpython/pull/93822
Skip to content

3.11#93822

Closed
parth-pandeyy wants to merge 246 commits intomainfrom
3.11
Closed

3.11#93822
parth-pandeyy wants to merge 246 commits intomainfrom
3.11

Conversation

@parth-pandeyy
Copy link

let's contribute each other

pablogsal and others added 30 commits May 8, 2022 03:37
* gh-92308: Add Pending Removal section to 3.11 What's New

* Use compact list; drop attributions

* Add short text, and also missing PyUnicode_InternImmortal

* Fix formatting

* markup fix

* Update Doc/whatsnew/3.11.rst

Co-authored-by: Victor Stinner <vstinner@python.org>

* Apply suggestions from code review

Co-authored-by: Victor Stinner <vstinner@python.org>

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
(cherry picked from commit 0924b95)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
…H-92428)

(cherry picked from commit bd030b6)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-92449)

(cherry picked from commit 45e1721)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
…used in all supported Python versions (GH-92418)

(cherry picked from commit e5b4bd4)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Add methods enterContext() and enterClassContext() in TestCase.
Add method enterAsyncContext() in IsolatedAsyncioTestCase.
Add function enterModuleContext().
(cherry picked from commit 086c6b1)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…-92401)

(cherry picked from commit b738094)

Co-authored-by: Ken Jin <kenjin4096@gmail.com>
…rences (GH-92423) (GH-92472)

Given that 2.7 has now been end-of-life for two and a half years,
I don't think we need such a detailed explanation here anymore of
the differences between Python 2 and Python 3.
(cherry picked from commit 8efda1e)


Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

Automerge-Triggered-By: GH:serhiy-storchaka
…GH-92469)

* Remove redundant footnote ref: the footnote has been removed
* Fix footnote ref to match footnote
* Convert footnotes into reST footnotes: will error if missing
(cherry picked from commit 788ef54)


Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>

Automerge-Triggered-By: GH:serhiy-storchaka
…-92420) (GH-92467)

(cherry picked from commit 5639ea1)


Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

Automerge-Triggered-By: GH:serhiy-storchaka
…on versions (GH-92422) (GH-92464)

(cherry picked from commit bc098cf)


Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

Automerge-Triggered-By: GH:serhiy-storchaka
…supported Python versions (GH-92419) (GH-92462)

(cherry picked from commit f4e317b)


Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

Automerge-Triggered-By: GH:serhiy-storchaka
https://github.com/python/cpython/pull/92351/filesGH-r866869469

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit bdc99a8)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
…<3.2 (GH-92425)

(cherry picked from commit 318c4e9)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
(cherry picked from commit 063e8ab)

Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
* Doc: Reveal doctest directives.

* Fix whitespace.

Co-authored-by: Julien Palard <julien@palard.fr>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
(cherry picked from commit 7b024e3)

Co-authored-by: Davide Rizzo <sorcio@gmail.com>
(cherry picked from commit 9304f98)

Co-authored-by: Ken Jin <kenjin4096@gmail.com>
…GH-91598) (#92495)

Do not spawn ProcessPool workers on demand when they spawn via fork.

This avoids potential deadlocks in the child processes due to forking from
a multithreaded process.
(cherry picked from commit ebb37fc)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 859250c)

Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
Missing reference of auditing event presents error when building translated documentation
(cherry picked from commit f298ba1)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
see gotcha/ipdb#172

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 2888b11)

Co-authored-by: Godefroid Chapelle <gotcha@bubblenet.be>
…H-15732)

* Some handlers were wrongly described as text-encoding only, but actually they can also be used in text-decoding.
* Add more description to each handler.
* Add two REPL examples.
* Add indexes for Error Handler's name.

Co-authored-by: Kyle Stanley <aeros167@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 5bc2390)

Co-authored-by: Ma Lin <animalize@users.noreply.github.com>
Signed-off-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
(cherry picked from commit 3edda03)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
(cherry picked from commit 269e726)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
(cherry picked from commit 7b9803f)

Co-authored-by: Victor Stinner <vstinner@python.org>
Move C API changes to the C API > Porting to Python 3.11 section.
(cherry picked from commit d8104d1)

Co-authored-by: Victor Stinner <vstinner@python.org>
…GH-92552)

(cherry picked from commit be3cdd6)

Co-authored-by: Ken Jin <kenjin4096@gmail.com>
…-92559) (#92566)

(cherry picked from commit f0614ca)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

X Tutup