COMMITS
/ Doc/c-api/exceptions.rst March 10, 2026
H
Python 3.15.0a7
Hugo van Kemenade committed
March 2, 2026
February 21, 2026
P
gh-144748: Document 3.12 and 3.14 changes to `PyErr_CheckSignals` (GH-144982)
Peter Bierma committed
February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
January 17, 2026
P
gh-141004: Document `PyException_HEAD` and `PyDescr_COMMON` (GH-143896)
Peter Bierma committed
November 13, 2025
S
gh-141004: Document `PyErr_RangedSyntaxLocationObject` (#141521)
Stan Ulbrych committed
V
gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (#139668)
Victor Stinner committed
November 9, 2025
P
gh-141004: Document `PyExceptionInstance*` APIs (GH-141301)
Peter Bierma committed
November 8, 2025
P
gh-141004: Document `PyErr_ProgramTextObject` and `PyErr_ProgramText` (GH-141250)
Peter Bierma committed
November 7, 2025
P
gh-141004: Document `PyTraceBack*` APIs (GH-141192)
Peter Bierma committed
P
gh-141004: Document `PyErr_WarnExplicitFormat` (GH-141187)
Peter Bierma committed
November 6, 2025
P
gh-141004: Document `Py_GetRecursionLimit` and `Py_SetRecursionLimit` (GH-141151)
Peter Bierma committed
July 10, 2025
P
gh-136209: Add .. c:var:: declarations for C exception types (GH-136210)
Petr Viktorin committed
June 20, 2025
Y
Docs: Document `PyExceptionClass` functions in the C API (GH-135697)
Yuki Kobayashi committed
June 6, 2025
Y
Docs: Update `PyExc_*` tables in the c-api documentation (GH-131640)
Yuki Kobayashi committed
March 20, 2025
P
gh-127989: C API: Refer to "attached thread states" instead of the GIL (GH-127990)
Peter Bierma committed
February 25, 2025
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 24, 2025
February 19, 2025
M
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon committed
December 4, 2024
B
gh-123378: Ensure results of `PyUnicode*Error_Get{Start,End}` are clamped (GH-123380)
Bénédikt Tran committed
September 25, 2024
September 18, 2024
P
gh-118915: Add/fix docs entries for some new 3.13 C API (GH-124134)
Petr Viktorin committed
August 30, 2024
W
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang committed
April 29, 2024
X
Fix typo in Doc/c-api/exceptions.rst (GH-118371)
Xie Yanbo committed
April 17, 2024
S
gh-73231: Update documentation for PyErr_SetFromWindowsErr() (GH-117226)
Serhiy Storchaka committed
February 25, 2024
B
gh-115799: Add missing double-quote in docs (#115884)
bssyousefi committed
February 11, 2024
S
gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH-114825)
Skip Montanaro committed
S
gh-115172: Fix explicit index extries for the C API (GH-115173)
Serhiy Storchaka committed
December 31, 2023
December 13, 2023
A
gh-101100: Improve docs on exception attributes (GH-113057)
Alex Waygood committed
October 31, 2023
S
gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)
Serhiy Storchaka committed
October 30, 2023
S
gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455)
Serhiy Storchaka committed
September 20, 2023
H
Fix typos in docs and comments (#109619)
Heinz-Alexander Fuetterer committed
August 22, 2023
S
gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)
Serhiy Storchaka committed
August 7, 2023
E
gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)
Eric Snow committed
July 27, 2023
V
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner committed
July 23, 2023
E
gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (#107062)
Erlend E. Aasland committed
July 21, 2023
S
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka committed
S
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka committed
June 6, 2023
V
gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
Victor Stinner committed
June 2, 2023
May 30, 2023
I
gh-105071: add missing versionadded directive (#105097)
Irit Katriel committed
May 4, 2023
A
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner committed
March 24, 2023
H
gh-101100: Test docs in nit-picky mode (#102513)
Hugo van Kemenade committed
March 16, 2023
I
gh-102755: Add PyErr_DisplayException(exc) (#102756)
Irit Katriel committed
February 21, 2023
E
gh-101578: Amend exception docs (#102057)
Erlend E. Aasland committed
February 19, 2023
E
gh-101578: Amend PyErr_{Set,Get}RaisedException docs (#101962)
Erlend E. Aasland committed
February 8, 2023
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
October 5, 2022
A
gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (#97774)
Adam Turner committed