History log of /external/python/cpython3/Lib/tkinter/test/test_ttk/test_extensions.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
32c0d3ada52109f339c081d3408546a4af024b3c 30-Oct-2016 Serhiy Storchaka <storchaka@gmail.com> Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
by representing the scale as float value internally in Tk. tkinter.IntVar
now works if float value is set to underlying Tk variable.
/external/python/cpython3/Lib/tkinter/test/test_ttk/test_extensions.py
645058d11a0ce6616d93cce692bb1378e61efb80 06-May-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.
Tkinter's getdouble() now supports any numbers (in particular int).
/external/python/cpython3/Lib/tkinter/test/test_ttk/test_extensions.py
d00aff2f62481c3e8cf3b8e9cbbaf888361ffdd4 24-Aug-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #22236: Tkinter tests now don't reuse default root window. New root
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.
/external/python/cpython3/Lib/tkinter/test/test_ttk/test_extensions.py
a21acb5d95841e7d2c8491f40189a853cb7b5df4 07-Jan-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #20072: Fixed multiple errors in tkinter with 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.
/external/python/cpython3/Lib/tkinter/test/test_ttk/test_extensions.py
e3b5a76540f4003fceed82adba507eef605b03a9 16-Nov-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #19602: Use specific asserts in tkinter tests.
/external/python/cpython3/Lib/tkinter/test/test_ttk/test_extensions.py
c9c0f201fed21efcf669dbbf5f923eaf0eeb1db9 01-Jul-2009 Benjamin Peterson <benjamin@python.org> convert old fail* assertions to assert*
/external/python/cpython3/Lib/tkinter/test/test_ttk/test_extensions.py
063ff65e2c305a8f24100475cc4f9ad2bcc342be 06-Feb-2009 Benjamin Peterson <benjamin@python.org> Merged revisions 69141,69211-69212 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r69141 | benjamin.peterson | 2009-01-31 14:01:48 -0600 (Sat, 31 Jan 2009) | 1 line

fix indentation
........
r69211 | guilherme.polo | 2009-02-02 14:23:29 -0600 (Mon, 02 Feb 2009) | 1 line

Restore the previous geometry before leaving the test
........
r69212 | guilherme.polo | 2009-02-02 14:28:59 -0600 (Mon, 02 Feb 2009) | 1 line

Moving to importlib
........
/external/python/cpython3/Lib/tkinter/test/test_ttk/test_extensions.py
8ec58299106e3c2550dfad3acf1e35ae8a590a0d 02-Feb-2009 Guilherme Polo <ggpolo@gmail.com> Recorded merge of revisions 69195 via svnmerge from
svn+ssh://pythondev/python/trunk

........
r69195 | guilherme.polo | 2009-02-01 22:38:54 -0200 (Sun, 01 Feb 2009) | 3 lines

Use a single Tcl interpreter through all these tests, this may help some
failing buildbots.
........
/external/python/cpython3/Lib/tkinter/test/test_ttk/test_extensions.py
5f2384857468552554bbf9414d1389cf62142ae1 28-Jan-2009 Guilherme Polo <ggpolo@gmail.com> Merged revisions 69050 via svnmerge from
svn+ssh://pythondev/python/trunk

........
r69050 | guilherme.polo | 2009-01-28 11:09:03 -0200 (Wed, 28 Jan 2009) | 2 lines

Added the ttk module. See issue #2983: Ttk support for Tkinter.
........
/external/python/cpython3/Lib/tkinter/test/test_ttk/test_extensions.py