- 24 Jan, 2017 12 commits
-
-
Serhiy Storchaka authored
PyArg_VaParse() and PyArg_VaParseTupleAndKeywords() were not available in limited API. PyArg_ValidateKeywordArguments(), PyArg_UnpackTuple() and Py_BuildValue() were not available in limited API of version < 3.3 when PY_SSIZE_T_CLEAN is defined.
-
Serhiy Storchaka authored
PyArg_VaParse() and PyArg_VaParseTupleAndKeywords() were not available in limited API. PyArg_ValidateKeywordArguments(), PyArg_UnpackTuple() and Py_BuildValue() were not available in limited API of version < 3.3 when PY_SSIZE_T_CLEAN is defined.
-
Serhiy Storchaka authored
PyArg_VaParse() and PyArg_VaParseTupleAndKeywords() were not available in limited API. PyArg_ValidateKeywordArguments(), PyArg_UnpackTuple() and Py_BuildValue() were not available in limited API of version < 3.3 when PY_SSIZE_T_CLEAN is defined.
-
Serhiy Storchaka authored
Warnings could be emitted at compile time.
-
Serhiy Storchaka authored
Warnings could be emitted at compile time.
-
Serhiy Storchaka authored
Warnings could be emitted at compile time.
-
Victor Stinner authored
Remove two assertions which can fail on legit code. Keyword arguments are checked later with better tests and raise a regular (TypeError) exception.
-
Serhiy Storchaka authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
- 23 Jan, 2017 27 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
The “readline” module already has a workaround using setlocale(LC_CTYPE, NULL). The code in test___all__ calls getlocale(), which can subtly alter the locale string and cause the test framework to complain.
-
Serhiy Storchaka authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
constructor signature if __text_signature__ is provided for the class.
-
Serhiy Storchaka authored
Patch by Erik Welch.
-
Serhiy Storchaka authored
Patch by Erik Welch.
-
Serhiy Storchaka authored
Patch by Erik Welch.
-
Serhiy Storchaka authored
possible but Coccinelle couldn't find opportunity.
-
Serhiy Storchaka authored
possible. Patch is writen with Coccinelle.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Gregory P. Smith authored
exited to a stopped instead of terminated state (ex: when under ptrace).
-
Gregory P. Smith authored
exited to a stopped instead of terminated state (ex: when under ptrace).
-
Gregory P. Smith authored
exited to a stopped instead of terminated state (ex: when under ptrace).
-
- 22 Jan, 2017 1 commit
-
-
Serhiy Storchaka authored
is now of type "const char *" rather of "char *".
-