COMMITS
/ Doc/c-api/type.rst May 11, 2020
May 7, 2020
P
bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936)
Petr Viktorin committed
February 5, 2020
V
bpo-39542: Convert PyType_Check() to static inline function (GH-18364)
Victor Stinner 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 25, 2019
P
bpo-38140: Document offsets in PyMemberDef (GH-16354)
Petr Viktorin committed
September 19, 2019
E
bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076)
Eddie Elizondo committed
September 15, 2019
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
November 29, 2018
E
bpo-16086: Fix PyType_GetFlags() documentation (GH-10758)
Eddie Elizondo committed
October 6, 2014
G
G
Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__.
Georg Brandl committed
February 9, 2014
N
Tweaks to What's New and some referenced docs
Nick Coghlan committed
February 4, 2014
M
Issue #17162: Add PyType_GetSlot.
Martin v. Löwis committed
August 1, 2013
A
Issue #18589: fix hyperlinking of type slots (tp_*)
Antoine Pitrou committed
June 23, 2012
M
Fix whitespace.
Martin v. Löwis committed
M
Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber.
Martin v. Löwis committed
June 3, 2012
E
Issue #14090: fix some minor C API problems in default branch (3.3)
Eli Bendersky committed
E
Issue #14424: Document PyType_GenericAlloc, and fix the documentation of PyType_GenericNew
Eli Bendersky committed
February 27, 2012
E
Some corrections for the Doc/extending documentation. Closes #14129
Eli Bendersky committed
February 20, 2012
B
add generic implementation of a __dict__ descriptor for C types
Benjamin Peterson committed
February 5, 2011
M
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
Martin v. Löwis committed
October 17, 2010
G
#9204: remove mentions of removed types in the types module.
Georg Brandl committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
July 29, 2009
A
Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from
Alexandre Vassalotti committed
April 27, 2009
J
After discussing some more with Georg, do no migrate versionchanged:: 2.5 to
Jeroen Ruigrok van der Werven committed
April 26, 2009
J
Merged revisions 71898-71900,71910,71914-71919 via svnmerge from
Jeroen Ruigrok van der Werven committed
June 10, 2008
February 16, 2008
January 27, 2008
C
Merged revisions 60364-60378 via svnmerge from
Christian Heimes committed
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed