- 25 Ock, 2017 6 kayıt (commit)
-
-
INADA Naoki yazdı
-
Serhiy Storchaka yazdı
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 yazdı
Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher.
-
Serhiy Storchaka yazdı
Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher.
-
Senthil Kumaran yazdı
Patch contributed by Mariatta Wijaya.
-
Senthil Kumaran yazdı
Patch contributed by Mariatta Wijaya.
-
- 24 Ock, 2017 15 kayıt (commit)
-
-
Serhiy Storchaka yazdı
methods.
-
Ethan Furman yazdı
-
Ethan Furman yazdı
-
Serhiy Storchaka yazdı
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 yazdı
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 yazdı
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 yazdı
Warnings could be emitted at compile time.
-
Serhiy Storchaka yazdı
Warnings could be emitted at compile time.
-
Serhiy Storchaka yazdı
Warnings could be emitted at compile time.
-
Victor Stinner yazdı
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 yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
- 23 Ock, 2017 19 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
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 yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
constructor signature if __text_signature__ is provided for the class.
-
Serhiy Storchaka yazdı
Patch by Erik Welch.
-
Serhiy Storchaka yazdı
Patch by Erik Welch.
-
Serhiy Storchaka yazdı
Patch by Erik Welch.
-
Serhiy Storchaka yazdı
possible but Coccinelle couldn't find opportunity.
-
Serhiy Storchaka yazdı
possible. Patch is writen with Coccinelle.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Guido van Rossum yazdı
-