summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/structures.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901) (GH-21928)Victor Stinner2020-08-201-9/+9
* [3.8] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-1...Serhiy Storchaka2019-10-301-10/+10
* bpo-28805: document METH_FASTCALL (GH-14079)Miss Islington (bot)2019-06-161-12/+51
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH...Windson yang2018-11-171-1/+2
* bpo-29916: Include PyGetSetDef in C API extension documentation. (#831)Michael Seifert2017-09-151-0/+40
* bpo-29918: Add missed "const" modifiers in C API documentation. (#846)Serhiy Storchaka2017-03-301-34/+34
* bpo-29917: DOC: Remove link from PyMethodDef (#890)csabella2017-03-301-2/+2
* Issue #15657: METH_KEYWORDS cannot be used alone in Python 3Martin Panter2017-01-111-1/+1
* 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
* Fix usage of the default role.Zachary Ware2015-07-071-3/+4
* Fix suspicious markupZachary Ware2015-07-071-1/+1
* issue9014: Include more formatting on :c:type:`PyObject` etc.Gregory P. Smith2015-04-141-3/+3
* issue9014: Properly document PyObject_HEAD and friends post-PEP-3123.Gregory P. Smith2015-04-141-29/+41
* fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-1/+1
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-46/+46
* Merged revisions 77271 via svnmerge fromEzio Melotti2010-01-031-1/+1
* Merged revisions 77157 via svnmerge fromBenjamin Peterson2009-12-301-1/+4
* #6421: The self argument of module-level PyCFunctions is now a reference to t...Georg Brandl2009-07-111-9/+7
* Merged revisions 71874,71882,71890 via svnmerge fromJeroen Ruigrok van der Werven2009-04-261-1/+18
* Merged revisions 71873 via svnmerge fromJeroen Ruigrok van der Werven2009-04-261-49/+54
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-1/+1
* Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge...Georg Brandl2009-01-031-0/+61
* #3247: get rid of Py_FindMethodsAmaury Forgeot d'Arc2008-07-021-6/+0
* Merged revisions 61952-61953 via svnmerge fromChristian Heimes2008-03-261-1/+1
* Split C API docs in Py3k branch.Georg Brandl2008-01-201-0/+206