summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk
Commit message (Expand)AuthorAgeFilesLines
* Issue #15861: tkinter now correctly works with lists and tuples containingSerhiy Storchaka2013-01-154-81/+125
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* Issue #16582: use int exit code in tkinter._exitAndrew Svetlov2012-12-091-1/+5
* Issue #16248: Disable code execution from the user's home directory by tkinte...Antoine Pitrou2012-12-091-1/+3
* Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter Simple...Andrew Svetlov2012-07-301-1/+1
* Issue #14777: In an X11 windowing environment, tkinter may returnNed Deily2012-05-161-2/+26
* Transplant 45287f2799f5 from default branch.Georg Brandl2012-04-041-1/+1
* don't rely on dict orderBenjamin Peterson2012-02-211-2/+4
* Issue #13439: Fix many errors in turtle docstrings.Petri Lehtinen2011-12-021-54/+50
* Remove duplication.Ezio Melotti2011-10-192-4/+4
* #12677: correct turtle orientation in docSandro Tosi2011-08-071-2/+2
* Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with...Senthil Kumaran2011-07-281-1/+1
* Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack ofNed Deily2011-07-061-28/+38
* Issue #8716: Back out temporary changeset 18ce15f841cfNed Deily2011-07-051-14/+0
* Issue #8716: Add temporary code for 2.7 to help diagnose buildbot failure.Ned Deily2011-07-051-0/+14
* Issue #8716: Fix errors in the non-OS X path of the 27 backport.Ned Deily2011-07-041-1/+2
* Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to runNed Deily2011-07-041-0/+32
* Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well.Ned Deily2011-07-041-1/+2
* Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9Ned Deily2011-06-281-4/+16
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-164-12/+12
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-154-5/+5
* Merged revisions 85930 via svnmerge fromAlexander Belopolsky2010-11-051-1/+4
* Merged revisions 85018 via svnmerge fromAntoine Pitrou2010-10-091-4/+8
* Issue #6470: Drop UNC prefix in FixTk.pyMartin v. Löwis2010-06-041-0/+2
* Issue #8204: Fix test_ttk notebook test by forcing focus.Martin v. Löwis2010-04-081-0/+4
* Issue #8344: Fix test_ttk bug on FreeBSD.Martin v. Löwis2010-04-081-2/+2
* #7092: silence some py3k warningsFlorent Xicluna2010-04-021-2/+2
* Syntax cleanup `== None` -> `is None`Florent Xicluna2010-03-251-5/+5
* - Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBoxMatthias Klose2010-03-161-3/+5
* #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded.Florent Xicluna2010-03-061-5/+5
* remove the svn:executable property from files that don't have shebang linesBenjamin Peterson2010-03-051-0/+0
* More yearly updates.Georg Brandl2010-01-011-1/+1
* replace has_key with 'in' operatorBenjamin Peterson2009-10-096-27/+27
* replace callable()Benjamin Peterson2009-10-092-4/+4
* Applying patches backported from 3.1, by Gregor Lingl.R. David Murray2009-09-281-4/+9
* Added missing static option for OptionMenu. Issue #5961.Guilherme Polo2009-08-181-1/+2
* Issue #1356969: Add missing info methods in Tix.HList.Guilherme Polo2009-08-181-0/+10
* Fixes for Tix.Grid from issue #1522587.Guilherme Polo2009-08-181-3/+6
* Issue #1522587: New constants and methods for the Tix.Grid widget.Guilherme Polo2009-08-181-11/+102
* Mark the "radio" option of Tix.CheckList as static.Guilherme Polo2009-08-181-1/+1
* Issue #1250469: Fix the return value of Tix.PanedWindow.panes.Guilherme Polo2009-08-181-5/+2
* Issue #1119673: Do not override Tkinter.Text methods when creating a Scrolled...Guilherme Polo2009-08-181-1/+4
* Clarifying Entry.selection_present's docstring.Guilherme Polo2009-08-141-1/+2
* Issue #1135: Add the XView and YView mix-ins to avoid duplicatingGuilherme Polo2009-08-143-131/+51
* convert usage of fail* to assert*Benjamin Peterson2009-06-305-421/+421
* Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl toGuilherme Polo2009-06-211-0/+45
* Improved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the poss...Guilherme Polo2009-05-311-2/+2
* Fix typos.Walter Dörwald2009-05-042-3/+3
* Fixed issue #2638: Show a window constructed with tkSimpleDialog.Dialog onlyGuilherme Polo2009-03-071-2/+6
* Fixed issue #5193: Guarantee that Tkinter.Text.search returns a string.Guilherme Polo2009-03-071-1/+1