COMMITS
/ Doc/c-api/exceptions.rst 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
October 4, 2022
A
gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (#97776)
Adam Turner committed
A
gh-93738: Documentation C syntax (:c:data:`0` -> ``0``) (#97771)
Adam Turner committed
May 8, 2022
H
GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432)
Hugo van Kemenade committed
April 15, 2022
I
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
Irit Katriel committed
April 2, 2022
J
More minor fixes to C API docs (GH-31714)
Jelle Zijlstra committed
February 23, 2022
J
Minor fixes to C API docs (GH-31501)
Jelle Zijlstra committed
November 30, 2021
August 23, 2021
S
[doc] Fix typo c-api/exceptions.rst (GH-27847)
Sunny Bean committed
May 7, 2021
I
bpo-44029: Remove Py_UNICODE APIs (GH-25881)
Inada Naoki committed
April 17, 2021
I
Fix typo in exceptions.rst (GH-25434)
Ikko Ashimine committed
March 11, 2021
A
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Antoine Pitrou committed
November 2, 2020
V
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner committed
August 13, 2020
V
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner committed
August 7, 2020
I
bpo-41098: Doc: Add missing deprecated directives (GH-21162)
Inada Naoki committed
March 12, 2020
D
Doc: Fix grammar in PyErr_ResourceWarning (GH-18879)
Daniel Hahler committed