- 27 Jun, 2016 7 commits
-
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Terry Jan Reedy authored
SectionName. These split class GetCfgSectionNameDialog from configSectionNameDialog.py, temporarily renamed config_sec.py in 3.7.9a2. More Query subclasses are planned.
-
- 26 Jun, 2016 6 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
In 3.6, the warning is now called an error, making it harder to ignore.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
* tracing in the "u" mode now works * trace_vdelete() with wrong mode no longer break tracing * trace_vinfo() now always returns a list of pairs of strings
-
Serhiy Storchaka authored
tkinter.Variable class. They replace old methods trace_variable, trace, trace_vdelete and trace_vinfo that use obsolete Tcl commands and might not work in future versions of Tcl.
-
- 25 Jun, 2016 17 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Serhiy Storchaka authored
tkapp.split() in the tkinter package.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Thanks Berker.
-
Serhiy Storchaka authored
now. The first argument is positional-only.
-
Brett Cannon authored
modules can't be lazily loaded. Thanks to Python 3.6 allowing for types.ModuleType to have its __class__ mutated, the restriction can be lifted by calling create_module() on the wrapped loader.
-
Brett Cannon authored
-
Brett Cannon authored
lazy-loaded module was already in sys.modules.
-
Martin Panter authored
-
Raymond Hettinger authored
-
- 24 Jun, 2016 10 commits
-
-
Brett Cannon authored
Thanks to Jelle Zijlstra for the code portion of the patch.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
Thanks to Dusty Phillips for the initial patch.
-
Brett Cannon authored
type of __fspath__(). As part of this change, also make sure that the pure Python implementation of os.fspath() is tested.
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Berker Peksag authored
-