summaryrefslogtreecommitdiff
path: root/Doc/c-api/type.rst
Commit message (Expand)AuthorAgeFilesLines
* 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-191-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