summaryrefslogtreecommitdiff
path: root/Lib/lib-tk/Tkinter.py
Commit message (Expand)AuthorAgeFilesLines
* String method conversion.Eric S. Raymond2001-02-091-7/+5
* Update the code to better reflect recommended style:Fred Drake2000-12-121-2/+2
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+0
* Removed some debugging prints: When running user configuration codeFred Drake2000-09-151-4/+0
* Fix for bug 110629: Generate unique image names by introducing a counterMartin v. Löwis2000-09-081-1/+3
* Older Tk versions don't support mousewheel support. Set event.deltaFredrik Lundh2000-09-071-1/+4
* -- don't mess up in winfo_visualsavailable if the system onlyFredrik Lundh2000-08-091-0/+2
* -- added optional newstate argument to Wm.state. The newstate argFredrik Lundh2000-08-091-4/+4
* -- use explicit conversion instead of u-string literal in the testFredrik Lundh2000-08-091-4/+8
* -- added xview_moveto, xview_scroll, yview_moveto, yview_scrollFredrik Lundh2000-08-091-3/+19
* -- untabification (use "diff -b" to verify)Fredrik Lundh2000-08-091-2858/+2858
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-16/+16
* Change whitespace in two places to silence tabnanny.Guido van Rossum2000-07-061-4/+4
* Nils Fischbeck: added doc strings to everything. Martin von LoewisGuido van Rossum2000-06-291-9/+1087
* Patch from /F:Andrew M. Kuchling2000-06-181-0/+6
* Show Tcl/Tk version number in _test() and show Unicode test if possible.Guido van Rossum2000-03-301-1/+4
* Fix a typo in Barry's checkin.Guido van Rossum2000-02-271-1/+1
* Changes inspired by Randall Hooper to allow callbacks when anBarry Warsaw2000-02-251-4/+15
* Fix PR#107: wm_colormapwindows() did the wrong thing when presentedGuido van Rossum1999-10-201-1/+3
* Fixed PR#106: winfo_visualsavailable() with the includeids=1 optionGuido van Rossum1999-10-181-3/+5
* Add calls to self.protocol("WM_DELETE_WINDOW", self.destroy) to the TkGuido van Rossum1999-08-201-0/+2
* Remove some redundant code from Canvas.tag_bind(), which added allGuido van Rossum1999-07-301-11/+2
* Greg McFarlane submitted two missing Text methods: mark_next() andGuido van Rossum1999-06-211-0/+4
* Greg McFarlane writes: Tkinter.Text.tag_add should take multipleGuido van Rossum1999-06-011-2/+2
* Nathan Paul Simons noticed that the grid_remove() method was missing.Guido van Rossum1999-05-051-0/+2
* Delete an accidentally checked-in feature that actually broke moreGuido van Rossum1999-04-081-9/+0
* lower, tkraise/lift hide Misc.lower, Misc.tkraise/lift,Guido van Rossum1999-04-071-3/+8
* Bug reported by Jim Robinson:Guido van Rossum1999-03-161-4/+22
* Put a try-except around the "image delete" call in Image.__del__ toGuido van Rossum1999-02-081-2/+6
* This hopefully fixes the problem of having to set PATHGuido van Rossum1999-01-041-1/+4
* Add XXX comment about the need to add a dump() method to the TextGuido van Rossum1998-12-211-0/+1
* grid_bbox(): support new Tk API: grid bbox ?column row? ?column2 row2?Barry Warsaw1998-12-151-4/+8
* Perhaps a controversial change: when reporting a callback exception,Guido van Rossum1998-10-131-0/+3
* Added {xview,yview}_{moveto,scroll} to the Canvas class.Barry Warsaw1998-10-131-0/+8
* Updated listbox methods to Tk 8.0. (Moved some around, addedGuido van Rossum1998-10-131-12/+20
* The message "Exception in Tkinter callback" should go to stderr.Guido van Rossum1998-10-061-4/+4
* Ignore the TclError exception raised when deleting the registrationGuido van Rossum1998-09-141-1/+4
* Make bind variants without a sequence return a tuple of sequencesGuido van Rossum1998-08-311-1/+27
* Added coords() and identify() methods to Scale class.Guido van Rossum1998-08-111-0/+4
* Tk.__init__(): In computing baseName, add ".pyo" to list of droppedFred Drake1998-07-151-1/+2
* Allow binding a Tcl command (given as a string) as well as a PythonGuido van Rossum1998-06-251-3/+3
* Turns out that 'winfo id' returns the id as a hex string, with 0x prefix.Guido van Rossum1998-06-191-1/+1
* Different trick to get the _test() window to pop up.Guido van Rossum1998-06-191-1/+5
* getint() now raises ValueError, not TclError, on errors.Guido van Rossum1998-06-091-2/+2
* Get rid of nearly all clals to self._do -- turns out self.tk.call canGuido van Rossum1998-05-191-38/+48
* Change the names of all methods in the Wm class: they are nowGuido van Rossum1998-05-011-27/+56
* Another optimization, probably of negligeable effect: instead ofGuido van Rossum1998-04-301-82/+78
* In _bind(), found a way to test for break without a temp variable.Guido van Rossum1998-04-291-5/+5
* Save a tiny bit of time: self.tk.call takes a tuple argument so it'sGuido van Rossum1998-04-291-70/+62
* Import MacOS at the top instead of insize Tk.__init__() -- the latterGuido van Rossum1998-04-291-10/+7