summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/type.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)Antonio Cuni2021-01-061-2/+4
* bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441)Serhiy Storchaka2020-11-221-4/+4
* bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec...Serhiy Storchaka2020-11-211-2/+4
* bpo-41832: Restore note about NULL in PyType_Slot.pfunc (GH-23243)Hai Shi2020-11-141-0/+2
* bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931)Hai Shi2020-11-101-2/+4
* bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123)Hai Shi2020-11-061-2/+4
* Note the buffer slots can be set with PyType_Spec with the unlimited API. (GH...Benjamin Peterson2020-09-021-1/+10
* bpo-38787: Clarify docs for PyType_GetModule and warn against common mistake ...Petr Viktorin2020-08-271-1/+11
* bpo-40584: Update PyType_FromModuleAndSpec() to process tp_vectorcall_offset ...Hai Shi2020-05-111-0/+1
* bpo-38787: C API for module state access from extension methods (PEP 573) (GH...Petr Viktorin2020-05-071-1/+35
* bpo-39542: Convert PyType_Check() to static inline function (GH-18364)Victor Stinner2020-02-051-6/+6
* bpo-36974: expand call protocol documentation (GH-13844)Jeroen Demeyer2019-11-121-0/+1
* bpo-38600: NULL -> ``NULL``. (GH-17001)Serhiy Storchaka2019-10-301-1/+1
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-5/+5
* bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248)Ammar Askar2019-09-271-1/+2
* bpo-38140: Document offsets in PyMemberDef (GH-16354)Petr Viktorin2019-09-251-1/+4
* bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076)Eddie Elizondo2019-09-191-2/+1
* bpo38158: Removing nonexistant member "doc" from PyType_Spec documentation (G...t k2019-09-151-4/+0
* bpo-34626: Document creating heap types from the C-API (GH-9154)Petr Viktorin2019-05-241-12/+103
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* bpo-16086: Fix PyType_GetFlags() documentation (GH-10758)Eddie Elizondo2018-11-291-1/+4
* Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention...Georg Brandl2014-10-061-1/+1
* Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__.Georg Brandl2014-10-061-0/+6
* Tweaks to What's New and some referenced docsNick Coghlan2014-02-091-1/+1
* Issue #17162: Add PyType_GetSlot.Martin v. Löwis2014-02-041-0/+10
* Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-011-5/+5
* Fix whitespace.Martin v. Löwis2012-06-231-1/+1
* Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber.Martin v. Löwis2012-06-231-0/+12
* Issue #14090: fix some minor C API problems in default branch (3.3)Eli Bendersky2012-06-031-2/+2
* Issue #14424: Document PyType_GenericAlloc, and fix the documentation of PyTy...Eli Bendersky2012-06-031-4/+5
* Some corrections for the Doc/extending documentation. Closes #14129Eli Bendersky2012-02-271-1/+2
* add generic implementation of a __dict__ descriptor for C typesBenjamin Peterson2012-02-201-1/+0
* Issue #11067: Add PyType_GetFlags, to support PyUnicode_CheckMartin v. Löwis2011-02-051-0/+8
* #9204: remove mentions of removed types in the types module.Georg Brandl2010-10-171-4/+2
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-12/+12
* Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-...Alexandre Vassalotti2009-07-291-1/+1
* After discussing some more with Georg, do no migrate versionchanged:: 2.5 toJeroen Ruigrok van der Werven2009-04-271-4/+0
* Merged revisions 71898-71900,71910,71914-71919 via svnmerge fromJeroen Ruigrok van der Werven2009-04-261-0/+4
* Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,...Georg Brandl2008-06-101-1/+8
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-161-2/+0
* Merged revisions 60364-60378 via svnmerge fromChristian Heimes2008-01-271-0/+7
* Split C API docs in Py3k branch.Georg Brandl2008-01-201-0/+68