Closed
Conversation
--------- (cherry picked from commit 9f3ecd1) Co-authored-by: Eclips4 <80244920+Eclips4@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
…hongh-102207) (pythongh-102230) pythongh-95675: fix uid and gid at test_add_dir_getmember (pythongh-102207) (cherry picked from commit 56e93c8) Co-authored-by: Seonkyo Ok <seonkyo.ok@linecorp.com>
…`__reduce__` when internal access of `builtins.__dict__` exhausts the iterator (pythonGH-101769) (python#102229) (cherry picked from commit 54dfa14)
Currently this gets rendered with a dangling hyphen. (cherry picked from commit 207e1c5) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Add tests for conversion from bool to complex. (cherry picked from commit 4197043) Co-authored-by: Eclips4 <80244920+Eclips4@users.noreply.github.com>
…ing (pythonGH-102265) (python#102269) (cherry picked from commit d71edbd)
…thonGH-102264) (cherry picked from commit bcadcde) Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
…le (pythonGH-102046) (python#102275) pythongh-85417: Clarify behaviour on branch cuts in cmath module (pythonGH-102046) This PR updates the cmath module documentation to reflect the reality that Python is almost always (and as far as I can tell, that "almost" can be omitted) running on a machine whose C double supports signed zeros. * Removes misleading references to functions being continuous from above / below / the left / the right at branch cuts * Expands the note on branch cuts at the top of the module documentation to explain the double-sided sign-of-zero-based behaviour (cherry picked from commit b513c46) Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
…1826) (python#102150) * [3.10] pythongh-97786: Fix compiler warnings in pytime.c (pythonGH-101826) Fixes compiler warnings in pytime.c.. (cherry picked from commit b1b375e) Co-authored-by: Mark Dickinson <dickinsm@gmail.com> * Add comment about the casts --------- Co-authored-by: Gregory P. Smith <greg@krypto.org>
…onGH-102278) [doc] Improve grammar/fix missing word (pythonGH-102060) (cherry picked from commit 6daf42b) Co-authored-by: VMan <vayidm@users.noreply.github.com>
…ython#102280) Fix missing 'is' in cmath.log() docstring. (cherry picked from commit 71f614e) Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
(cherry picked from commit 101a12c) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
pythonGH-102297) (cherry picked from commit 0db6f44) Co-authored-by: Gouvernathor <44340603+Gouvernathor@users.noreply.github.com> Automerge-Triggered-By: GH:AlexWaygood
Refactor DynOptionMenu's initializer to not copy kwargs dict and use subscripting; improve its htest. (cherry picked from commit c41af81) Co-authored-by: JosephSBoyle <48555120+JosephSBoyle@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
…honGH-101319) (python#102322) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Brad Wolfe <brad.wolfe@gmail.com> Co-authored-by: Furkan Onder <furkanonder@protonmail.com> Fix erroneous doc links in the sys module (python#101319)
…hon#102377) Fix typos in documentation and comments (pythonGH-102374) Found some duplicate `to`s in the documentation and some code comments and fixed them. [Misc/NEWS.d/3.12.0a1.rst](https://github.com/python/cpython/blob/ed55c69ebd74178115cd8b080f7f8e7588cd5fda/Misc/NEWS.d/3.12.0a1.rst) also contains two duplicate `to`s, but I wasn't sure if it's ok to touch that file. Looks auto generated. I'm happy to amend the PR if requested. :) Automerge-Triggered-By: GH:AlexWaygood Co-authored-by: Michael K <michael-k@users.noreply.github.com>
…to uppercase (pythonGH-101840) (cherry picked from commit 4e7c0cb) Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
… state… (python#102235) [3.10] pythonGH-102126: fix deadlock at shutdown when clearing thread states (pythonGH-102222). (cherry picked from commit 5f11478)
…ll exhausts the iterator (pythonGH-101896) (python#102422) pythongh-101892: Fix `SystemError` when a callable iterator call exhausts the iterator (python#101896) Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net> (cherry picked from commit 705487c) Co-authored-by: Raj <51259329+workingpayload@users.noreply.github.com>
pythonGH-102180) (python#102419) * pythongh-102179: Fix `os.dup2` error reporting for negative fds (pythonGH-102180) (cherry picked from commit c2bd55d) Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru> Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
(cherry picked from commit e4609cb) Co-authored-by: Dustin Rodrigues <dust.rod@gmail.com>
…nGH-102426) Add thrashcan macros to the deallocator of the filter objects to protect against deeply nested destruction of chains of nested filters. (cherry picked from commit 66aa78c) Co-authored-by: Marta Gómez Macías <mgmacias@google.com>
…ument of add_argument() were dropped (pythonGH-102318) (cherry picked from commit 9a478be) Co-authored-by: Yeojin Kim <yeojin.dev@gmail.com>
As part of investigation issue python#102433, I discovered what I believe to be an error where two classes `CI` and `DI` are not being used. The assertions beneath them act on `C` and `D`, duplicating existing assertions in this test. (cherry picked from commit 7894bbe) Co-authored-by: JosephSBoyle <48555120+JosephSBoyle@users.noreply.github.com> Automerge-Triggered-By: GH:AlexWaygood
(cherry picked from commit 3222054) Co-authored-by: Partha P. Mukherjee <ppm.floss@gmail.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
📚 Documentation preview 📚: https://cpython-previews--145309.org.readthedocs.build/