COMMITS
/ Doc/c-api/typeobj.rst November 22, 2021
October 28, 2021
September 16, 2021
M
docs: correct references to __isub__ etc (GH-28297)
Miss Islington (bot) committed
August 4, 2021
M
Note that tp_clear and m_clear are not always called (GH-27581)
Miss Islington (bot) committed
July 23, 2021
M
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TAG no-op (GH-27260) (GH-27306)
Miss Islington (bot) committed
May 29, 2021
M
bpo-42085: [docs] Add versionadded for am_send in type object documentation (GH-25465) (GH-26453)
Miss Islington (bot) committed
May 2, 2021
B
bpo-43977: Document the new pattern matching type flags (GH-25734)
Brandt Bucher committed
April 30, 2021
V
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner committed
April 29, 2021
V
bpo-43774: Enhance debug build documentation (GH-25712)
Victor Stinner committed
V
bpo-43908: Document Static Types in the C API (GH-25710)
Victor Stinner committed
April 28, 2021
E
bpo-43908: Add Py_TPFLAGS_IMMUTABLETYPE flag (GH-25520)
Erlend Egeberg Aasland committed
November 18, 2020
V
bpo-42085: Add documentation for Py_TPFLAGS_HAVE_AM_SEND (GH-23374)
Vladimir Matveev committed
November 10, 2020
V
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780)
Vladimir Matveev committed
November 9, 2020
V
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Victor Stinner committed
August 13, 2020
V
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner committed
May 27, 2020
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