- 01 Kas, 2018 1 kayıt (commit)
-
-
Christopher Thorne yazdı
This implements getstate and setstate for the cjkcodecs multibyte incremental encoders/decoders, primarily to fix issues with seek/tell. The encoder getstate/setstate is slightly tricky as the "state" is pending bytes + MultibyteCodec_State but only an integer can be returned. The approach I've taken is to encode this data into a long, similar to how .tell() encodes a "cookie_type" as a long. https://bugs.python.org/issue33578
-
- 15 Ara, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka 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".
-
- 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.
-
- 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.
-
- 09 Haz, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 30 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 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ı
-
- 22 Agu, 2014 1 kayıt (commit)
-
-
Brett Cannon yazdı
-