summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/structures.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) (#3609)Michael Seifert2017-09-161-0/+40
* bpo-29917: DOC: Remove link from PyMethodDef (#890) (#896)Senthil Kumaran2017-03-301-2/+2
* Issue #28496: Mark up constants 0, 1 and -1 that denote return values orSerhiy Storchaka2016-10-271-1/+1
* Issue #15657: Delete incorrect statement from PyMethodDef documentationBerker Peksag2016-06-121-3/+2
* Per issue21949 and issue1629: Document the Py_SIZE, Py_TYPE, Py_REFCNT macros.Gregory P. Smith2016-01-221-0/+31
* fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-1/+1
* Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-011-2/+2
* update to new C roles and directivesSandro Tosi2012-01-141-46/+46
* #10398: manual backport of r73943.Georg Brandl2010-11-121-9/+7
* :stmt: -> :keyword:Ezio Melotti2010-01-031-1/+1
* check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604)Benjamin Peterson2009-12-301-1/+4
* First attempt to document PyObject_HEAD_INIT and PyVarObject_HEAD_INIT.Jeroen Ruigrok van der Werven2009-04-251-1/+18
* Reformat prior to expanding.Jeroen Ruigrok van der Werven2009-04-251-57/+63
* #5618: fix typo.Georg Brandl2009-03-311-1/+1
* Grammar fix.Georg Brandl2009-01-031-4/+3
* Remove trailing whitespace.Georg Brandl2009-01-031-1/+1
* document PyMemberDefBenjamin Peterson2009-01-021-0/+63
* Typo: "objects reference count" -> "object's reference count"Mark Dickinson2008-03-261-1/+1
* Split the monstrous C API manual files in smaller parts.Georg Brandl2008-01-191-0/+212