| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
(GH-12011) (GH-12013)
(cherry picked from commit aeca373b339e0ea9739536ce6b43bd90f3b89873)
Co-authored-by: Ned Deily <nad@python.org>
|
| |
|
|
|
|
| |
(cherry picked from commit 18d57b4d6262bf96b5ac307bd84837c29ea04083)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
| |
|
|
|
|
|
|
| |
(GH-9957)
(cherry picked from commit 1deea5e53991b46351f6bb395b22365c9455ed88)
(cherry picked from commit bd9c2ce7acaef45f23c2659b854fc9925096d040)
Co-authored-by: Juliette Monsel <j4321@users.noreply.github.com>
|
| |
|
|
|
| |
(cherry picked from commit e271ca78e37a502b3dc1036f824aa3999efcd56b)
(cherry picked from commit c75c1e0e8aeb720ac3fcfab119b70cabba4e8235)
|
| |
|
|
|
|
|
| |
Allow ttk.Treeview.insert to insert iid that has a false boolean value.
Note iid=0 and iid=False would be same.
(cherry picked from commit 3ab44c0783eebdff687014f7d14d5dec59b6bd39)
Co-authored-by: Garvit Khatri <garvitdelhi@gmail.com>
|
| |
|
|
|
|
|
| |
(GH-5701)
(cherry picked from commit 74382a3f175ac285cc924a73fd758e8dc3cc41bb)
Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#4864)
* [3.6] bpo-32297: Few misspellings found in Python source code comments. (GH-4803)
* Fix multiple typos in code comments
* Add spacing in comments (test_logging.py, test_math.py)
* Fix spaces at the beginning of comments in test_logging.py.
(cherry picked from commit 53f7a7c2814fbfd8a29200926601a32fa48bacb3)
|
| |
|
|
|
|
|
| |
(GH-3667) (#3719)
Defer removing old behavior to 3.8.
Document new feature of selection_set() and friends.
(cherry picked from commit 2fad10235460ac394cc8b869c41f47aba3d63594)
|
| |
|
|
|
|
|
| |
between instances of OptionMenu.
(cherry picked from commit a568e5273382a5dca0c27274f7d8e34c41a87d4d)
* Update Misc/ACKS
|
| |\
| |
| |
| |
| | |
by representing the scale as float value internally in Tk. tkinter.IntVar
now works if float value is set to underlying Tk variable.
|
| | |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| |
| |
| | |
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.
|
| | |
| |
| |
| |
| |
| | |
and selection_toggle() of ttk.TreeView now allow to pass multiple items as
multiple arguments instead of passing them as a tuple. Deprecated
undocumented ability of calling the selection() method with arguments.
|
| |\ \
| |/
| |
| | |
containing spaces.
|
| | |
| |
| |
| | |
containing spaces.
|
| | |
| |
| |
| | |
and recognizirable.
|
| | | |
|
| | |
| |
| |
| | |
Patch by Jon Dufresne.
|
| |\ \
| |/
| |
| | |
messages.
|
| | | |
|
| |\ \
| |/ |
|
| | |
| |
| |
| | |
Added few missed tests for configure options.
|
| |\ \
| |/
| |
| |
| |
| |
| | |
failure when the test is ran the second time.
The root attribute was set in parent class in setUpClass and then
overridded in child class in tearDownClass.
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | | |
failure when the test is ran the second time.
The root attribute was set in parent class in setUpClass and then
overridded in child class in tearDownClass.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
failure when the test is ran the second time.
The root attribute was set in parent class in setUpClass and then
overridded in child class in tearDownClass.
|
| |/ / |
|
| |\ \
| |/
| |
| | |
Based on patch by Martin Panter.
|
| | |
| |
| |
| | |
Based on patch by Martin Panter.
|
| |\ \
| |/ |
|
| | | |
|
| | |
| |
| |
| | |
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.
|
| |\ \
| |/ |
|
| | | |
|
| |\ \
| |/
| |
| |
| | |
This gets rid of Tcl warnings when they are handled later when the root is
already destroyed.
|
| | |
| |
| |
| |
| | |
This gets rid of Tcl warnings when they are handled later when the root is
already destroyed.
|
| |\ \
| |/
| |
| |
| | |
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.
|
| |\ \
| |/
| |
| | |
In particular this allows to initialize images from binary data.
|
| | |
| |
| |
| | |
In particular this allows to initialize images from binary data.
|