-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Conversation
This file contains 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
…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>
hugovk
removed request for
abalkin,
cjw296,
JelleZijlstra,
barneygale,
ncoghlan,
iritkatriel,
pfmoore,
ericsnowcurrently,
hugovk,
pganssle,
rhettinger,
willingc,
gvanrossum,
pradyunsg,
serhiy-storchaka,
corona10,
ethanfurman,
markshannon,
pablogsal,
FFY00,
hauntsaninja,
erlend-aasland,
terryjreedy,
lysnikolaou,
ezio-melotti,
brandtbucher,
isidentical,
kumaraditya303 and
AlexWaygood
February 11, 2024 20:04
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.
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/