COMMITS
/ Doc/extending/newtypes.rst November 2, 2025
April 11, 2025
B
gh-111178: fix incorrect function signatures in docs (#132395)
Bénédikt Tran committed
September 25, 2024
May 26, 2024
N
docs: fix a few typos identified by codespell (#119516)
Ned Batchelder committed
February 11, 2024
S
gh-115172: Fix explicit index extries for the C API (GH-115173)
Serhiy Storchaka committed
November 25, 2023
H
gh-101100: Fix Sphinx reference warnings (GH-112416)
Hugo van Kemenade committed
August 22, 2023
S
gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)
Serhiy Storchaka committed
July 27, 2023
S
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
Serhiy Storchaka committed
S
gh-107091: Fix some uses of :attr: role (GH-107318)
Serhiy Storchaka committed
June 16, 2023
May 6, 2023
A
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner committed
April 24, 2023
A
gh-103712: Increase the length of the type name in AttributeError messages (#103713)
Alex Gaynor committed
November 22, 2022
P
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH-99014)
Petr Viktorin committed
October 6, 2022
A
gh-93738: Disallow pre-v3 syntax in the C domain (#97962)
Adam Turner committed
October 5, 2022
A
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner committed
August 30, 2022
M
GH-95245: Document use of `MANAGED` flags instead of offsets. (GH-96044)
Mark Shannon committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
November 2, 2021
D
bpo-45633: Fix newtypes doc typo (GH-29318)
Dmitry Smirnov committed
October 27, 2021
S
bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246)
Sam Gross committed
April 30, 2021
S
bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)
Steve Dower committed
April 29, 2021
R
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
Ryan Hileman committed
April 8, 2021
V
bpo-43774: Document configure options (GH-25283)
Victor Stinner committed
October 30, 2019
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
July 4, 2019
J
bpo-37493: use _PyObject_CallNoArg in more places (GH-14575)
Jeroen Demeyer committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
June 14, 2018
E
bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413)
Eric Snow committed
April 7, 2018
A
bpo-33201: Modernize "Extension types" doc (GH-6337)
Antoine Pitrou committed
February 9, 2018
S
Make formatting of some return codes conforming to the general style. (#5587)
Serhiy Storchaka committed
November 24, 2017
E
Extending Python Doc minor updates (GH-4518)
Emanuele Gaifas committed
September 22, 2017
S
bpo-31443: Formulate the type slot initialization rules in terms of C99. (#3688)
Stefan Krah committed
August 24, 2017
I
bpo-31095: fix potential crash during GC (GH-2974)
INADA Naoki committed
May 3, 2017
U
bpo-28315: Improve code examples in docs (GH-1372)
UltimateCoder committed
March 30, 2017
S
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka committed
November 22, 2016
S
Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
Serhiy Storchaka committed
November 21, 2016
S
Fixed the documentation of the structure PyMethodDef.
Serhiy Storchaka committed
October 7, 2016
S
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Serhiy Storchaka committed
August 3, 2016
B
Issue #23710: Update PyObject_HEAD documentation
Berker Peksag committed
July 26, 2016
M
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter committed
August 25, 2015
M
Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async field
Martin Panter committed
M
Issue #24808: Update the documentation of some PyTypeObject fields
Martin Panter committed
May 21, 2015
Y
Issue 24180: Documentation for PEP 492 changes.
Yury Selivanov committed
April 13, 2015
R
#17380: Document tp_init return value in extending docs.
R David Murray committed
February 17, 2015
S
Issue #22883: Update PyInt to PyLong in C API example.
Serhiy Storchaka committed
September 27, 2014
B
Revert #22251
Berker Peksag committed
B
Issue #22251: Fix ReST markup to avoid errors building docs.
Berker Peksag committed
October 9, 2013
S
Issue 19195: Improved cross-references in C API documentation.
Serhiy Storchaka committed
S
Issue 19195: Improved cross-references in C API documentation.
Serhiy Storchaka committed
August 1, 2013
A
Issue #18589: fix hyperlinking of type slots (tp_*)
Antoine Pitrou committed
A
Issue #18589: fix hyperlinking of type slots (tp_*)
Antoine Pitrou committed
July 30, 2013
A
Merge doc fix
Antoine Pitrou committed