| Commit message (Expand) | Author | Age | Files | Lines |
* | c-api: Replace PyUnicodeObject* by PyObject* in "U" format doc | Victor Stinner | 2011-12-01 | 1 | -1/+1 |
|
|
* | Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. | Eli Bendersky | 2011-07-29 | 1 | -3/+5 |
|
|
* | Issue #10840: make it explicit that "s*" and friends provide contiguous memory. | Antoine Pitrou | 2011-01-06 | 1 | -3/+4 |
|
|
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -99/+99 |
|
|
* | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 1 | -1/+1 |
|
|
* | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -5/+6 |
|
|
* | #9158: Fix y* format of PyArg_Parse*() functions documentation | Victor Stinner | 2010-07-05 | 1 | -1/+1 |
|
|
* | Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use | Victor Stinner | 2010-06-25 | 1 | -14/+4 |
|
|
* | Issue #8939: Improve arg.rst | Victor Stinner | 2010-06-18 | 1 | -5/+5 |
|
|
* | Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" | Victor Stinner | 2010-06-13 | 1 | -0/+2 |
|
|
* | Fix some bugs in c-api/arg.rst documentation | Victor Stinner | 2010-06-11 | 1 | -16/+15 |
|
|
* | Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format | Victor Stinner | 2010-06-08 | 1 | -7/+0 |
|
|
* | Issue #8925: fix types of Py_Parse*() and Py_BuildValue() functions | Victor Stinner | 2010-06-07 | 1 | -89/+91 |
|
|
* | Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# | Victor Stinner | 2010-06-07 | 1 | -4/+2 |
|
|
* | Issue #8593: Fix, reorder and improve the documentation for argument parsing | Antoine Pitrou | 2010-05-03 | 1 | -97/+142 |
|
|
* | add versionadded | Benjamin Peterson | 2010-04-25 | 1 | -0/+2 |
|
|
* | prevent the dict constructor from accepting non-string keyword args #8419 | Benjamin Peterson | 2010-04-24 | 1 | -0/+7 |
|
|
* | Merged revisions 77242 via svnmerge from | Gregory P. Smith | 2010-01-02 | 1 | -3/+3 |
|
|
* | Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-... | Alexandre Vassalotti | 2009-07-29 | 1 | -1/+1 |
|
|
* | Issue #6012: Add cleanup support to O& argument parsing. | Martin v. Löwis | 2009-05-29 | 1 | -0/+8 |
|
|
* | After discussing some more with Georg, do no migrate versionchanged:: 2.5 to | Jeroen Ruigrok van der Werven | 2009-04-27 | 1 | -4/+0 |
|
|
* | Merged revisions 71898-71900,71910,71914-71919 via svnmerge from | Jeroen Ruigrok van der Werven | 2009-04-26 | 1 | -4/+8 |
|
|
* | Py_BuildValue's 'c' code should use byte strings #5666 | Benjamin Peterson | 2009-04-03 | 1 | -3/+7 |
|
|
* | make 'c' only accept bytes and 'C' only unicode #5499 | Benjamin Peterson | 2009-04-02 | 1 | -1/+5 |
|
|
* | Fix a few more references to long integers in the docs. | Mark Dickinson | 2009-01-17 | 1 | -4/+4 |
|
|
* | Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge... | Georg Brandl | 2009-01-03 | 1 | -2/+3 |
|
|
* | Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,... | Benjamin Peterson | 2009-01-01 | 1 | -2/+8 |
|
|
* | Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,... | Benjamin Peterson | 2008-12-27 | 1 | -2/+2 |
|
|
* | #4427: fix arguments for "y" BuildValue type. | Georg Brandl | 2008-12-05 | 1 | -1/+1 |
|
|
* | Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-... | Benjamin Peterson | 2008-11-30 | 1 | -9/+17 |
|
|
* | Document PY_SSIZE_T_CLEAN use and behavior for PyArg_ParseTuple and | Gregory P. Smith | 2008-11-23 | 1 | -2/+8 |
|
|
* | document 'y(#)' format codes for Py_BuildValue | Benjamin Peterson | 2008-10-21 | 1 | -0/+8 |
|
|
* | #3753: document that s* etc. are newer and preferred to s#. | Georg Brandl | 2008-09-01 | 1 | -25/+29 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 1 | -0/+15 |
|
|
* | Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge... | Christian Heimes | 2008-03-04 | 1 | -4/+8 |
|
|
* | Split C API docs in Py3k branch. | Georg Brandl | 2008-01-20 | 1 | -0/+509 |
|
|