◐ Shell
clean mode source ↗

[3.11] Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst #114825 (gh-101100) by smontanaro · Pull Request #115310 · python/cpython

and others added 30 commits

December 26, 2023 12:08
…python#113485)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
… _strptime() (pythonGH-13408) (pythonGH-113499)

Previously some error messages complained about incompatible
combinations of directives that are not contained in the format string.

(cherry picked from commit 4b2c3e8)

Co-authored-by: Gordon P. Hemsley <me@gphemsley.org>
…honGH-113502) (python#113510)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
… "Replace" dialog (pythonGH-17593) (pythonGH-113515)

(cherry picked from commit 712afab)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Co-authored-by: Roger Serwy <roger.serwy@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…ve behavior as the mv shell when moving a symlink into a directory that is the target of the symlink (pythonGH-21759) (pythonGH-113518)

(cherry picked from commit c66b577)

Co-authored-by: Jeffrey Kintscher <49998481+websurfer5@users.noreply.github.com>
…() on HP-UX (pythonGH-19856) (pythonGH-113541)

Always include <sys/types.h> before <sys/sysmacros.h>.

(cherry picked from commit f108468)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…thonGH-112981) (python#113552)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
…) (python#113554)

Doc/library/os.rst: `os.waitid` absent on MacOS (pythonGH-104558)

* Doc/library/os.rst: `os.waitid` absent on MacOS

(cherry picked from commit db1c882)

Co-authored-by: John Hawkinson <jhawk@alum.mit.edu>
Co-authored-by: AN Long <aisk@users.noreply.github.com>
… layers (pythonGH-13374) (pythonGH-113624)

The length field of StgDictObject for Structure class contains now
the total number of items in ffi_type_pointer.elements (excluding
the trailing null).

The old behavior of using the number of elements in the parent class can
cause the array to be truncated when it is copied, especially when there
are multiple layers of subclassing.

(cherry picked from commit 5f3cc90)

Co-authored-by: Jeffrey Kintscher <49998481+websurfer5@users.noreply.github.com>
…ythonGH-113588) (python#113644)

Co-authored-by: John D. McDonald <43117960+Rasputin2@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
…ferenceable" (pythonGH-113675) (python#113678)

`functools.partial` docs: Use the more common spelling for "referenceable" (pythonGH-113675)
(cherry picked from commit 4de468c)

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
…python#113687)

(cherry-picked from commit f1f8392)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
…removals (pythonGH-113725) (python#113735)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>