- 28 Oct, 2016 11 commits
-
-
Yury Selivanov authored
-
Steve Dower authored
-
Steve Dower authored
-
Victor Stinner authored
PyType_Ready() sets the reference to &PyType_Type. &PyType_Type cannot be resolved at compilation time (not on Windows?).
-
Yury Selivanov authored
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 authored
-
Xavier de Gaye authored
from lib-dynload on install.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 27 Oct, 2016 13 commits
-
-
Steve Dower authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Serhiy Storchaka authored
special input values as literal text.
-
Serhiy Storchaka authored
special input values as literal text.
-
Serhiy Storchaka authored
PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and PyUnicode_AsEncodedUnicode().
-
Serhiy Storchaka authored
PyUnicode_AsEncodedObject() in _curese to ensure that the result is a bytes object.
-
Serhiy Storchaka authored
PyUnicode_AsEncodedObject() in _curese to ensure that the result is a bytes object.
-
INADA Naoki authored
-
- 26 Oct, 2016 4 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Guido van Rossum authored
-
- 25 Oct, 2016 12 commits
-
-
Martin Panter authored
-
Martin Panter authored
Patch by Tim Mitchell.
-
Steve Dower authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Guido van Rossum authored
-
Serhiy Storchaka authored
-
Guido van Rossum authored
-
Serhiy Storchaka authored
subclasses of accelerated OrderedDict.
-
Serhiy Storchaka authored
subclasses of accelerated OrderedDict.
-
Serhiy Storchaka authored
at the start of new line after printing a month's calendar. Patch by Xiang Zhang.
-
Serhiy Storchaka authored
at the start of new line after printing a month's calendar. Patch by Xiang Zhang.
-