summaryrefslogtreecommitdiff
path: root/Lib/lib-tk
Commit message (Expand)AuthorAgeFilesLines
* Issue #3767: Convert Tk object to string in tkColorChooser.Martin v. Löwis2008-12-131-5/+7
* Backport of r59654.Martin v. Löwis2008-12-131-1/+1
* Issue 3248: Allow placing ScrolledText in a PanedWindow.Martin v. Löwis2008-12-131-0/+3
* Issue #3774: Fixed an error when create a Tkinter menu item without commandHirokazu Yamamoto2008-11-031-11/+13
* #3968: fix missing update() call in end_fill().Georg Brandl2008-09-261-0/+1
* #3969: fix typo in turtle.py.Georg Brandl2008-09-261-1/+1
* Issue #1342811: Fixed broken patch.Robert Schuppenies2008-08-221-5/+7
* Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated toRobert Schuppenies2008-08-101-0/+10
* Issue #799428: Fix Tkinter.Misc._nametowidget to unwrapMartin v. Löwis2008-08-021-9/+9
* Fix tkinter sequence passing. #2906. Backport from r63914.Georg Brandl2008-06-031-1/+7
* Backport r63776: tkinter fixes.Georg Brandl2008-05-311-15/+19
* Fix #1771558 (already fixed in trunk).Georg Brandl2007-08-101-1/+1
* Whitespace normalizationNeal Norwitz2007-04-251-2/+2
* Patch #1472877: Fix Tix subwidget name resolution.Martin v. Löwis2006-11-181-1/+4
* Patch #1594554: Always close a tkSimpleDialog on ok(), evenMartin v. Löwis2006-11-181-3/+4
* Patch #1538878: Don't make tkSimpleDialog dialogs transient ifMartin v. Löwis2006-11-181-1/+6
* Fix docstring punctuationAndrew M. Kuchling2006-07-291-2/+2
* Patch #1524429: Use repr instead of backticks again.Martin v. Löwis2006-07-181-1/+1
* Whitespace normalization.v2.5b2Tim Peters2006-07-111-1/+1
* Patch #1519566: Remove unused _tofill member.Martin v. Löwis2006-07-101-12/+23
* Whitespace normalization.Tim Peters2006-07-081-2/+2
* Bug #1514693: Update turtle's heading when switching betweenMartin v. Löwis2006-07-031-1/+6
* Reimplement turtle.circle using a polyline, to allow correctMartin v. Löwis2006-07-031-48/+14
* Only setup canvas when it is first created.Martin v. Löwis2006-07-031-1/+1
* Fix end_fill().Georg Brandl2006-06-281-1/+1
* Whitespace normalization.Tim Peters2006-06-191-8/+8
* Fix typo in docstringNeal Norwitz2006-06-171-1/+1
* Patch #815924: Restore ability to pass type= and icon=Martin v. Löwis2006-06-171-3/+4
* Patch #812986: Update the canvas even if not tracing.Martin v. Löwis2006-06-171-0/+1
* Patch #1494750: Destroy master after deleting children.Martin v. Löwis2006-06-171-1/+1
* Patch #1096231: Add default argument to wm_iconbitmap.Martin v. Löwis2006-06-171-3/+12
* Patch #763580: Add name and value arguments toMartin v. Löwis2006-06-171-19/+63
* Normalized a few cases of whitespace in function declarations.Martin Blais2006-06-061-2/+2
* Whitespace normalization.Tim Peters2006-05-181-11/+11
* Patch #1486962: Several bugs in the turtle Tk demo module were fixedGeorg Brandl2006-05-171-18/+565
* Whitespace normalization.Tim Peters2006-04-161-10/+10
* Patch #1063914: Add clipboard_get.Martin v. Löwis2006-04-161-0/+17
* Patch #1468808: don't complain if Tkinter is already deleted at the time Font...Georg Brandl2006-04-121-1/+3
* Whitespace normalization.Tim Peters2006-04-101-2/+2
* Patch #1462222: Fix Tix.Grid. Closes #1036406.Martin v. Löwis2006-04-101-11/+87
* Remove "disgusting hack" in favour of closure (patch #1462235)Georg Brandl2006-04-021-5/+2
* 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