| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #6470: Drop UNC prefix in FixTk.py | Martin v. Löwis | 2010-06-04 | 1 | -0/+2 |
|
|
* | 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 |
|
|
* | #7092: silence some py3k warnings | Florent Xicluna | 2010-04-02 | 1 | -2/+2 |
|
|
* | Syntax cleanup `== None` -> `is None` | Florent Xicluna | 2010-03-25 | 1 | -5/+5 |
|
|
* | - Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox | Matthias Klose | 2010-03-16 | 1 | -3/+5 |
|
|
* | #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded. | Florent Xicluna | 2010-03-06 | 1 | -5/+5 |
|
|
* | remove the svn:executable property from files that don't have shebang lines | Benjamin Peterson | 2010-03-05 | 1 | -0/+0 |
|
|
* | More yearly updates. | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
|
|
* | replace has_key with 'in' operator | Benjamin Peterson | 2009-10-09 | 6 | -27/+27 |
|
|
* | replace callable() | Benjamin Peterson | 2009-10-09 | 2 | -4/+4 |
|
|
* | Applying patches backported from 3.1, by Gregor Lingl. | R. David Murray | 2009-09-28 | 1 | -4/+9 |
|
|
* | Added missing static option for OptionMenu. Issue #5961. | Guilherme Polo | 2009-08-18 | 1 | -1/+2 |
|
|
* | Issue #1356969: Add missing info methods in Tix.HList. | Guilherme Polo | 2009-08-18 | 1 | -0/+10 |
|
|
* | Fixes for Tix.Grid from issue #1522587. | Guilherme Polo | 2009-08-18 | 1 | -3/+6 |
|
|
* | Issue #1522587: New constants and methods for the Tix.Grid widget. | Guilherme Polo | 2009-08-18 | 1 | -11/+102 |
|
|
* | Mark the "radio" option of Tix.CheckList as static. | Guilherme Polo | 2009-08-18 | 1 | -1/+1 |
|
|
* | Issue #1250469: Fix the return value of Tix.PanedWindow.panes. | Guilherme Polo | 2009-08-18 | 1 | -5/+2 |
|
|
* | Issue #1119673: Do not override Tkinter.Text methods when creating a Scrolled... | Guilherme Polo | 2009-08-18 | 1 | -1/+4 |
|
|
* | Clarifying Entry.selection_present's docstring. | Guilherme Polo | 2009-08-14 | 1 | -1/+2 |
|
|
* | Issue #1135: Add the XView and YView mix-ins to avoid duplicating | Guilherme Polo | 2009-08-14 | 3 | -131/+51 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 5 | -421/+421 |
|
|
* | Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to | Guilherme Polo | 2009-06-21 | 1 | -0/+45 |
|
|
* | Improved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the poss... | Guilherme Polo | 2009-05-31 | 1 | -2/+2 |
|
|
* | Fix typos. | Walter Dörwald | 2009-05-04 | 2 | -3/+3 |
|
|
* | Fixed issue #2638: Show a window constructed with tkSimpleDialog.Dialog only | Guilherme Polo | 2009-03-07 | 1 | -2/+6 |
|
|
* | Fixed issue #5193: Guarantee that Tkinter.Text.search returns a string. | Guilherme Polo | 2009-03-07 | 1 | -1/+1 |
|
|
* | Issue #5341: Fix a variety of spelling errors. | Mark Dickinson | 2009-02-21 | 4 | -8/+8 |
|
|
* | Issue #5295: Typos in turtle.py | Mark Dickinson | 2009-02-20 | 1 | -21/+21 |
|
|
* | Some tests for Tkinter.Text.search | Guilherme Polo | 2009-02-09 | 2 | -0/+39 |
|
|
* | Fixed issue #4890: Handle empty text search pattern in | Guilherme Polo | 2009-02-09 | 1 | -2/+3 |
|
|
* | Turned setup_master public | Guilherme Polo | 2009-02-09 | 1 | -22/+19 |
|
|
* | Eliminated the need to use ttk.__loadtk__ and the problems related it. | Guilherme Polo | 2009-02-07 | 1 | -29/+41 |
|
|
* | Moving to importlib | Guilherme Polo | 2009-02-02 | 1 | -4/+3 |
|
|
* | Restore the previous geometry before leaving the test | Guilherme Polo | 2009-02-02 | 1 | -2/+3 |
|
|
* | Use a single Tcl interpreter through all these tests, this may help some | Guilherme Polo | 2009-02-02 | 4 | -16/+34 |
|
|
* | Make sure the root windows gets destroyed | Guilherme Polo | 2009-01-28 | 1 | -1/+4 |
|
|
* | Added support for collecting tests only from specific packages. | Guilherme Polo | 2009-01-28 | 1 | -4/+11 |
|
|
* | Added the ttk module. See issue #2983: Ttk support for Tkinter. | Guilherme Polo | 2009-01-28 | 9 | -0/+3646 |
|
|
* | Issue #3881: Help Tcl to load even when started through the | Martin v. Löwis | 2009-01-24 | 1 | -0/+35 |
|
|
* | Issue #3767: Convert Tk object to string in tkColorChooser. | Martin v. Löwis | 2008-12-29 | 1 | -5/+7 |
|
|
* | Issue #3248: Allow placing ScrolledText in a PanedWindow. | Martin v. Löwis | 2008-12-29 | 1 | -33/+42 |
|
|
* | Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__ | Martin v. Löwis | 2008-11-19 | 1 | -2/+2 |
|
|
* | Issue #3774: Fixed an error when create a Tkinter menu item without command | Hirokazu Yamamoto | 2008-11-03 | 1 | -11/+13 |
|
|
* | Issue #3965: Allow repeated calls to turtle.Screen, by making it a | Martin v. Löwis | 2008-09-29 | 1 | -28/+31 |
|
|
* | #3950 fix missing scale factors in turtle.py | Benjamin Peterson | 2008-09-24 | 1 | -1/+1 |
|
|
* | Issue #1342811: Fixed broken patch. Reviewed by benjamin.peterson. | Robert Schuppenies | 2008-08-22 | 1 | -5/+7 |
|
|
* | Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to | Robert Schuppenies | 2008-08-10 | 1 | -0/+10 |
|
|
* | Remove a use of callable() from Tkinter to silence warnings under -3. | Brett Cannon | 2008-08-04 | 1 | -1/+1 |
|
|
* | Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap | Martin v. Löwis | 2008-08-02 | 1 | -9/+9 |
|
|