summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/sequence.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix some more small markup problems.Georg Brandl2009-05-301-5/+5
|
* Issue #4129: int -> Py_ssize_t documentation.Jeroen Ruigrok van der Werven2009-04-251-0/+8
|
* Issue #4129: Belatedly document which C API functions had their argument(s) orJeroen Ruigrok van der Werven2009-04-251-4/+44
| | | | | return type changed from int or int * to Py_ssize_t or Py_ssize_t * as this might cause problems on 64-bit platforms.
* Remove trailing whitespace.Georg Brandl2009-01-031-2/+2
|
* Add cautionary note on the use of PySequence_Fast_ITEMS.Raymond Hettinger2008-07-111-0/+4
|
* Split the monstrous C API manual files in smaller parts.Georg Brandl2008-01-191-0/+166