- 15 Ara, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 25 Agu, 2017 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 03 Tem, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
the bare METH_FASTCALL be used for functions with positional-only parameters.
-
- 10 Haz, 2017 1 kayıt (commit)
-
-
Sylvain yazdı
The function '_PyArg_ParseStack()' and '_PyArg_UnpackStack' were failing (with error "XXX() takes Y argument (Z given)") before the function '_PyArg_NoStackKeywords()' was called. Thus, the latter did not raise its more meaningful error : "XXX() takes no keyword arguments".
-
- 22 May, 2017 1 kayıt (commit)
-
-
Xiang Zhang yazdı
-
- 09 May, 2017 1 kayıt (commit)
-
-
Xiang Zhang yazdı
When decoding a 4-byte GB18030 sequence, the first and third byte cannot exceed 0xFE.
-
- 19 Nis, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
raised an error. Replace them with using concrete types API that never fails if appropriate.
-
- 12 Mar, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 17 Ock, 2017 3 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #29286. Run Argument Clinic to get the new faster METH_FASTCALL calling convention for functions using "boring" positional arguments. Manually fix _elementtree: _elementtree_XMLParser_doctype() must remain consistent with the clinic code.
-
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.
-
- 09 Ara, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #28915: Replace _PyObject_CallMethodId() with _PyObject_CallMethodIdObjArgs() in various modules when the format string was only made of "O" formats, PyObject* arguments. _PyObject_CallMethodIdObjArgs() avoids the creation of a temporary tuple and doesn't have to parse a format string.
-
- 20 Kas, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
with PyUnicode_AsUTF8 and PyUnicode_AsUTF8AndSize.
-
- 11 Eyl, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 14 Agu, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
implemented with using Argument Clinic.
-
- 07 Tem, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
generated by Argument Clinic. Patch by Petr Viktorin.
-
- 09 Haz, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 24 May, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 06 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 27 Ara, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
The patch is automatically generated, it replaces the code that uses Py_CLEAR.
-
- 16 Tem, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 30 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 04 May, 2015 1 kayıt (commit)
-
-
Larry Hastings yazdı
instead of types={'type'} to specify the types the converter accepts.
-
- 23 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
same line as function name.
-
- 14 Nis, 2015 1 kayıt (commit)
-
-
Larry Hastings yazdı
-
- 13 Nis, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 03 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 17 Mar, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
_codecs_cn, _codecs_hk, _codecs_iso2022, _codecs_jp, _codecs_kr and _codecs_tw modules. pyexpat.c doesn't need to redeclare PyMODINIT_FUNC, it's already declared in Include/pyport.h.
-
- 20 Şub, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
consumed too much memory and raised SystemError or MemoryError. Original patch by Aleksi Torhamo.
-
- 16 Şub, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 18 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 28 Eyl, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Corresponding functions now accept `const char *` (issue #1772673).
-
- 22 Agu, 2014 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 12 Kas, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
Patch written by Andrei Dorian Duma.
-
- 28 Eki, 2013 6 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-