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