summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Senthil Kumaran2011-07-281-1/+1
| | | | with a high number so that code relying on them does not break.
* Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack ofNed Deily2011-07-061-28/+38
| | | | | OS X window manager connection in tk tests, use OS X Application Services API calls instead.
* 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
| | | | | test_tk or test_ttk_guionly under a username that is not currently logged in to the console windowserver (as may be the case under buildbot or ssh).
* 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
| | | | on Mac OS X. (Patch by Ronald Oussoren)
* #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
| | | | | | | | | | http://svn.python.org/projects/python/branches/py3k ........ r85930 | alexander.belopolsky | 2010-10-29 13:16:49 -0400 (Fri, 29 Oct 2010) | 1 line Issue 7061: Explained 'gon' ........
* Merged revisions 85018 via svnmerge fromAntoine Pitrou2010-10-091-4/+8
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85018 | antoine.pitrou | 2010-09-26 18:36:33 +0200 (dim., 26 sept. 2010) | 4 lines Issue #8445: try to fix some buildbot failures on test_ttk_guionly. Patch by Guilherme. ........
* Issue #6470: Drop UNC prefix in FixTk.pyMartin v. Löwis2010-06-041-0/+2
| | | | Patch by Christop Gohlke and Amaury Forgeot d'Arc.
* 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
| | | | with Tcl/Tk-8.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 ↵Guilherme Polo2009-08-181-1/+4
| | | | ScrolledText.
* 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
| | | | the xview* and yview* methods.
* 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
| | | | | Lib/lib-tk/test/test_tkinter/test_loadtk in order to follow the behaviour of test_ttkguionly.
* Improved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the ↵Guilherme Polo2009-05-311-2/+2
| | | | possible options and values are the same accepted by paneconfigure (not configure).
* 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
| | | | | after it is has been populated and properly configured in order to prevent window flashing.
* Fixed issue #5193: Guarantee that Tkinter.Text.search returns a string.Guilherme Polo2009-03-071-1/+1
|
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-214-8/+8
|
* Issue #5295: Typos in turtle.pyMark Dickinson2009-02-201-21/+21
|
* Some tests for Tkinter.Text.searchGuilherme Polo2009-02-092-0/+39
|
* Fixed issue #4890: Handle empty text search pattern inGuilherme Polo2009-02-091-2/+3
| | | | Tkinter.Text.search
* Turned setup_master publicGuilherme Polo2009-02-091-22/+19
|
* Eliminated the need to use ttk.__loadtk__ and the problems related it.Guilherme Polo2009-02-071-29/+41
|
* Moving to importlibGuilherme Polo2009-02-021-4/+3
|