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