COMMITS
/ Doc/c-api/exceptions.rst August 30, 2024
W
[3.12] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123512)
Wei-Hsiang (Matt) Wang committed
April 17, 2024
M
[3.12] gh-73231: Update documentation for PyErr_SetFromWindowsErr() (GH-117226) (GH-117973)
Miss Islington (bot) committed
February 11, 2024
M
[3.12] gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH-114825) (GH-115308)
Miss Islington (bot) committed
S
[3.12] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115292)
Serhiy Storchaka committed
December 31, 2023
December 13, 2023
M
[3.12] gh-101100: Improve docs on exception attributes (GH-113057) (#113061)
Miss Islington (bot) committed
October 30, 2023
M
[3.12] gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455) (GH-111507)
Miss Islington (bot) committed
October 2, 2023
A
[3.12] Fix typos in docs and comments (#109619) (#109621)
Alex Waygood committed
August 22, 2023
M
[3.12] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108284)
Miss Islington (bot) committed
August 8, 2023
M
[3.12] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552) (#107752)
Miss Islington (bot) committed
July 28, 2023
S
[3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107376)
Serhiy Storchaka committed
July 23, 2023
July 21, 2023
S
[3.12] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106956)
Serhiy Storchaka committed
S
[3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106951)
Serhiy Storchaka committed
June 6, 2023
V
[3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) (#105371)
Victor Stinner committed
June 2, 2023
M
May 30, 2023
M
[3.12] gh-105071: add missing versionadded directive (GH-105097) (#105105)
Miss Islington (bot) 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
February 11, 2020
R
bpo-38374: Remove weakref.ReferenceError from docs (GH-18452)
Roger Hurwitz committed
November 12, 2019
J
bpo-36974: expand call protocol documentation (GH-13844)
Jeroen Demeyer committed
November 7, 2019
V
bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080)
Victor Stinner committed
November 4, 2019
V
bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)
Victor Stinner committed
October 30, 2019
S
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka committed
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
August 25, 2019
N
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan committed
July 3, 2019
H
May 23, 2019
May 22, 2019
V
bpo-36829: Add sys.unraisablehook() (GH-13187)
Victor Stinner committed