| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* bpo-30855: Trying to fix test_use on Windows.
Avoid possible weird behavior of WideInt convertion.
"winfo id" always returns string hexadecimal representation.
(cherry picked from commit b9d672491d5082c541bf267eb7bb99fdc6529324)
* bpo-30855: Trying to fix test_use on Windows.
(cherry picked from commit 29a2f7c6b38e5a6ed891aa72af38974a1ff2d372)
|
| |
|
| |
Ran the docstrings through spell checker, and fixed spelling issues.
|
| |
|
|
|
| |
by representing the scale as float value internally in Tk. tkinter.IntVar
now works if float value is set to underlying Tk variable.
|
| |
|
|
|
|
| |
* 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
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
multipliers, not final sizes. Explain y default for .zoom and .subsample.
Initial patch by Serhiy Storchaka.
|
| |
|
|
| |
Added few missed tests for configure options.
|
| |
|
|
|
| |
The original form is incorrect grammar and feels awkward, even though the
meaning is clear.
|
| |\ |
|
| | | |
|
| | |
| |
| |
| |
| | |
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.
|