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