- 30 Oct, 2016 17 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
file with compression before trying to open it without compression. Otherwise it had 50% chance failed with ignore_zeros=True.
-
Serhiy Storchaka authored
file with compression before trying to open it without compression. Otherwise it had 50% chance failed with ignore_zeros=True.
-
Serhiy Storchaka authored
object.__format__ now contains the name of actual type.
-
Serhiy Storchaka authored
object.__format__ now contains the name of actual type.
-
Serhiy Storchaka authored
browsers. Based on patch by Oleg Broytman.
-
Serhiy Storchaka authored
browsers. Based on patch by Oleg Broytman.
-
Serhiy Storchaka authored
by representing the scale as float value internally in Tk. tkinter.IntVar now works if float value is set to underlying Tk variable.
-
Serhiy Storchaka authored
by representing the scale as float value internally in Tk. tkinter.IntVar now works if float value is set to underlying Tk variable.
-
Serhiy Storchaka authored
Patch by Xiang Zhang.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Martin Panter authored
-
Martin Panter authored
* Cannot seem to link directly to main options from the “unittest” module, because that module has its own set of options * Mask out linking for options that no longer exist in Python 3
-
Martin Panter authored
-
Raymond Hettinger authored
-
- 29 Oct, 2016 13 commits
-
-
Raymond Hettinger authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Steve Dower authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Steve Dower authored
-
Xavier de Gaye authored
-
Xavier de Gaye authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
"()" format string creates an empty list of argument but requires extra work to parse the format string.
-
- 28 Oct, 2016 10 commits
-
-
Yury Selivanov authored
-
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
-