Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #26386: Fixed ttk.TreeView selection operations with item id's | Serhiy Storchaka | 2016-06-14 | 1 | -1/+59 |
| | | | | containing spaces. | ||||
* | Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. | Serhiy Storchaka | 2016-03-09 | 1 | -133/+133 |
| | |||||
* | Fixed full Tcl version parsing in tests for pre-final versions. | Serhiy Storchaka | 2015-04-22 | 1 | -2/+2 |
| | |||||
* | Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. | Serhiy Storchaka | 2014-11-07 | 1 | -0/+16 |
| | |||||
* | Issue #22236: Tkinter tests now don't reuse default root window. New root | Serhiy Storchaka | 2014-08-24 | 1 | -90/+50 |
| | | | | | | | | | 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. | ||||
* | Import Tkinter as tkinter to help merging and avoid backporting errors. | Serhiy Storchaka | 2014-08-21 | 1 | -90/+90 |
| | |||||
* | Issue #6181: Fixed minor bugs in tkinter.Listbox methods: | Serhiy Storchaka | 2014-06-02 | 1 | -10/+2 |
| | | | | bbox(), curselection() and get(). | ||||
* | Fixed typo. | Serhiy Storchaka | 2014-01-13 | 1 | -2/+2 |
| | |||||
* | Try to fix some ttk tests. Error messages were changed in 8.6b3. | Serhiy Storchaka | 2014-01-10 | 1 | -3/+3 |
| | |||||
* | Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. | Serhiy Storchaka | 2014-01-07 | 1 | -37/+78 |
| | | | | | | | | | | | | | | | | | | | | * Misc.image_names(), Misc.image_types(), Wm.wm_colormapwindows(), and LabelFrame.panes() now always return a tuple. * Fixed _stringify() for non-ASCII strings. * 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. | ||||
* | Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). | Serhiy Storchaka | 2013-11-21 | 1 | -1/+2 |
| | |||||
* | Issue #19602: Use specific asserts in tkinter tests. | Serhiy Storchaka | 2013-11-16 | 1 | -18/+18 |
| | |||||
* | Issue #19085: Fix Tkinter tests with Tcl/Tk 8.4. | Serhiy Storchaka | 2013-11-02 | 1 | -7/+7 |
| | |||||
* | Issue #10734: Fix and re-enable test_ttk test_heading_callback. | Serhiy Storchaka | 2013-11-02 | 1 | -3/+1 |
| | |||||
* | Issue #19085: Added basic tests for all tkinter widget options. | Serhiy Storchaka | 2013-11-02 | 1 | -21/+471 |
| | |||||
* | Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. | Serhiy Storchaka | 2013-08-22 | 1 | -2/+2 |
| | |||||
* | Update int division to quiet 2to3 warning. | Terry Jan Reedy | 2013-07-28 | 1 | -2/+2 |
| | |||||
* | Issue #15861: tkinter now correctly works with lists and tuples containing | Serhiy Storchaka | 2013-01-15 | 1 | -0/+8 |
| | | | | strings with whitespaces, backslashes or unbalanced braces. | ||||
* | Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well. | Ned Deily | 2011-07-04 | 1 | -1/+2 |
| | |||||
* | Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 | Ned Deily | 2011-06-28 | 1 | -4/+16 |
| | | | | on Mac OS X. (Patch by Ronald Oussoren) | ||||
* | Merged revisions 85018 via svnmerge from | Antoine Pitrou | 2010-10-09 | 1 | -4/+8 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85018 | antoine.pitrou | 2010-09-26 18:36:33 +0200 (dim., 26 sept. 2010) | 4 lines Issue #8445: try to fix some buildbot failures on test_ttk_guionly. Patch by Guilherme. ........ | ||||
* | Issue #8204: Fix test_ttk notebook test by forcing focus. | Martin v. Löwis | 2010-04-08 | 1 | -0/+4 |
| | |||||
* | Issue #8344: Fix test_ttk bug on FreeBSD. | Martin v. Löwis | 2010-04-08 | 1 | -2/+2 |
| | |||||
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -280/+280 |
| | |||||
* | Issue #5341: Fix a variety of spelling errors. | Mark Dickinson | 2009-02-21 | 1 | -5/+5 |
| | |||||
* | Use a single Tcl interpreter through all these tests, this may help some | Guilherme Polo | 2009-02-02 | 1 | -4/+15 |
| | | | | failing buildbots. | ||||
* | Make sure the root windows gets destroyed | Guilherme Polo | 2009-01-28 | 1 | -1/+4 |
| | |||||
* | Added the ttk module. See issue #2983: Ttk support for Tkinter. | Guilherme Polo | 2009-01-28 | 1 | -0/+1115 |