- 23 Jan, 2017 3 commits
-
-
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 7 commits
-
-
Serhiy Storchaka authored
is now of type "const char *" rather of "char *".
-
Xiang Zhang authored
-
Xiang Zhang authored
-
Xiang Zhang authored
-
Xiang Zhang authored
-
Xiang Zhang authored
-
Xiang Zhang authored
-
- 21 Jan, 2017 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
- 20 Jan, 2017 14 commits
-
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
corresponding note to documentation. Patch by Ivan L.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Xiang Zhang authored
-
Xiang Zhang authored
-
Xiang Zhang authored
Patch by Ammar Askar.
-
Larry Hastings authored
-
Larry Hastings authored
-
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.)
-
- 19 Jan, 2017 8 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Patch by Tal Einat.
-
Serhiy Storchaka authored
Patch by Tal Einat.
-
Serhiy Storchaka authored
Patch by Tal Einat.
-
INADA Naoki authored
* Replace PyArg_ParseTupleAndKeywords() with _PyArg_ParseStackAndKeywords() which is more efficient to parse keywords, since it decodes only keywords (char*) from UTF-8 once, instead of decoding at each call. * METH_FASTCALL avoids the creation of a temporary tuple to pass positional arguments. Patch written by INADA Naoki, pushed by Victor Stinner.
-
Victor Stinner authored
Issue #29312.
-
Victor Stinner authored
Issue #29311: dict.get() and dict.setdefault() methods now use Argument Clinic to parse arguments. Their calling convention changes from METH_VARARGS to METH_FASTCALL which avoids the creation of a temporary tuple. The signature of docstrings is also enhanced. For example, get(...) becomes: get(self, key, default=None, /)
-
- 18 Jan, 2017 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-