COMMITS
/ Doc/c-api/typeobj.rst March 3, 2020
P
bpo-39778: Add clarification about tp_traverse and ownership (GH-18754)
Pablo Galindo committed
February 6, 2020
P
bpo-39245: Make Vectorcall C API public (GH-17893)
Petr Viktorin committed
February 3, 2020
V
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner committed
November 22, 2019
A
Fix quoted signature of setattrofunc (GH-17251)
Alex committed
November 12, 2019
J
bpo-36974: expand call protocol documentation (GH-13844)
Jeroen Demeyer 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
September 27, 2019
A
bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248)
Ammar Askar committed
September 13, 2019
J
bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095)
Julien Palard committed
September 11, 2019
E
bpo-38103: fix conflicting labels in the docs. (GH-15906)
Ezio Melotti committed
June 20, 2019
June 2, 2019
J
bpo-36974: document PEP 590 (GH-13450)
Jeroen Demeyer committed
May 29, 2019
A
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944)
Antoine Pitrou committed
May 28, 2019
J
bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338)
Jeroen Demeyer committed
May 24, 2019
P
bpo-34626: Document creating heap types from the C-API (GH-9154)
Petr Viktorin committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
April 8, 2019
A
Correct "inplace" with "in-place" (GH-10480)
Andre Delfino committed
March 15, 2019
S
Add the meaning of the returned value of PyTypeObject.tp_init (GH-12325)
Stéphane Wirtel committed
June 14, 2018
E
bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413)
Eric Snow committed
May 22, 2018
S
bpo-5945: Improve mappings and sequences C API docs. (GH-7029)
Serhiy Storchaka committed
November 2, 2017
September 15, 2017
M
bpo-29916: Include PyGetSetDef in C API extension documentation. (#831)
Michael Seifert committed
December 10, 2016
M
Issue #28771: Merge C API doc fix from 3.6
Martin Panter committed
M
Issue #28771: Update tp_get/setattr signature documentation
Martin Panter committed
November 22, 2016
S
Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
Serhiy Storchaka committed
October 27, 2016
S
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka committed
October 7, 2016
S
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Serhiy Storchaka committed
June 18, 2016
M
Issue #24314: Fix doc links for general attributes like __name__, __dict__
Martin Panter committed
December 8, 2015
M
Issue #25701: Document C API functions that both set and delete objects
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
June 23, 2015
Y
docs.capi: Fix tp_as_async doc
Yury Selivanov committed
May 28, 2015
Y
Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
Yury Selivanov committed
May 21, 2015
Y
Issue 24180: Fixes by Berker Peksag.
Yury Selivanov committed
Y
Issue 24180: Documentation for PEP 492 changes.
Yury Selivanov committed
October 5, 2014
G
merge with 3.4
Georg Brandl committed
G
Closes #19477: remove outdated documentation of tp_print type object slot.
Georg Brandl committed
July 3, 2014
A
Update docs about tp_richcompare
Andrew Svetlov committed
April 28, 2014
A
Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury V. Zaytsev.
Antoine Pitrou committed
A
Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury V. Zaytsev.
Antoine Pitrou committed
April 10, 2014
B
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson committed
April 8, 2014
B
the name of the slot of nb_multiply not nb_mul
Benjamin Peterson committed
March 16, 2014
L
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings 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 16, 2013
S
Issue #18743: Fix references to non-existant "StringIO" module.
Serhiy Storchaka committed
S
Issue #18743: Fix references to non-existant "StringIO" module.
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