summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/arg.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-1/+1
| | | | | The original form is incorrect grammar and feels awkward, even though the meaning is clear.
* Issue #26198: Fixed error messages for some argument parsing errors.Serhiy Storchaka2016-02-071-1/+2
| | | | | Fixed the documented about buffer overflow error for "es#" and "et#" format units.
* update to new C roles and directivesSandro Tosi2012-01-141-84/+84
|
* Issue #13302: backport part of 3ed28f28466fSandro Tosi2012-01-011-0/+5
|
* Issue #8227: Fix C API documentation, argument parsingVictor Stinner2010-04-031-10/+10
| | | | | * 'z', 'z#', 'z*' does also accept Unicode * unify types name: replace "string or Unicode objet" by "string or Unicode"
* Correct documentation for s* z* and w*, the argument that should be passedGregory P. Smith2010-01-021-3/+3
| | | | is the address of a Py_buffer, not a Py_buffer *.
* Fix arg types of et#.Georg Brandl2009-07-241-1/+1
|
* 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