History log of /external/python/cpython2/Lib/lib-tk/test/widget_tests.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0fd213c5d7071f7a01e2714ccf3b7d9f49230a9e 09-Mar-2016 Serhiy Storchaka <storchaka@gmail.com> Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.
/external/python/cpython2/Lib/lib-tk/test/widget_tests.py
d3ea06537ca902ff1fb034f014232b5970fabda7 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/cpython2/Lib/lib-tk/test/widget_tests.py
95cf98625b484f9f960859d70300e62d0c14d779 21-Aug-2014 Serhiy Storchaka <storchaka@gmail.com> Import Tkinter as tkinter to help merging and avoid backporting errors.
/external/python/cpython2/Lib/lib-tk/test/widget_tests.py
f94686f6b887bd5b50ef60d5615f00e0fd8520da 02-Jun-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #6181: Fixed minor bugs in tkinter.Listbox methods:
bbox(), curselection() and get().
/external/python/cpython2/Lib/lib-tk/test/widget_tests.py
f19771f831d991beaa625723b9387d026b1329b3 23-May-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #20635: Added tests for Tk geometry managers.
/external/python/cpython2/Lib/lib-tk/test/widget_tests.py
942aaac7057feb38ce05a3c5062af5fb11eb2ee3 03-Feb-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #19761: Fixed Tkinter tests on OS X.
/external/python/cpython2/Lib/lib-tk/test/widget_tests.py
ec773cc9c3d7648d86bebb6be840daee7a97dae7 25-Dec-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #19020: Tkinter now uses splitlist() instead of split() in configure
methods.
/external/python/cpython2/Lib/lib-tk/test/widget_tests.py
9ec0722723b6dfb51d33737d10598c2ee2db5e49 23-Nov-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #19733: Temporary disable test_image on MacOSX.
/external/python/cpython2/Lib/lib-tk/test/widget_tests.py
62cd124ada16513f3cdc3a4f1ff23fb63f2eab36 21-Nov-2013 Serhiy Storchaka <storchaka@gmail.com> Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654).
/external/python/cpython2/Lib/lib-tk/test/widget_tests.py
f87854e7bfe3ef18469909ba968e3474fe31646d 09-Nov-2013 Serhiy Storchaka <storchaka@gmail.com> Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085).
/external/python/cpython2/Lib/lib-tk/test/widget_tests.py
3ecd17e2b266085021fb02eb33a7e982e21d52e3 04-Nov-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #19085: Fix running test_ttk_textonly on displayless host.
/external/python/cpython2/Lib/lib-tk/test/widget_tests.py
c4051a8e34b2ab558b42889e9592b3acaeecc95a 04-Nov-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12.
/external/python/cpython2/Lib/lib-tk/test/widget_tests.py
68f518ce4a700854d3c9b0fef145b9af79883df9 03-Nov-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #19085: Fixed pixels rounding for last Tk patchlevels.
/external/python/cpython2/Lib/lib-tk/test/widget_tests.py
4a21726fe6c0c98f155433569cce6d101c36c034 02-Nov-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #19085: Fix Tkinter tests with Tcl/Tk 8.4.
/external/python/cpython2/Lib/lib-tk/test/widget_tests.py
dd80816973a0edb28b8c23b402502dcd3755834d 02-Nov-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #19085: Added basic tests for all tkinter widget options.
/external/python/cpython2/Lib/lib-tk/test/widget_tests.py