summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/mapping.rst
Commit message (Collapse)AuthorAgeFilesLines
* update to new C roles and directivesSandro Tosi2012-01-141-12/+12
|
* Issue #4129: Belatedly document which C API functions had their argument(s) orJeroen Ruigrok van der Werven2009-04-251-1/+6
| | | | | return type changed from int or int * to Py_ssize_t or Py_ssize_t * as this might cause problems on 64-bit platforms.
* Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*.Georg Brandl2008-03-281-5/+5
|
* Split the monstrous C API manual files in smaller parts.Georg Brandl2008-01-191-0/+78