- 17 Ock, 2017 6 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #29286. Run Argument Clinic to get the new faster METH_FASTCALL calling convention for functions using only positional arguments.
-
Victor Stinner yazdı
Issue #29286. Use METH_FASTCALL calling convention instead of METH_VARARGS to parse position arguments. METH_FASTCALL is faster since it avoids the creation of a temporary tuple to pass positional arguments.
-
Victor Stinner yazdı
Issue #29286. Change _PyStack_UnpackDict() prototype to be able to notify of failure when args is NULL.
-
Victor Stinner yazdı
Issue #29286. Similar to _PyArg_NoKeywords(), but expects a tuple of keyword names, instead of a dict.
-
Victor Stinner yazdı
Issue #29286. Function similar to PyArg_ParseTuple(), but uses a C array of PyObject* to pass arguments. Don't support the compatibility mode.
-
Victor Stinner yazdı
Issue #29286.
-
- 16 Ock, 2017 12 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #29029. Patch written by Serhiy Storchaka.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Factorize argument checks in: * vgetargskeywordsfast() * vgetargskeywordsfast_impl()
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
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 yazdı
-
INADA Naoki yazdı
-
INADA Naoki yazdı
Changed stack layout bit for "easy to explain."
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 15 Ock, 2017 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
Thanks to Evan_ for the report and patch.
-
- 14 Ock, 2017 11 kayıt (commit)
-
-
INADA Naoki yazdı
-
INADA Naoki yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
* 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 yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
- 13 Ock, 2017 9 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Serhiy Storchaka yazdı
-
Vinay Sajip yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
tarfile.TarFile.add().
-
INADA Naoki yazdı
-
INADA Naoki yazdı
-