Skip to content

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

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
wants to merge 715 commits into from

Conversation

Hello-world150
Copy link

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

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

Docs: Remove unnecessary trailing backslashes (pythonGH-135781)

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

Co-authored-by: Rafael Fontenelle <[email protected]>
…s missing (pythonGH-135816) (python#135825)

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

Co-authored-by: Bénédikt Tran <[email protected]>
… exact `int` (pythonGH-135610) (pythonGH-135843)

(cherry picked from commit 6aa0826)

Co-authored-by: Petr Viktorin <[email protected]>
…f in tests (pythonGH-134987) (python#135841)

pythongh-134986: Catch PermissionError when trying to call perf in tests (pythonGH-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 <[email protected]>
…honGH-135510) (pythonGH-135866)

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

Co-authored-by: Yongzi Li <[email protected]>
…onGH-134727) (pythonGH-135870)

Fix example according to PEP 750 in "What's new in 3.14" (pythonGH-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 <[email protected]>
…ush (pythonGH-135737) (python#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 <[email protected]>
…-135713) (python#135880)

pythongh-135494: Fix python -m test --pgo -x test_re (pythonGH-135713)

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

Co-authored-by: Victor Stinner <[email protected]>
…arge integers (pythonGH-135506) (python#135887)

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

Co-authored-by: Bénédikt Tran <[email protected]>
…pythonGH-135889) (python#135896)

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

Co-authored-by: sobolevn <[email protected]>
Co-authored-by: Peter Bierma <[email protected]>
…ling thread-local bytecode (pythonGH-135868) (python#135897)

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

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

Co-authored-by: mpage <[email protected]>
…to `_interpreters.set___main___attrs` (pythongh-135900)

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

Co-authored-by: Brian Schubert <[email protected]>
…*` macros (pythonGH-135762) (pythonGH-135916)

pythongh-135755: Docs: C API: Document missing `PyFunction_GET*` macros (pythonGH-135762)

(cherry picked from commit ca87a47)

Co-authored-by: Peter Bierma <[email protected]>
Co-authored-by: Brian Schubert <[email protected]>
Co-authored-by: Petr Viktorin <[email protected]>
…_interpchannelsmodule` (pythonGH-135840) (python#135918)

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

Co-authored-by: sobolevn <[email protected]>
…ythonGH-135922) (pythonGH-135926)

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

pythongh-131591: Make --without-remote-debug work (pythonGH-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 <[email protected]>
… productionlist (pythonGH-129977) (pythonGH-135940)

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

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

Co-authored-by: HarryLHW <[email protected]>
…ubinterp modules (pythonGH-135937) (python#135939)

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

Co-authored-by: sobolevn <[email protected]>
… with zero timeout (pythongh-135872) (pythongh-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 <[email protected]>
…honGH-134393) (python#135948)

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

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

(cherry picked from commit 6227662)

Co-authored-by: Rob Reynolds <[email protected]>
…ldbots with stack overflow (pythonGH-135766) (pythonGH-135955)

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

Co-authored-by: Pastukhov Nikita <[email protected]>
… (pythongh-135961)

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

Co-authored-by: Neil Schemenauer <[email protected]>
pythonGH-135957) (python#135962)

pythongh-135956: Remove duplicate word in _pydatetime docstring (pythonGH-135957)

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

Co-authored-by: Terry Jan Reedy <[email protected]>
…e unprefixed struct tag (pythonGH-135924) (pythonGH-135969)

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

Co-authored-by: Petr Viktorin <[email protected]>
… howto (pythonGH-135964) (python#135977)

pythongh-135965: Delete duplicate word in isolating-extensions howto (pythonGH-135964)

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

Co-authored-by: Weilin Du <[email protected]>
@bedevere-app
Copy link

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.