summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter
Commit message (Expand)AuthorAgeFilesLines
* Bug #3884: Make the turtle module toplevel again.Martin v. Löwis2008-09-211-4051/+0
* Issue #1658: dict size is changing during iteration in tkinter.BaseWidget andGuilherme Polo2008-09-042-10/+7
* Merged revisions 65971 via svnmerge fromRobert Schuppenies2008-08-221-5/+7
* Merged revisions 65622 via svnmerge fromRobert Schuppenies2008-08-101-0/+11
* Merged revisions 65399 via svnmerge fromMartin v. Löwis2008-08-021-9/+9
* Merged revisions 65328 via svnmerge fromBenjamin Peterson2008-07-311-10/+0
* Patch #3064: Port new turtle module and demos to 3.0.Martin v. Löwis2008-06-101-766/+3861
* Fix Tkinter sequence passing. #2906.Georg Brandl2008-06-031-2/+7
* Remove basestring usage.Georg Brandl2008-05-301-1/+1
* #2906: accept lists for options, and some cosmetic fixes in Tkinter.Georg Brandl2008-05-291-15/+19
* Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,...Georg Brandl2008-05-251-2/+1
* Tkinter, step 4: merge simple- and filedialog modules.Georg Brandl2008-05-172-1/+516
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-1712-52/+53
* Tkinter move, part 1: move modules.Georg Brandl2008-05-1714-0/+8024
* These directories renamed: tkinter -> lib-tk, stdwin -> lib-stdwin.Guido van Rossum1997-09-0912-3047/+0
* Add missing comma to make a tuple of (tagOrId).Guido van Rossum1997-08-181-1/+1
* Fred Lundh's latest versions.Guido van Rossum1997-08-143-11/+21
* Add dummies for create/delete filehandles, just so that vanilla GrailGuido van Rossum1997-08-141-0/+6
* New dialog from Fred LundhGuido van Rossum1997-08-121-0/+212
* Fixes for the Mac. (Jack)Guido van Rossum1997-08-121-1/+5
* Get READABLE c.s. from _tkinter instead of conditional definition.Guido van Rossum1997-08-051-12/+6
* New dialog routines (Fred Lundh)Guido van Rossum1997-07-194-0/+361
* Use dictionary's update() method in _cnfmerge().Guido van Rossum1997-07-191-2/+6
* Widget._setup(): Support name=None in a similar way to the handling of otherFred Drake1997-05-271-1/+2
* Add root.tkraise() to the _test() program so the window doesn't hideGuido van Rossum1997-05-091-0/+1
* Misc.__init__(): Removed method, replaced with class attribute (whichFred Drake1997-05-031-4/+1
* Patch by Craig McPheeters to clean up the back-references to widgetsGuido van Rossum1997-04-141-2/+23
* Require _tkinter -- don't attempt to import tkinter when _tkinter doesGuido van Rossum1997-02-151-25/+10
* Gave the Listbox selection methods their correct (longer) names.Guido van Rossum1997-02-141-2/+4
* Put support for a cnf dictionary back in, since it is still supportedGuido van Rossum1997-02-121-1/+3
* Avoid traceback in selection_own_get() when no Tk widget owns theGuido van Rossum1997-01-211-3/+4
* (Tkinter.py): Add support for Frame(w, class_="classname") as an alternativeFred Drake1997-01-101-1/+4
* Fix the following bug:Guido van Rossum1997-01-031-4/+6
* Fix bogus implementation of Group.bind().Guido van Rossum1996-12-271-2/+6
* Added config(ure) method to Image class.Guido van Rossum1996-12-271-0/+10
* Change the default values for IntVar and DoubleVar to numbers (theyGuido van Rossum1996-12-271-2/+2
* Added a bunch of new winfo options; we should now be up to date withGuido van Rossum1996-12-121-2/+29
* Added ALL='all'.Guido van Rossum1996-11-201-0/+1
* Turn leading minus sign into underscore for image widget name -- theGuido van Rossum1996-11-201-3/+5
* Don't require leading '-' on option name to Text.tag_cgetGuido van Rossum1996-11-111-0/+4
* Get rid of bogus binding of <Delete> to a function that deletes the nextGuido van Rossum1996-10-241-3/+0
* Added support for floating point resolution to Scale.get().Guido van Rossum1996-10-231-1/+5
* (Tkinter.py): Fixed bug in re-implementation of OptionMenu.Fred Drake1996-10-211-1/+1
* (Fred Drake:) Re-wrote the OptionMenu class to allow access to a realGuido van Rossum1996-10-211-5/+28
* (Tkinter.py): Improve application basename determination to make .py andFred Drake1996-10-061-1/+2
* (Tkinter.py): Fixed dumb typo in Misc.tk_setPalette().Fred Drake1996-10-041-2/+2
* (Tkinter.py): Many revisions for Tk 4.X: Added clipboard support, updatedFred Drake1996-09-271-40/+86
* (Canvas.py): Added definition of CanvasItem.cget() as suggested byFred Drake1996-09-261-0/+1
* Implement lower by calling lower, not lift.Guido van Rossum1996-09-111-1/+1
* Bug fixes in index&icursor suggested by Nils Fischbeck.Guido van Rossum1996-09-111-5/+5