- 02 Feb, 2017 7 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Victor Stinner authored
-
Victor Stinner authored
Add an unit test on the _struct.Struct.unpack_from() method to test passing arguments as keywords.
-
Mariatta Wijaya authored
-
Mariatta Wijaya authored
-
Mariatta Wijaya authored
-
- 01 Feb, 2017 6 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 31 Jan, 2017 4 commits
-
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
- 30 Jan, 2017 1 commit
-
-
Berker Peksag authored
It was renamed to README.txt in d90a65014c42 and it was back by a merge commit accidentally.
-
- 29 Jan, 2017 9 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Raymond Hettinger authored
-
- 27 Jan, 2017 3 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 26 Jan, 2017 1 commit
-
-
Benjamin Peterson authored
-
- 25 Jan, 2017 3 commits
-
-
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.
-
- 24 Jan, 2017 6 commits
-
-
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
Warnings could be emitted at compile time.
-
Serhiy Storchaka authored
Warnings could be emitted at compile time.
-
Martin Panter authored
-