summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk
Commit message (Expand)AuthorAgeFilesLines
* Fix buildbot failureAntoine Pitrou2013-11-171-1/+1
* Fix merge error in issue #19602.Serhiy Storchaka2013-11-171-4/+0
* Issue #19602: Use specific asserts in tkinter tests.Serhiy Storchaka2013-11-163-25/+29
* Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085).Serhiy Storchaka2013-11-093-22/+31
* Revert wrong change in previous commit (issue #19085).Serhiy Storchaka2013-11-051-1/+1
* Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue...Serhiy Storchaka2013-11-051-4/+4
* Issue #19085: Fix running test_ttk_textonly on displayless host.Serhiy Storchaka2013-11-042-8/+15
* Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12.Serhiy Storchaka2013-11-041-1/+13
* Issue #19085: Fixed pixels rounding for last Tk patchlevels.Serhiy Storchaka2013-11-031-1/+1
* Issue #6157: Fixed Tkinter.Text.debug(). Original patch by Guilherme Polo.Serhiy Storchaka2013-11-033-2/+27
* Issue #6160: The bbox() method of Tkinter.Spinbox now returns a tuple ofSerhiy Storchaka2013-11-032-1/+13
* Issue #19085: Fixed some Tkinter tests on Windows.Serhiy Storchaka2013-11-021-7/+7
* Issue #19085: Fix Tkinter tests with Tcl/Tk 8.4.Serhiy Storchaka2013-11-023-14/+15
* Issue #10734: Fix and re-enable test_ttk test_heading_callback.Serhiy Storchaka2013-11-021-3/+1
* Issue #19085: Added basic tests for all tkinter widget options.Serhiy Storchaka2013-11-024-21/+1931
* Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.Serhiy Storchaka2013-08-222-6/+6
* #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-4/+4
* Fix tkinter regression introduced by the security fix in #16248.Antoine Pitrou2013-08-011-1/+1
* Update int division to quiet 2to3 warning.Terry Jan Reedy2013-07-281-2/+2
* Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-112-23/+25
* 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