COMMITS
/ Python/getargs.c January 17, 2017
V
Add _PyArg_UnpackStack() function helper
Victor Stinner committed
V
Add _PyArg_NoStackKeywords() helper function
Victor Stinner committed
V
Add _PyArg_ParseStack() helper function
Victor Stinner committed
V
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Victor Stinner committed
January 16, 2017
V
Rename keywords to kwargs in getargs.c
Victor Stinner committed
V
Cleanup getargs.c
Victor Stinner committed
December 16, 2016
S
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
Serhiy Storchaka committed
November 20, 2016
S
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka committed
S
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka committed
November 16, 2016
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
September 21, 2016
C
va_end() all va_copy()ed va_lists.
Christian Heimes committed
B
replace usage of Py_VA_COPY with the (C99) standard va_copy
Benjamin Peterson committed
September 11, 2016
B
Backed out changeset 3934e070c9db
Benjamin Peterson committed
September 10, 2016
V
Issue #27810: Fix getargs.c compilation on Windows
Victor Stinner committed
B
fix export of size_t parse stack function
Benjamin Peterson committed
V
Emit METH_FASTCALL code in Argument Clinic
Victor Stinner committed
V
Add METH_FASTCALL calling convention
Victor Stinner committed
September 6, 2016
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
B
require a long long data type (closes #27961)
Benjamin Peterson committed
August 14, 2016
S
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
Serhiy Storchaka committed
June 9, 2016
S
Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support
Serhiy Storchaka committed
April 13, 2016
S
Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().
Serhiy Storchaka committed
March 26, 2016
R
Minor code cleanup for PyArg_UnpackTuple.
Raymond Hettinger committed
February 11, 2016
S
Issue #26312: SystemError is now raised in all programming bugs with using
Serhiy Storchaka committed
February 7, 2016
S
Issue #26198: ValueError is now raised instead of TypeError on buffer
Serhiy Storchaka committed
S
Issue #26198: Fixed error messages for some argument parsing errors.
Serhiy Storchaka committed
S
Issue #26198: Fixed error messages for some argument parsing errors.
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
April 19, 2015
S
Fixed error message for the "u#" format code.
Serhiy Storchaka committed
S
Fixed error message for the "u#" format code.
Serhiy Storchaka committed
December 5, 2014
S
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka committed
S
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka committed
October 5, 2014
R
#16518: Bring error messages in harmony with docs ("bytes-like object")
R David Murray committed
September 6, 2014
S
Issue #22215: Now ValueError is raised instead of TypeError when str or bytes
Serhiy Storchaka committed
August 15, 2014
V
Issue #22156: Fix "comparison between signed and unsigned integers" compiler
Victor Stinner committed
February 11, 2014
B
remove dynamic initializer lists for c89 compliance (closes #20595)
Benjamin Peterson committed
January 19, 2014
L
Issue #20294: Argument Clinic now supports argument parsing for __new__ and
Larry Hastings committed
November 18, 2013
V
PY_FORMAT_SIZE_T should not be used with PyErr_Format(), PyErr_Format("%zd") is
Victor Stinner committed
V
Use Py_ssize_t type for sizes in getargs.c
Victor Stinner committed
November 6, 2013
V
remove an outdated comment
Victor Stinner committed
October 14, 2013
G
Re #18521: move array bounds check before array access.
Georg Brandl committed
June 4, 2013
V
Issue #9566: Fix compilater warnings on Windows 64-bit
Victor Stinner committed
May 18, 2013
R
Use PY_FORMAT_SIZE_T because Visual Studio does not understand %zd format.
Richard Oudkerk committed
May 16, 2013
V
Fix compilater warnings on Windows 64-bit
Victor Stinner committed
February 17, 2013
A
Issue #17170: speed up PyArg_ParseTuple[AndKeywords] a bit.
Antoine Pitrou committed
February 9, 2013
A
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
Antoine Pitrou committed
A
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
Antoine Pitrou committed
September 10, 2012
C
Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641
Christian Heimes committed
C
Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641
Christian Heimes committed