- 27 Haz, 2016 17 kayıt (commit)
-
-
Serhiy Storchaka yazdı
the implementation of the IMPORT_NAME opcode.
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Patch by Manuel Kaufmann.
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Terry Jan Reedy yazdı
SectionName. These split class GetCfgSectionNameDialog from configSectionNameDialog.py, temporarily renamed config_sec.py in 3.7.9a2. More Query subclasses are planned.
-
- 26 Haz, 2016 6 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
In 3.6, the warning is now called an error, making it harder to ignore.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
* 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 yazdı
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 Haz, 2016 17 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Serhiy Storchaka yazdı
tkapp.split() in the tkinter package.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Thanks Berker.
-
Serhiy Storchaka yazdı
now. The first argument is positional-only.
-
Brett Cannon yazdı
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 yazdı
-
Brett Cannon yazdı
lazy-loaded module was already in sys.modules.
-
Martin Panter yazdı
-
Raymond Hettinger yazdı
-