- 25 Jan, 2017 1 commit
-
-
Serhiy Storchaka authored
Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher.
-
- 24 Jan, 2017 3 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
Warnings could be emitted at compile time.
-
Martin Panter authored
-
- 23 Jan, 2017 7 commits
-
-
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
Patch by Erik Welch.
-
Gregory P. Smith 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).
-
- 22 Jan, 2017 2 commits
-
-
Xiang Zhang authored
-
Xiang Zhang authored
-
- 21 Jan, 2017 1 commit
-
-
Serhiy Storchaka authored
-
- 20 Jan, 2017 2 commits
-
-
Xiang Zhang authored
Patch by Ammar Askar.
-
Larry Hastings authored
It got messed up when I merged my private 3.5.3 release changes with new work happening in the 3.5 main branch. (3.5 main branch was in "3.5.3rc1", my branch was "3.5.3+", and Mercurial helpfully merged the two in a kind of nonsense way.)
-
- 18 Jan, 2017 4 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Martin Panter authored
-
Guido van Rossum authored
-
- 17 Jan, 2017 5 commits
-
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Raymond Hettinger authored
-
- 16 Jan, 2017 5 commits
-
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Benjamin Peterson authored
-
- 14 Jan, 2017 2 commits
-
-
Martin Panter authored
-
Martin Panter authored
* Indent versionchanged at method level, not class level * Mark up ``--help`` to avoid generating an en dash * Use forward slash in Unix command line with a dollar sign ($) prompt
-
- 12 Jan, 2017 1 commit
-
-
Martin Panter authored
-
- 13 Jan, 2017 4 commits
-
-
Martin Panter authored
Extracted from revision a1daf2d289ad by Zachary Ware.
-
Vinay Sajip authored
-
Serhiy Storchaka authored
ctypes.CDLL instances.
-
Serhiy Storchaka authored
-
- 12 Jan, 2017 3 commits
-
-
Serhiy Storchaka authored
-
Vinay Sajip authored
-
Serhiy Storchaka authored
KeyError could be raised when cached function with full cache was simultaneously called from differen threads with the same uncached arguments.
-