summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk
Commit message (Expand)AuthorAgeFilesLines
...
* Patch #751107: Slant must be 'roman', not 'normal'.Martin v. Löwis2003-06-141-1/+2
* Properly deal with tuples in Open._fixresult. Fixes bug reported inMartin v. Löwis2003-06-141-3/+16
* SF bug #685773: 2 (more) bugs in turtleRaymond Hettinger2003-06-091-0/+1
* Patch #749191: Delete commands in after_cancel. Will backport to 2.2.Martin v. Löwis2003-06-071-0/+6
* Convert tcl_version to str before comparing. Fixes #729317.Martin v. Löwis2003-05-241-1/+2
* Remove extra space in docstringNeal Norwitz2003-04-171-1/+1
* Add 'get' method to Variable and switch it from internal class toGuido van Rossum2003-04-161-1/+7
* For StringVar results to strings. Document that boolean things are ofMartin v. Löwis2003-04-161-4/+7
* SF patch #701494: more apply removalsRaymond Hettinger2003-04-0611-364/+349
* Patch #707701: Expect '??' in event fields. Fixes #698517.Martin v. Löwis2003-03-291-16/+32
* SF patch 672098: Three __contains__ implementationsRaymond Hettinger2003-01-301-0/+2
* Convert booleans to integers in IntVar.set. Fixes #671741.Martin v. Löwis2003-01-221-0/+6
* Fix example in a docstring to not use 'file' as a variable nameAndrew M. Kuchling2003-01-211-2/+2
* Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragtoNeal Norwitz2003-01-101-3/+3
* Convert Tcl path objects to strings. Fixes #661357.Martin v. Löwis2003-01-041-0/+6
* Tix update from Mike Clarkson (maintainer)Neal Norwitz2002-12-301-11/+53
* Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer)Neal Norwitz2002-12-101-3/+22
* Patch #649184: Update to tix-8.1.4 RC3.Martin v. Löwis2002-12-061-11/+65
* Rename want_objects to wantobjects throughout, for consistency.Martin v. Löwis2002-11-261-2/+2
* Patch #518625: Return objects in Tkinter.Martin v. Löwis2002-11-261-0/+3
* Sync Tix from Mike Clarkson, a maintainerNeal Norwitz2002-11-141-55/+114
* Search for tix subdirectories. Fixes #564729. Will backport to 2.2.Martin v. Löwis2002-11-091-9/+14
* Patch #621891: Add askopenfile{name}s.Martin v. Löwis2002-10-131-1/+33
* Patch #621205: Tkinter updates for tk8.4.Martin v. Löwis2002-10-131-26/+548
* Patch #612602: Streamline configure methods.Martin v. Löwis2002-10-101-79/+24
* Whitespace normalization (get rid of tabs).Guido van Rossum2002-09-291-4/+4
* Add the bulk of SF patch 595111 by Attila Babo.Guido van Rossum2002-09-231-2/+42
* Update Canvas before computing width. Draw turtle at end of drawing circle.Martin v. Löwis2002-09-221-0/+2
* Patch #484994: Improve PanedWindow.Martin v. Löwis2002-09-191-4/+20
* SF patch #581396, Canvas "select_item" always returns NoneNeal Norwitz2002-07-231-1/+1
* Use string methods, remove import stringNeal Norwitz2002-05-311-4/+3
* SF patch 546244 by John Williams: add Text.dump() method.Guido van Rossum2002-04-231-1/+38
* Patch #539392: Invoke setlocale, try opening the file in demo mode.Martin v. Löwis2002-04-081-2/+18
* Reindent.Martin v. Löwis2002-03-281-551/+550
* Patch #536117: Typo in turtle.py.Martin v. Löwis2002-03-281-1/+1
* Destroy and unlink deleted NoteBook panes. Fixes #516703.Martin v. Löwis2002-03-271-1/+2
* Ignore widgets with unknown names in winfo_children. Fixes #518283.Martin v. Löwis2002-03-271-3/+11
* Set TCL_LIBRARY before import _tkinter. Suggested by Kirill Simonov.Martin v. Löwis2002-02-241-10/+31
* Patch #515598: removed unused import of os.Martin v. Löwis2002-02-161-1/+0
* Fix typo in labelAndrew M. Kuchling2002-01-021-1/+1
* Print encoded versions of the file names in test application. Fixes #496084Martin v. Löwis2001-12-301-2/+16
* Make tix_configure() work the same way configure() works for the basicFred Drake2001-12-131-86/+92
* Fix for SF #491953 (Andrew Dalke): ScrolledText.py has TabErrorGuido van Rossum2001-12-121-3/+3
* SF patch #491183 (Jeff Epler): ScrolledText.grid() doesn't workGuido van Rossum2001-12-101-2/+6
* Be more careful about accessing attributes of the parent: if Tk has not beenFred Drake2001-12-061-4/+20
* Properly set static options for tixBalloon and tixResizeHandle.Martin v. Löwis2001-11-251-2/+19
* Merge directory chooser into tkFileDialog.Martin v. Löwis2001-11-082-54/+18
* Patch #478654: Expose tk_chooseDirectory.Martin v. Löwis2001-11-071-4/+11
* Patch #471120: Improved doc strings and new wrappers.Martin v. Löwis2001-11-021-45/+382
* directory chooser (requires a recent version of Tk)Fredrik Lundh2001-10-291-0/+52