Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't rely on dict order | Benjamin Peterson | 2012-02-21 | 1 | -2/+4 |
| | |||||
* | Issue #13439: Fix many errors in turtle docstrings. | Petri Lehtinen | 2011-12-02 | 1 | -54/+50 |
| | |||||
* | Remove duplication. | Ezio Melotti | 2011-10-19 | 2 | -4/+4 |
| | |||||
* | #12677: correct turtle orientation in doc | Sandro Tosi | 2011-08-07 | 1 | -2/+2 |
| | |||||
* | Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them ↵ | Senthil Kumaran | 2011-07-28 | 1 | -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 of | Ned Deily | 2011-07-06 | 1 | -28/+38 |
| | | | | | OS X window manager connection in tk tests, use OS X Application Services API calls instead. | ||||
* | Issue #8716: Back out temporary changeset 18ce15f841cf | Ned Deily | 2011-07-05 | 1 | -14/+0 |
| | |||||
* | Issue #8716: Add temporary code for 2.7 to help diagnose buildbot failure. | Ned Deily | 2011-07-05 | 1 | -0/+14 |
| | |||||
* | Issue #8716: Fix errors in the non-OS X path of the 27 backport. | Ned Deily | 2011-07-04 | 1 | -1/+2 |
| | |||||
* | Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run | Ned Deily | 2011-07-04 | 1 | -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 Deily | 2011-07-04 | 1 | -1/+2 |
| | |||||
* | Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 | Ned Deily | 2011-06-28 | 1 | -4/+16 |
| | | | | on Mac OS X. (Patch by Ronald Oussoren) | ||||
* | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 4 | -12/+12 |
| | |||||
* | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 4 | -5/+5 |
| | |||||
* | Merged revisions 85930 via svnmerge from | Alexander Belopolsky | 2010-11-05 | 1 | -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 from | Antoine Pitrou | 2010-10-09 | 1 | -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.py | Martin v. Löwis | 2010-06-04 | 1 | -0/+2 |
| | | | | Patch by Christop Gohlke and Amaury Forgeot d'Arc. | ||||
* | Issue #8204: Fix test_ttk notebook test by forcing focus. | Martin v. Löwis | 2010-04-08 | 1 | -0/+4 |
| | |||||
* | Issue #8344: Fix test_ttk bug on FreeBSD. | Martin v. Löwis | 2010-04-08 | 1 | -2/+2 |
| | |||||
* | #7092: silence some py3k warnings | Florent Xicluna | 2010-04-02 | 1 | -2/+2 |
| | |||||
* | Syntax cleanup `== None` -> `is None` | Florent Xicluna | 2010-03-25 | 1 | -5/+5 |
| | |||||
* | - Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox | Matthias Klose | 2010-03-16 | 1 | -3/+5 |
| | | | | with Tcl/Tk-8.5. | ||||
* | #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded. | Florent Xicluna | 2010-03-06 | 1 | -5/+5 |
| | |||||
* | remove the svn:executable property from files that don't have shebang lines | Benjamin Peterson | 2010-03-05 | 1 | -0/+0 |
| | |||||
* | More yearly updates. | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | replace has_key with 'in' operator | Benjamin Peterson | 2009-10-09 | 6 | -27/+27 |
| | |||||
* | replace callable() | Benjamin Peterson | 2009-10-09 | 2 | -4/+4 |
| | |||||
* | Applying patches backported from 3.1, by Gregor Lingl. | R. David Murray | 2009-09-28 | 1 | -4/+9 |
| | |||||
* | Added missing static option for OptionMenu. Issue #5961. | Guilherme Polo | 2009-08-18 | 1 | -1/+2 |
| | |||||
* | Issue #1356969: Add missing info methods in Tix.HList. | Guilherme Polo | 2009-08-18 | 1 | -0/+10 |
| | |||||
* | Fixes for Tix.Grid from issue #1522587. | Guilherme Polo | 2009-08-18 | 1 | -3/+6 |
| | |||||
* | Issue #1522587: New constants and methods for the Tix.Grid widget. | Guilherme Polo | 2009-08-18 | 1 | -11/+102 |
| | |||||
* | Mark the "radio" option of Tix.CheckList as static. | Guilherme Polo | 2009-08-18 | 1 | -1/+1 |
| | |||||
* | Issue #1250469: Fix the return value of Tix.PanedWindow.panes. | Guilherme Polo | 2009-08-18 | 1 | -5/+2 |
| | |||||
* | Issue #1119673: Do not override Tkinter.Text methods when creating a ↵ | Guilherme Polo | 2009-08-18 | 1 | -1/+4 |
| | | | | ScrolledText. | ||||
* | Clarifying Entry.selection_present's docstring. | Guilherme Polo | 2009-08-14 | 1 | -1/+2 |
| | |||||
* | Issue #1135: Add the XView and YView mix-ins to avoid duplicating | Guilherme Polo | 2009-08-14 | 3 | -131/+51 |
| | | | | the xview* and yview* methods. | ||||
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 5 | -421/+421 |
| | |||||
* | Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to | Guilherme Polo | 2009-06-21 | 1 | -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 Polo | 2009-05-31 | 1 | -2/+2 |
| | | | | possible options and values are the same accepted by paneconfigure (not configure). | ||||
* | Fix typos. | Walter Dörwald | 2009-05-04 | 2 | -3/+3 |
| | |||||
* | Fixed issue #2638: Show a window constructed with tkSimpleDialog.Dialog only | Guilherme Polo | 2009-03-07 | 1 | -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 Polo | 2009-03-07 | 1 | -1/+1 |
| | |||||
* | Issue #5341: Fix a variety of spelling errors. | Mark Dickinson | 2009-02-21 | 4 | -8/+8 |
| | |||||
* | Issue #5295: Typos in turtle.py | Mark Dickinson | 2009-02-20 | 1 | -21/+21 |
| | |||||
* | Some tests for Tkinter.Text.search | Guilherme Polo | 2009-02-09 | 2 | -0/+39 |
| | |||||
* | Fixed issue #4890: Handle empty text search pattern in | Guilherme Polo | 2009-02-09 | 1 | -2/+3 |
| | | | | Tkinter.Text.search | ||||
* | Turned setup_master public | Guilherme Polo | 2009-02-09 | 1 | -22/+19 |
| | |||||
* | Eliminated the need to use ttk.__loadtk__ and the problems related it. | Guilherme Polo | 2009-02-07 | 1 | -29/+41 |
| | |||||
* | Moving to importlib | Guilherme Polo | 2009-02-02 | 1 | -4/+3 |
| |