Skip to content

gh-137232: Fix outdated wording (gh-137232)#137278

Closed
Hello-world150 wants to merge 715 commits intopython:mainfrom
Hello-world150:fix-issue-137232
Closed

gh-137232: Fix outdated wording (gh-137232)#137278
Hello-world150 wants to merge 715 commits intopython:mainfrom
Hello-world150:fix-issue-137232

Conversation

@Hello-world150
Copy link
Copy Markdown

@Hello-world150 Hello-world150 commented Jul 31, 2025

miss-islington and others added 30 commits June 21, 2025 13:07
…135791)

Docs: Remove unnecessary trailing backslashes (GH-135781)

This fixes Sphinx's gettext extraction for translations.
(cherry picked from commit 6a16b3c)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
…ing (GH-135816) (#135825)

gh-135815: skip `netrc` security checks if `os.getuid` is missing (GH-135816)
(cherry picked from commit b57b619)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
… `int` (GH-135610) (GH-135843)

(cherry picked from commit 6aa0826)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
…ests (GH-134987) (#135841)

gh-134986: Catch PermissionError when trying to call perf in tests (GH-134987)

Using Ubuntu 24.04 on the Windows Subsystem for Linux, perf will raise a
`PermissionError` instead of `FileNotFoundError`. This commit modifies
the tests to catch that.
(cherry picked from commit 6ab842f)

Co-authored-by: Emma Smith <emma@emmatyping.dev>
Co-authored-by: sobolevn <mail@sobolevn.me>
…135510) (GH-135866)

Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510)
(cherry picked from commit caad163)

Co-authored-by: Yongzi Li <204532581+Yzi-Li@users.noreply.github.com>
…34727) (GH-135870)

Fix example according to PEP 750 in "What's new in 3.14" (GH-134727)

A redundant extra part was written. Added a closing tag, to match the usage in PEP 750.
(cherry picked from commit 2793b68)

Co-authored-by: Vincent Poulailleau <vpoulailleau@gmail.com>
…H-135737) (#135873)

Adds a note about flush/close on copyfileobj, and updates
the Emscripten build script to follow documented advice.
(cherry picked from commit 34393cb)

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
…35880)

gh-135494: Fix python -m test --pgo -x test_re (GH-135713)

Fix regrtest to support excluding tests from --pgo tests.
(cherry picked from commit 15c6d63)

Co-authored-by: Victor Stinner <vstinner@python.org>
…ntegers (GH-135506) (#135887)

gh-135487: fix `reprlib.Repr.repr_int` when given very large integers (GH-135506)
(cherry picked from commit e5f03b9)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
…35889) (#135896)

gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (GH-135889)
(cherry picked from commit b3ab94a)

Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
…hread-local bytecode (GH-135868) (#135897)

gh-135805: Document the X option and env var for controlling thread-local bytecode (GH-135868)

Document the X option and env var for controlling thread-local bytecode.
(cherry picked from commit fea5ccc)

Co-authored-by: mpage <mpage@meta.com>
…nterpreters.set___main___attrs` (gh-135900)

(cherry picked from commit 4e6f0d1, AKA gh-135856)

Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
…ros (GH-135762) (GH-135916)

gh-135755: Docs: C API: Document missing `PyFunction_GET*` macros (GH-135762)

(cherry picked from commit ca87a47)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
…pchannelsmodule` (GH-135840) (#135918)

gh-135839: Fix `module_traverse` and `module_clear` in `_interpchannelsmodule` (GH-135840)
(cherry picked from commit dd59c78)

Co-authored-by: sobolevn <mail@sobolevn.me>
) (GH-135926)

Macros without a `Py`/`_Py` prefix should not be defined in public headers.
(cherry picked from commit 1b1ae82)
…5931)

gh-131591: Make --without-remote-debug work (GH-135925)

The feature is checked using `defined(Py_REMOTE_DEBUG)`; defining
the macro (even as `0`) enables it.
(cherry picked from commit c2f2fd4)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
… productionlist (GH-129977) (GH-135940)

Docs: Add cross-reference for `positional_item` in the `calls` productionlist (GH-129977)

Add missing hyperlink for `positional_item`
(cherry picked from commit d215491)

Co-authored-by: HarryLHW <123lhw321@gmail.com>
…rp modules (GH-135937) (#135939)

gh-135839: Fix `module_traverse` and `module_clear` in subinterp modules (GH-135937)
(cherry picked from commit bcc2cba)

Co-authored-by: sobolevn <mail@sobolevn.me>
…zero timeout (gh-135872) (gh-135946)

The free threading build could spin unnecessarily on `_Py_yield()` if the initial
compare and swap failed.
(cherry picked from commit cbfaf41)

Co-authored-by: Joseph Tibbertsma <josephtibbertsma@gmail.com>
…134393) (#135948)

Docs: Fix indentation in `slice` class of `functions.rst` (GH-134393)

Paragraph should not be under `slice.step`. It applies to the whole class.

(cherry picked from commit 6227662)

Co-authored-by: Rob Reynolds <13379223+reynoldsnlp@users.noreply.github.com>
… with stack overflow (GH-135766) (GH-135955)

gh-135721: skip `test_trashcan_python_class` on wasm buildbots with stack overflow (GH-135766)
(cherry picked from commit 3fb6cfe)

Co-authored-by: Pastukhov Nikita <diementros@yandex.ru>
…-135961)

Add whatsnew text for warnings module changes. (gh-135869)
(cherry picked from commit 1f5e23f)

Co-authored-by: Neil Schemenauer <nas-github@arctrix.com>
…135957) (#135962)

gh-135956: Remove duplicate word in _pydatetime docstring (GH-135957)

_pydatetime.isoformat docstring repeats 'giving'.
(cherry picked from commit e3ea6f2)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
…efixed struct tag (GH-135924) (GH-135969)

Names/macros defined in public headers should have `Py`/`_Py` prefixes.
(cherry picked from commit a1da208)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
…H-135938) (GH-135972)

(cherry picked from commit 10a3d43)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
…H-135973)

(cherry picked from commit 9193efd)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
…GH-135964) (#135977)

gh-135965: Delete duplicate word in isolating-extensions howto (GH-135964)

Change use use to use.
(cherry picked from commit ffb2a02)

Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
@bedevere-app
Copy link
Copy Markdown

bedevere-app bot commented Jul 31, 2025

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.

@AA-Turner AA-Turner closed this Jul 31, 2025
@Hello-world150 Hello-world150 changed the title gh-137232: Fix outdated wording (#137232) gh-137232: Fix outdated wording (gh-137232) Jul 31, 2025
@AlexWaygood AlexWaygood removed their request for review July 31, 2025 13:03
@Hello-world150 Hello-world150 deleted the fix-issue-137232 branch July 31, 2025 13:07
@Hello-world150 Hello-world150 restored the fix-issue-137232 branch July 31, 2025 13:09
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.