COMMITS
/ Python/getargs.c January 4, 2011
V
Issue #8992: convertsimple() doesn't need to fill msgbuf if an error occurred
Victor Stinner committed
V
Issue #8992: Simplify addcleanup() API
Victor Stinner committed
V
Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file
Victor Stinner committed
November 17, 2010
B
handle dict subclasses gracefully in PyArg_ValidateKeywordArguments
Benjamin Peterson committed
August 11, 2010
A
Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99
Alexander Belopolsky committed
July 28, 2010
V
Issue #8991: convertbuffer() rejects discontigious buffers
Victor Stinner committed
June 25, 2010
V
Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use
Victor Stinner committed
June 24, 2010
V
getbuffer(): release the buffer on error (if the buffer is not contiguous)
Victor Stinner committed
V
PyArg_Parse*() functions: factorize code for s/z and u/Z formats
Victor Stinner committed
V
Issue #8949: "z" format of PyArg_Parse*() functions doesn't accept bytes
Victor Stinner committed
June 13, 2010
V
getargs.c: remove last reference to "t#" format
Victor Stinner committed
V
Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z"
Victor Stinner committed
June 10, 2010
M
Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs,
Mark Dickinson committed
June 8, 2010
V
Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format
Victor Stinner committed
V
PyArg_Parse*("Z#") raises an error for unknown type
Victor Stinner committed
June 6, 2010
V
convertsimple(): call PyErr_NoMemory() on PyMem_NEW() failure
Victor Stinner committed
V
Simplify getbuffer(): convertbuffer() fails anyway if bf_getbuffer is NULL
Victor Stinner committed
May 29, 2010
V
Remove dead code
Victor Stinner committed
May 28, 2010
V
Issue #8837: Remove "O?" format of PyArg_Parse*() functions. The format is no
Victor Stinner committed
May 19, 2010
V
Issue #6697: Fix a crash if a keyword contains a surrogate
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
April 24, 2010
B
prevent the dict constructor from accepting non-string keyword args #8419
Benjamin Peterson committed
April 6, 2010
A
Merged revisions 79837 via svnmerge from
Antoine Pitrou committed
January 1, 2010
M
Merged revisions 77218 via svnmerge from
Mark Dickinson committed
December 3, 2009
M
Issue #7414: Add missing 'case 'C'' to skipitem() in getargs.c. This
Mark Dickinson committed
October 18, 2009
S
August 1, 2009
S
- Issue #6624: yArg_ParseTuple with "s" format when parsing argument with
Sean Reifscheider committed
May 29, 2009
M
Issue #6012: Add cleanup support to O& argument parsing.
Martin v. Löwis committed
May 5, 2009
B
add a replacement API for PyCObject, PyCapsule #5630
Benjamin Peterson committed
April 11, 2009
April 2, 2009
B
make 'c' only accept bytes and 'C' only unicode #5499
Benjamin Peterson committed
December 27, 2008
B
B
string -> bytes in error message #4745
Benjamin Peterson committed
August 29, 2008
A
#3668: When PyArg_ParseTuple correctly parses a s* format, but raises an
Antoine Pitrou committed
August 27, 2008
B
Fix #3651 various memory leaks when using the buffer interface
Benjamin Peterson committed
August 24, 2008
N
Merged revisions 66006 via svnmerge from
Neal Norwitz committed
August 13, 2008
M
Merged revisions 65654 via svnmerge from
Martin v. Löwis committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
C
Renamed PyBytes to PyByteArray
Christian Heimes committed
May 16, 2008
G
#2895: don't crash with bytes as keyword argument names.
Georg Brandl committed
May 12, 2008
A
#2798: PyArg_ParseTuple did not correctly handle the "s" code in case of unicode strings
Amaury Forgeot d'Arc committed
May 8, 2008
C
Fixed a memory leak introduced in r62462
Christian Heimes committed
April 22, 2008
April 11, 2008
April 10, 2008
March 21, 2008
G
Add XXX comments for whoever cleans up getargs.c :)
Georg Brandl committed
February 28, 2008
February 26, 2008
C
Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,61066-61080 via svnmerge from
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed