- 25 Jan, 2017 5 commits
-
-
Serhiy Storchaka authored
a macro if Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher. Added functions PySlice_Unpack() and PySlice_AdjustIndices().
-
Serhiy Storchaka authored
Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher.
-
Serhiy Storchaka authored
Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher.
-
Senthil Kumaran authored
Patch contributed by Mariatta Wijaya.
-
Senthil Kumaran authored
Patch contributed by Mariatta Wijaya.
-
- 24 Jan, 2017 15 commits
-
-
Serhiy Storchaka authored
methods.
-
Ethan Furman authored
-
Ethan Furman authored
-
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 20 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
-