summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/arg.rst
Commit message (Collapse)AuthorAgeFilesLines
* Reference to an int type, whereas it's a Py_ssize_t as the synopsis states.Jeroen Ruigrok van der Werven2009-04-251-3/+3
|
* Issue #4129: Belatedly document which C API functions had their argument(s) orJeroen Ruigrok van der Werven2009-04-251-0/+4
| | | | | return type changed from int or int * to Py_ssize_t or Py_ssize_t * as this might cause problems on 64-bit platforms.
* Reformat file prior to editing.Jeroen Ruigrok van der Werven2009-04-251-239/+252
|
* #4811: fix markup glitches (mostly remains of the conversion),Georg Brandl2009-01-021-6/+7
| | | | found by Gabriel Genellina.
* Document Py_VaBuildValue.Alexandre Vassalotti2008-12-281-0/+5
|
* #4682: 'b' is actually unsigned char.Georg Brandl2008-12-271-2/+3
|
* less attitudeBenjamin Peterson2008-12-221-2/+2
|
* w# requires Py_ssize_tChristian Heimes2008-11-301-1/+1
|
* Document PY_SSIZE_T_CLEAN for PyArg_ParseTuple.Gregory P. Smith2008-11-241-1/+6
|
* fix markupBenjamin Peterson2008-08-161-0/+1
|
* Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,Martin v. Löwis2008-08-121-0/+16
| | | | | | | by denying s# to parse objects that have a releasebuffer procedure, and introducing s*. More module might need to get converted to use s*.
* #2230: document that PyArg_* leaves addresses alone on error.Georg Brandl2008-03-041-4/+8
|
* Missed one big file to split up.Georg Brandl2008-01-191-0/+509