- 16 Jan, 2017 10 commits
-
-
Victor Stinner authored
Factorize argument checks in: * vgetargskeywordsfast() * vgetargskeywordsfast_impl()
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Issue #29259: Write fast path in _PyCFunction_FastCallKeywords() for METH_FASTCALL, avoid the creation of a temporary dictionary for keyword arguments. Cleanup also _PyCFunction_FastCallDict(): * Don't dereference func before checking that it's not NULL * Move code to raise the "no keyword argument" exception into a new no_keyword_error label. Update python-gdb.py for the change.
-
INADA Naoki authored
-
INADA Naoki authored
-
INADA Naoki authored
Changed stack layout bit for "easy to explain."
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 15 Jan, 2017 2 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
Thanks to Evan_ for the report and patch.
-
- 14 Jan, 2017 11 commits
-
-
INADA Naoki authored
-
INADA Naoki authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
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
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
- 13 Jan, 2017 17 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Serhiy Storchaka authored
-
Vinay Sajip authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
tarfile.TarFile.add().
-
INADA Naoki authored
-
INADA Naoki authored
-
Serhiy Storchaka authored
ctypes.CDLL instances.
-
Serhiy Storchaka authored
ctypes.CDLL instances.
-
Serhiy Storchaka authored
ctypes.CDLL instances.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
is now positional-only.
-
Serhiy Storchaka authored
in methods of regular expression objects.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-