Skip to content
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

[3.11] Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst #114825 (gh-101100) #115310

Closed
wants to merge 3,130 commits into from

Conversation

smontanaro
Copy link
Contributor

@smontanaro smontanaro commented Feb 11, 2024

I think I have this right. Too many special strings/numbers to be sure. In particular, it's not clear if I should have included the #114825 reference as part of the title or not.


📚 Documentation preview 📚: https://cpython-previews--115310.org.readthedocs.build/

miss-islington and others added 30 commits December 26, 2023 12:08
…python#113485)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
…sions.rst` (pythonGH-113493) (python#113498)

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>
…pythonGH-113500) (python#113508)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
…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>
…n-seeking tarfile stream (pythonGH-31610) (pythonGH-113520)

(cherry picked from commit 0651936)

Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
python#113524)

pythongh-57795: Add news to idlelib/News3.txt (pythonGH-113522)
(cherry picked from commit 6c98fce)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
…() 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>
…owser.open` audit event (pythonGH-113544) (python#113550)

pythongh-113543: Make sure that `MacOSXOSAScript` sends `webbrowser.open` audit event (pythonGH-113544)
(cherry picked from commit fba3241)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
…pythonGH-113580) (python#113586)

pythongh-89414: Document that SIGCLD is not available on macOS (pythonGH-113580)

Document that SIGCLD is not available on macOS
(cherry picked from commit f48a1bc)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
…-110506) (python#113590)

Co-authored-by: Delgan <4193924+Delgan@users.noreply.github.com>
…rst` (pythonGH-113598) (python#113600)

(cherry picked from commit 30a6d79)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.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>
…ces (pythonGH-113629) (python#113642)

(cherry picked from commit 7595380)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
…isting errors (pythonGH-113607) (python#113653)

pythongh-113602: Bail out when the parser tries to override existing errors (pythonGH-113607)
(cherry picked from commit 9ed36d5)

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
…thonGH-113640) (python#113672)

pythongh-113628: Fix test_site test with long stdlib paths (pythonGH-113640)
(cherry picked from commit 5dc79e3)

Co-authored-by: Itamar Oren <itamarost@gmail.com>
… Limited/Unstable API & Stable ABI translation strings (python#113638) (python#113679)
…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>
…k when task is cancelled (pythonGH-113690) (python#113714)

(cherry picked from commit 4681a52)

Co-authored-by: Guido van Rossum <guido@python.org>
…ct_CallNoArgs as returning a strong reference (pythonGH-113697) (python#113699)

(cherry picked from commit 1ae7ceb)

Co-authored-by: Jamie Phan <jamie@ordinarylab.dev>
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.