summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/tuple.rst
Commit message (Collapse)AuthorAgeFilesLines
* bpo-38557: Improve documentation for list and tuple C API. (GH-16925)Miss Skeleton (bot)2019-10-261-6/+12
| | | | | (cherry picked from commit d898d20e8c228229eb68e545f544db13f246f216) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* update to new C roles and directivesSandro Tosi2012-01-141-29/+29
|
* Dont put "void" in signature for nullary functions.Georg Brandl2009-07-241-1/+1
|
* Issue #4129: more int -> Py_ssize_t documentation.Jeroen Ruigrok van der Werven2009-04-251-0/+12
|
* Issue #4129: Belatedly document which C API functions had their argument(s) orJeroen Ruigrok van der Werven2009-04-251-0/+28
| | | | | return type changed from int or int * to Py_ssize_t or Py_ssize_t * as this might cause problems on 64-bit platforms.
* Fix function name.Georg Brandl2008-02-171-1/+1
|
* Implemented Martin's suggestion to clear the free lists during the garbage ↵Christian Heimes2008-02-141-0/+7
| | | | collection of the highest generation.
* Split the monstrous C API manual files in smaller parts.Georg Brandl2008-01-191-0/+117