| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed 2to3 issue on tix module. | Hirokazu Yamamoto | 2009-01-10 | 1 | -2/+2 |
|
|
* | Commit miss. | Hirokazu Yamamoto | 2009-01-10 | 1 | -2/+2 |
|
|
* | Merged revisions 68468-68470 via svnmerge from | Hirokazu Yamamoto | 2009-01-10 | 1 | -2/+2 |
|
|
* | Forgot to remove no longer needed code since r68237 | Guilherme Polo | 2009-01-03 | 1 | -6/+0 |
|
|
* | #4406 Directory has to inherit from commondialog.Dialog | Benjamin Peterson | 2008-12-31 | 1 | -1/+1 |
|
|
* | Merged revisions 68010 via svnmerge from | Martin v. Löwis | 2008-12-29 | 1 | -5/+7 |
|
|
* | Merged revisions 68006 via svnmerge from | Martin v. Löwis | 2008-12-29 | 1 | -32/+42 |
|
|
* | Issue #3774: Fixed an error when create a Tkinter menu item without command | Hirokazu Yamamoto | 2008-11-04 | 1 | -12/+13 |
|
|
* | Bug #3884: Make the turtle module toplevel again. | Martin v. Löwis | 2008-09-21 | 1 | -4051/+0 |
|
|
* | Issue #1658: dict size is changing during iteration in tkinter.BaseWidget and | Guilherme Polo | 2008-09-04 | 2 | -10/+7 |
|
|
* | Merged revisions 65971 via svnmerge from | Robert Schuppenies | 2008-08-22 | 1 | -5/+7 |
|
|
* | Merged revisions 65622 via svnmerge from | Robert Schuppenies | 2008-08-10 | 1 | -0/+11 |
|
|
* | Merged revisions 65399 via svnmerge from | Martin v. Löwis | 2008-08-02 | 1 | -9/+9 |
|
|
* | Merged revisions 65328 via svnmerge from | Benjamin Peterson | 2008-07-31 | 1 | -10/+0 |
|
|
* | Patch #3064: Port new turtle module and demos to 3.0. | Martin v. Löwis | 2008-06-10 | 1 | -766/+3861 |
|
|
* | Fix Tkinter sequence passing. #2906. | Georg Brandl | 2008-06-03 | 1 | -2/+7 |
|
|
* | Remove basestring usage. | Georg Brandl | 2008-05-30 | 1 | -1/+1 |
|
|
* | #2906: accept lists for options, and some cosmetic fixes in Tkinter. | Georg Brandl | 2008-05-29 | 1 | -15/+19 |
|
|
* | Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,... | Georg Brandl | 2008-05-25 | 1 | -2/+1 |
|
|
* | Tkinter, step 4: merge simple- and filedialog modules. | Georg Brandl | 2008-05-17 | 2 | -1/+516 |
|
|
* | Tkinter, step 2: adapt imports. | Georg Brandl | 2008-05-17 | 12 | -52/+53 |
|
|
* | Tkinter move, part 1: move modules. | Georg Brandl | 2008-05-17 | 14 | -0/+8024 |
|
|
* | These directories renamed: tkinter -> lib-tk, stdwin -> lib-stdwin. | Guido van Rossum | 1997-09-09 | 12 | -3047/+0 |
|
|
* | Add missing comma to make a tuple of (tagOrId). | Guido van Rossum | 1997-08-18 | 1 | -1/+1 |
|
|
* | Fred Lundh's latest versions. | Guido van Rossum | 1997-08-14 | 3 | -11/+21 |
|
|
* | Add dummies for create/delete filehandles, just so that vanilla Grail | Guido van Rossum | 1997-08-14 | 1 | -0/+6 |
|
|
* | New dialog from Fred Lundh | Guido van Rossum | 1997-08-12 | 1 | -0/+212 |
|
|
* | Fixes for the Mac. (Jack) | Guido van Rossum | 1997-08-12 | 1 | -1/+5 |
|
|
* | Get READABLE c.s. from _tkinter instead of conditional definition. | Guido van Rossum | 1997-08-05 | 1 | -12/+6 |
|
|
* | New dialog routines (Fred Lundh) | Guido van Rossum | 1997-07-19 | 4 | -0/+361 |
|
|
* | Use dictionary's update() method in _cnfmerge(). | Guido van Rossum | 1997-07-19 | 1 | -2/+6 |
|
|
* | Widget._setup(): Support name=None in a similar way to the handling of other | Fred Drake | 1997-05-27 | 1 | -1/+2 |
|
|
* | Add root.tkraise() to the _test() program so the window doesn't hide | Guido van Rossum | 1997-05-09 | 1 | -0/+1 |
|
|
* | Misc.__init__(): Removed method, replaced with class attribute (which | Fred Drake | 1997-05-03 | 1 | -4/+1 |
|
|
* | Patch by Craig McPheeters to clean up the back-references to widgets | Guido van Rossum | 1997-04-14 | 1 | -2/+23 |
|
|
* | Require _tkinter -- don't attempt to import tkinter when _tkinter does | Guido van Rossum | 1997-02-15 | 1 | -25/+10 |
|
|
* | Gave the Listbox selection methods their correct (longer) names. | Guido van Rossum | 1997-02-14 | 1 | -2/+4 |
|
|
* | Put support for a cnf dictionary back in, since it is still supported | Guido van Rossum | 1997-02-12 | 1 | -1/+3 |
|
|
* | Avoid traceback in selection_own_get() when no Tk widget owns the | Guido van Rossum | 1997-01-21 | 1 | -3/+4 |
|
|
* | (Tkinter.py): Add support for Frame(w, class_="classname") as an alternative | Fred Drake | 1997-01-10 | 1 | -1/+4 |
|
|
* | Fix the following bug: | Guido van Rossum | 1997-01-03 | 1 | -4/+6 |
|
|
* | Fix bogus implementation of Group.bind(). | Guido van Rossum | 1996-12-27 | 1 | -2/+6 |
|
|
* | Added config(ure) method to Image class. | Guido van Rossum | 1996-12-27 | 1 | -0/+10 |
|
|
* | Change the default values for IntVar and DoubleVar to numbers (they | Guido van Rossum | 1996-12-27 | 1 | -2/+2 |
|
|
* | Added a bunch of new winfo options; we should now be up to date with | Guido van Rossum | 1996-12-12 | 1 | -2/+29 |
|
|
* | Added ALL='all'. | Guido van Rossum | 1996-11-20 | 1 | -0/+1 |
|
|
* | Turn leading minus sign into underscore for image widget name -- the | Guido van Rossum | 1996-11-20 | 1 | -3/+5 |
|
|
* | Don't require leading '-' on option name to Text.tag_cget | Guido van Rossum | 1996-11-11 | 1 | -0/+4 |
|
|
* | Get rid of bogus binding of <Delete> to a function that deletes the next | Guido van Rossum | 1996-10-24 | 1 | -3/+0 |
|
|
* | Added support for floating point resolution to Scale.get(). | Guido van Rossum | 1996-10-23 | 1 | -1/+5 |
|
|