summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/typeobj.rst
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927)Victor Stinner2017-10-171-1/+1
* bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) (#3609)Michael Seifert2017-09-161-15/+0
* Fix references within buffer protocol docs (#1016)Eric Wieser2017-04-061-4/+4
* Issue #28771: Correct documentation of signatures using constMartin Panter2016-12-011-6/+8
* Issue #25701: Document that some C APIs can both set and delete itemsMartin Panter2016-11-301-10/+16
* Issue #18287: PyType_Ready() now checks that tp_name is not NULL.Serhiy Storchaka2016-10-071-1/+2
* Issue #24314: Add links for general attributes like __name__, __dict__Martin Panter2016-06-181-2/+2
* Issue #20643: Fixed references to the next() method (distinguish from theSerhiy Storchaka2014-09-051-1/+1
* the name of the slot of nb_multiply not nb_mulBenjamin Peterson2014-04-081-1/+2
* Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-091-4/+4
* Issue #18743: Improved cross-references to the StringIO class.Serhiy Storchaka2013-08-291-1/+1
* Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-011-140/+140
* Use Python 3 instead of 3.0.Ezio Melotti2012-05-031-1/+1
* update to new C roles and directivesSandro Tosi2012-01-141-169/+169
* Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,...Georg Brandl2011-02-251-3/+5
* #8085: The function is called PyObject_NewVar, not PyObject_VarNew.Georg Brandl2010-03-071-1/+1
* #6336: Add nb_divide.Georg Brandl2009-07-291-0/+1
* Issue #4129: field changed from int to Py_ssize_t.Jeroen Ruigrok van der Werven2009-04-251-0/+4
* #5488: add missing struct member.Georg Brandl2009-03-151-0/+1
* tp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901Benjamin Peterson2009-01-101-1/+1
* Issue 2235: document PyObject_HashNotImplementedNick Coghlan2008-08-181-0/+8
* #2727: clarify tp_iternext docs.Georg Brandl2008-04-301-5/+6
* A lot more typo fixes by Ori Avtalion.Georg Brandl2008-02-221-2/+2
* #1219903: fix tp_richcompare docs.Georg Brandl2008-01-201-7/+13
* Split the monstrous C API manual files in smaller parts.Georg Brandl2008-01-191-0/+1425