summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/tuple.rst
Commit message (Expand)AuthorAgeFilesLines
* GH-97950: Use new-style index directive ('object') (#104158)Adam Turner2023-05-041-1/+1
* no-issue: typo fix in c-api/tuple.rst (gh-98560)wim glenn2022-10-231-1/+1
* gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (...Adam Turner2022-10-041-1/+1
* gh-89653: PEP 670: Amend docs (GH-91813)Erlend Egeberg Aasland2022-04-221-2/+3
* bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)Antonio Cuni2021-01-061-3/+3
* bpo-42451: Indicate that PyTuple_GetItem does not support negative indices (G...Yasser A2020-11-301-1/+1
* bpo-40204, doc: Fix syntax of C variables (GH-21846)Victor Stinner2020-08-131-1/+1
* bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783)Zackery Spytz2020-04-291-5/+0
* bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005)Serhiy Storchaka2019-11-161-1/+4
* bpo-38600: NULL -> ``NULL``. (GH-17001)Serhiy Storchaka2019-10-301-11/+11
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-30/+30
* bpo-38557: Improve documentation for list and tuple C API. (GH-16925)Serhiy Storchaka2019-10-261-6/+12
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* Fix documented signatures for C API functions. (GH-11236)Serhiy Storchaka2018-12-191-1/+1
* bpo-29918: Add missed "const" modifiers in C API documentation. (#846)Serhiy Storchaka2017-03-301-12/+12
* Fix return type in doc of PyStructSequence_InitType2.R David Murray2014-02-241-1/+1
* whatsnew: PyStructSequence_InitType2, Victor's MemoryError fixes.R David Murray2014-02-221-0/+8
* Closes #13833: document PyStructSequence C-API functions.Georg Brandl2013-10-121-0/+100
* #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-19/+19
* 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-40/+0
* Merged revisions 71920-71923,71925-71929,71931-71934,71937 via svnmerge fromJeroen Ruigrok van der Werven2009-04-271-0/+12
* Merged revisions 71898-71900,71910,71914-71919 via svnmerge fromJeroen Ruigrok van der Werven2009-04-261-0/+29
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-191-1/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-161-0/+4
* Split C API docs in Py3k branch.Georg Brandl2008-01-201-0/+107