- 29 Eki, 2016 13 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Steve Dower yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Steve Dower yazdı
-
Xavier de Gaye yazdı
-
Xavier de Gaye yazdı
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
"()" format string creates an empty list of argument but requires extra work to parse the format string.
-
- 28 Eki, 2016 12 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Victor Stinner yazdı
PyType_Ready() sets the reference to &PyType_Type. &PyType_Type cannot be resolved at compilation time (not on Windows?).
-
Yury Selivanov yazdı
This implementation provides additional 10-20% speed boost for asyncio programs. The patch also fixes _asynciomodule.c to use Arguments Clinic, and makes '_schedule_callbacks' an overridable method (as it was in 3.5).
-
Xavier de Gaye yazdı
-
Xavier de Gaye yazdı
from lib-dynload on install.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 27 Eki, 2016 13 kayıt (commit)
-
-
Steve Dower yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Serhiy Storchaka yazdı
special input values as literal text.
-
Serhiy Storchaka yazdı
special input values as literal text.
-
Serhiy Storchaka yazdı
PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and PyUnicode_AsEncodedUnicode().
-
Serhiy Storchaka yazdı
PyUnicode_AsEncodedObject() in _curese to ensure that the result is a bytes object.
-
Serhiy Storchaka yazdı
PyUnicode_AsEncodedObject() in _curese to ensure that the result is a bytes object.
-
INADA Naoki yazdı
-
- 26 Eki, 2016 2 kayıt (commit)
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-