| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
The new private C function makes no permanent changes to the environment
and is #ifdef'd out on non-Windows platforms.
|
| |
|
|
| |
Tkinter's getdouble() now supports any numbers (in particular int).
|
| |\ |
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
The concept of .pyo files no longer exists. Now .pyc files have an
optional `opt-` tag which specifies if any extra optimizations beyond
the peepholer were applied.
|
| |\ \
| |/
| |
| |
| | |
returns bool. tkinter.BooleanVar now validates input values (accepted bool,
int, str, and Tcl_Obj). tkinter.BooleanVar.get() now always returns bool.
|
| | |
| |
| |
| |
| | |
returns bool. tkinter.BooleanVar now validates input values (accepted bool,
int, str, and Tcl_Obj). tkinter.BooleanVar.get() now always returns bool.
|
| |\ \
| |/
| |
| |
| |
| |
| | |
when it is run with pythonw.exe.
Documented that Tk.report_callback_exception() is purposed to be overriden in
applications.
|
| | |
| |
| |
| |
| |
| |
| | |
when it is run with pythonw.exe.
Documented that Tk.report_callback_exception() is purposed to be overriden in
applications.
|
| |\ \
| |/
| |
| |
| | |
First letter no longer is stripped from the "status" key in
the result of Treeview.heading().
|
| | |
| |
| |
| |
| | |
First letter no longer is stripped from the "status" key in
the result of Treeview.heading().
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
window is created for every test class.
Fixed Tkinter images copying operations in NoDefaultRoot mode.
Tcl command names generated for "after" callbacks now contains a name of
original function.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
window is created for every test class.
Fixed Tkinter images copying operations in NoDefaultRoot mode.
Tcl command names generated for "after" callbacks now contains a name of
original function.
|
| |\ \
| |/ |
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| |/
| |
| | |
added deprecation warnings to them.
|
| | | |
|
| | |
| |
| |
| | |
Tkinter methods.
|
| | |
| |
| |
| |
| | |
the argument is not specified. Scrollbar.set() now always accepts only 2
arguments. Added tests for Scrollbar.activate() and Scrollbar.set().
|
| |\ \
| |/
| |
| | |
bbox(), curselection() and get().
|
| | |
| |
| |
| | |
bbox(), curselection() and get().
|
| |\ \
| |/
| |
| | |
Based on patch by Guilherme Polo.
|
| | |
| |
| |
| | |
Based on patch by Guilherme Polo.
|
| |/ |
|
| | |
|
| |\
| |
| |
| | |
Tkinter widgets to work in wantobjects=True mode.
|
| | |
| |
| |
| | |
Tkinter widgets to work in wantobjects=True mode.
|
| |\ \
| |/
| |
| | |
Fixed a regression inroduced in issue #6157.
|
| | |
| |
| |
| | |
Fixed a regression inroduced in issue #6157.
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Misc.image_names(), Misc.image_types(), Wm.wm_colormapwindows(), and
LabelFrame.panes() now always return a tuple.
* Fixed error of comparing str and int in tt.LabeledScale._adjust().
* ttk.Notebook.index() now always returns int.
* ttk.Notebook.tabs() now always returns a tuple.
* ttk.Entry.bbox() now always returns a tuple of ints.
* ttk.Entry.validate() now always correctly works.
* ttk.Combobox.current() now always returns int.
* ttk.Panedwindow.sashpos() now always returns int.
* ttk.Treeview.bbox() now always returns a tuple of ints.
* ttk.Treeview.get_children() now always returns a tuple.
* ttk.Treeview.exists() now always correctly works.
* ttk.Treeview.index() now always returns int.
* ttk.Treeview.tag_has() now always returns 0 or 1.
* And numerous other errors in methods which returns a tuple, list or dict.
* Fixed ttk tests for wantobjects is False.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Misc.image_names(), Misc.image_types(), Wm.wm_colormapwindows(), and
LabelFrame.panes() now always return a tuple.
* Fixed error of comparing str and int in tt.LabeledScale._adjust().
* ttk.Notebook.index() now always returns int.
* ttk.Notebook.tabs() now always returns a tuple.
* ttk.Entry.bbox() now always returns a tuple of ints.
* ttk.Entry.validate() now always correctly works.
* ttk.Combobox.current() now always returns int.
* ttk.Panedwindow.sashpos() now always returns int.
* ttk.Treeview.bbox() now always returns a tuple of ints.
* ttk.Treeview.get_children() now always returns a tuple.
* ttk.Treeview.exists() now always correctly works.
* ttk.Treeview.index() now always returns int.
* ttk.Treeview.tag_has() now always returns 0 or 1.
* And numerous other errors in methods which returns a tuple, list or dict.
* Fixed ttk tests for wantobjects is False.
|
| |\ \
| |/ |
|
| | | |
|
| |\ \
| |/
| |
| | |
methods.
|
| | |
| |
| |
| | |
methods.
|
| |\ \
| |/
| |
| |
| | |
TypeError instead of TclError on wrong number of arguments. Original patch
by Guilherme Polo.
|
| | | |
|
| |\ \
| |/
| |
| | |
integers instead of a string. Based on patch by Guilherme Polo.
|
| | |
| |
| |
| | |
integers instead of a string. Based on patch by Guilherme Polo.
|
| |\ \
| |/ |
|
| | | |
|
| |\ \
| |/
| |
| | |
as reported by Serhiy Storchaka and Matthew Barnett.
|
| | |
| |
| |
| | |
as reported by Serhiy Storchaka and Matthew Barnett.
|
| |\ \
| |/
| |
| | |
strings with whitespaces, backslashes or unbalanced braces.
|
| | |\
| | |
| | |
| | | |
strings with whitespaces, backslashes or unbalanced braces.
|
| | | |
| | |
| | |
| | | |
strings with whitespaces, backslashes or unbalanced braces.
|
| |\ \ \
| |/ / |
|
| | |\ \
| | |/ |
|