-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>
…H-135806) (python#135808) Co-authored-by: Kattni <[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]>
Co-authored-by: sobolevn <[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]>
…record. (pythonGH-135858) (pythonGH-135910) Co-authored-by: Vinay Sajip <[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]>
… API (pythonGH-135938) (pythonGH-135972) (cherry picked from commit 10a3d43) Co-authored-by: Peter Bierma <[email protected]>
…nGH-135932) (pythonGH-135973) (cherry picked from commit 9193efd) 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]>
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.