summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk
Commit message (Expand)AuthorAgeFilesLines
* Fix most trivially-findable print statements.Guido van Rossum2007-02-099-30/+30
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-2/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-135-7/+27
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* Don't define has_key().Guido van Rossum2006-08-211-2/+0
* Couple more has_keys() going...Guido van Rossum2006-08-195-26/+26
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-113-89/+126
* Merge the rest of the trunk.Thomas Wouters2006-06-081-2/+2
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-18/+565
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-213-17/+109
* Remove sys.exc_type, sys.exc_value, sys.exc_tracebackNeal Norwitz2006-03-171-1/+1
* r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100Fredrik Lundh2005-11-124-23/+2
* Fix typos.Walter Dörwald2005-11-092-3/+3
* Fix a problem in Tkinter introduced by SF patch #869468 (checked in asGuido van Rossum2005-07-261-6/+0
* Patch #1121234: Properly cleanup _exit and tkerror commands.Martin v. Löwis2005-03-011-0/+7
* Convert boolean results back to strings. Fixes #807871.Martin v. Löwis2004-09-181-1/+6
* Remove debug print.Martin v. Löwis2004-08-201-1/+0
* Whitespace normalization.Tim Peters2004-08-201-4/+4
* Expand tabs.Martin v. Löwis2004-08-181-1/+1
* Patch #764217: Add nametofont function, exists parameter.Martin v. Löwis2004-08-181-6/+38
* Patch #986929: Add support for wish -sync and -use options.Martin v. Löwis2004-08-031-2/+3
* Wait for visibility before setting a grab. Fixes #946153.Martin v. Löwis2004-08-033-0/+3
* Whitespace normalization, via reindent.py.Tim Peters2004-07-183-15/+14
* Patch #911176: Move test function into __main__Martin v. Löwis2004-03-221-12/+12
* Patch #853488: Add hlist entry_configure and entry_cget methods.Martin v. Löwis2004-03-211-0/+11
* Implementation of patch 869468David Ascher2004-02-181-5/+30
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-124-14/+14
* Convert path objects to strings in askdirectory. Fixes #852314.Martin v. Löwis2003-12-011-0/+6
* Patch #805976: Add DOTBOX and UNDERLINE.Martin v. Löwis2003-09-201-0/+5
* Add HIDDEN. Fixes #777664.Martin v. Löwis2003-08-091-0/+2
* Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancelNeal Norwitz2003-07-011-2/+4
* Add a missing 'self,' to a super call in recently checked-in code.Guido van Rossum2003-06-151-1/+1
* 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