summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/arg.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of versionadded/versionchanged related markup errors.Georg Brandl2012-06-241-2/+3
* Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support.Larry Hastings2012-05-051-0/+9
* Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords.Larry Hastings2012-03-201-0/+9
* c-api: Replace PyUnicodeObject* by PyObject* in "U" format docVictor Stinner2011-12-011-1/+1
* Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format.Eli Bendersky2011-07-291-3/+5
* Issue #10840: make it explicit that "s*" and friends provide contiguous memory.Antoine Pitrou2011-01-061-3/+4
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-99/+99
* #9911: doc copyedits.Georg Brandl2010-09-211-1/+1
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-5/+6
* #9158: Fix y* format of PyArg_Parse*() functions documentationVictor Stinner2010-07-051-1/+1
* Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, useVictor Stinner2010-06-251-14/+4
* Issue #8939: Improve arg.rstVictor Stinner2010-06-181-5/+5
* Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z"Victor Stinner2010-06-131-0/+2
* Fix some bugs in c-api/arg.rst documentationVictor Stinner2010-06-111-16/+15
* Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing formatVictor Stinner2010-06-081-7/+0
* Issue #8925: fix types of Py_Parse*() and Py_BuildValue() functionsVictor Stinner2010-06-071-89/+91
* Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s#Victor Stinner2010-06-071-4/+2
* Issue #8593: Fix, reorder and improve the documentation for argument parsingAntoine Pitrou2010-05-031-97/+142
* add versionaddedBenjamin Peterson2010-04-251-0/+2
* prevent the dict constructor from accepting non-string keyword args #8419Benjamin Peterson2010-04-241-0/+7
* Merged revisions 77242 via svnmerge fromGregory P. Smith2010-01-021-3/+3
* Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-...Alexandre Vassalotti2009-07-291-1/+1
* Issue #6012: Add cleanup support to O& argument parsing.Martin v. Löwis2009-05-291-0/+8
* After discussing some more with Georg, do no migrate versionchanged:: 2.5 toJeroen Ruigrok van der Werven2009-04-271-4/+0
* Merged revisions 71898-71900,71910,71914-71919 via svnmerge fromJeroen Ruigrok van der Werven2009-04-261-4/+8
* Py_BuildValue's 'c' code should use byte strings #5666Benjamin Peterson2009-04-031-3/+7
* make 'c' only accept bytes and 'C' only unicode #5499Benjamin Peterson2009-04-021-1/+5
* Fix a few more references to long integers in the docs.Mark Dickinson2009-01-171-4/+4
* Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge...Georg Brandl2009-01-031-2/+3
* Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,...Benjamin Peterson2009-01-011-2/+8
* Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,...Benjamin Peterson2008-12-271-2/+2
* #4427: fix arguments for "y" BuildValue type.Georg Brandl2008-12-051-1/+1
* Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-...Benjamin Peterson2008-11-301-9/+17
* Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple andGregory P. Smith2008-11-231-2/+8
* document 'y(#)' format codes for Py_BuildValueBenjamin Peterson2008-10-211-0/+8
* #3753: document that s* etc. are newer and preferred to s#.Georg Brandl2008-09-011-25/+29
* Merged revisions 65654 via svnmerge fromMartin v. Löwis2008-08-131-0/+15
* Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge...Christian Heimes2008-03-041-4/+8
* Split C API docs in Py3k branch.Georg Brandl2008-01-201-0/+509