COMMITS
/ Doc/c-api/type.rst October 17, 2022
C
[3.10] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98373)
C.A.M. Gerlach committed
April 2, 2022
J
[3.10] More minor fixes to C API docs (GH-31525) (GH-32258)
Jelle Zijlstra committed
September 18, 2021
M
[3.10] Fix minor typo in Doc/c-api/type.rst (GH-28432) (GH-28440)
Miss Islington (bot) committed
August 3, 2021
M
bpo-41886: Fix documented type of PyType_Type (GH-22454)
Miss Islington (bot) committed
May 29, 2021
M
bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445) (#26446)
Miss Islington (bot) committed
M
bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26442) (GH-26443)
Miss Islington (bot) committed
April 29, 2021
V
bpo-43908: Document Static Types in the C API (GH-25710)
Victor Stinner committed
January 6, 2021
A
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Antonio Cuni committed
November 22, 2020
S
bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441)
Serhiy Storchaka committed
November 21, 2020
S
bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec() (GH-23410)
Serhiy Storchaka committed
November 14, 2020
H
bpo-41832: Restore note about NULL in PyType_Slot.pfunc (GH-23243)
Hai Shi committed
November 10, 2020
H
bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931)
Hai Shi committed
November 6, 2020
H
bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123)
Hai Shi committed
September 2, 2020
B
Note the buffer slots can be set with PyType_Spec with the unlimited API. (GH-22031)
Benjamin Peterson committed
August 27, 2020
P
bpo-38787: Clarify docs for PyType_GetModule and warn against common mistake (GH-20215)
Petr Viktorin committed
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