COMMITS
/ Doc/c-api/exceptions.rst February 12, 2024
S
[3.11] gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH-114825) (GH-115311)
Skip Montanaro committed
February 11, 2024
S
[3.11] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115293)
Serhiy Storchaka committed
December 13, 2023
M
[3.11] gh-101100: Improve docs on exception attributes (GH-113057) (#113062)
Miss Islington (bot) committed
September 29, 2023
August 22, 2023
S
[3.11] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108290)
Serhiy Storchaka committed
August 7, 2023
E
[3.11] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107753)
Eric Snow committed
July 28, 2023
S
[3.11] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107377)
Serhiy Storchaka committed
July 23, 2023
July 21, 2023
S
[3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957)
Serhiy Storchaka committed
S
[3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952)
Serhiy Storchaka committed
May 4, 2023
A
[3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154)
Adam Turner committed
October 5, 2022
M
[3.11] gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (GH-97774) (#97910)
Miss Islington (bot) committed
M
[3.11] gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (GH-97776) (#97889)
Miss Islington (bot) committed
October 4, 2022
M
gh-93738: Documentation C syntax (:c:data:`0` -> ``0``) (GH-97771)
Miss Islington (bot) committed
May 8, 2022
M
[3.11] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432) (GH-92469)
Miss Islington (bot) 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
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
May 6, 2019
D
Doc/c-api/exceptions.rst: fix grammar (#12091)
Daniel Hahler committed
February 27, 2019
G
Document the surprising sideeffect PyErr_Print(). (#12081)
Gregory P. Smith committed
January 24, 2019
E
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse committed
October 12, 2018
C
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella committed
May 19, 2017
D
Fix typos in multiple `.rst` files (#1668)
delirious-lettuce committed
April 15, 2017
C
April 2, 2017
December 25, 2016
S
Merge from 3.5.
Serhiy Storchaka committed
S
Issue #29068: Fixed a typo in PyErr_Fetch example.
Serhiy Storchaka committed
November 10, 2016
Y
Issue #28635: Fix a couple of missing/incorrect versionchanged tags
Yury Selivanov committed
September 7, 2016
E
Issue #15767: Use ModuleNotFoundError.
Eric Snow committed
E
Issue #15767: Add ModuleNotFoundError.
Eric Snow committed