Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix buildbot failure | Antoine Pitrou | 2013-11-17 | 1 | -1/+1 |
| | |||||
* | Fix merge error in issue #19602. | Serhiy Storchaka | 2013-11-17 | 1 | -4/+0 |
| | |||||
* | Issue #19602: Use specific asserts in tkinter tests. | Serhiy Storchaka | 2013-11-16 | 3 | -25/+29 |
| | |||||
* | Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085). | Serhiy Storchaka | 2013-11-09 | 3 | -22/+31 |
| | |||||
* | Revert wrong change in previous commit (issue #19085). | Serhiy Storchaka | 2013-11-05 | 1 | -1/+1 |
| | |||||
* | Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 ↵ | Serhiy Storchaka | 2013-11-05 | 1 | -4/+4 |
| | | | | (issue #19085). | ||||
* | Issue #19085: Fix running test_ttk_textonly on displayless host. | Serhiy Storchaka | 2013-11-04 | 2 | -8/+15 |
| | |||||
* | Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. | Serhiy Storchaka | 2013-11-04 | 1 | -1/+13 |
| | |||||
* | Issue #19085: Fixed pixels rounding for last Tk patchlevels. | Serhiy Storchaka | 2013-11-03 | 1 | -1/+1 |
| | |||||
* | Issue #6157: Fixed Tkinter.Text.debug(). Original patch by Guilherme Polo. | Serhiy Storchaka | 2013-11-03 | 3 | -2/+27 |
| | |||||
* | Issue #6160: The bbox() method of Tkinter.Spinbox now returns a tuple of | Serhiy Storchaka | 2013-11-03 | 2 | -1/+13 |
| | | | | integers instead of a string. Based on patch by Guilherme Polo. | ||||
* | Issue #19085: Fixed some Tkinter tests on Windows. | Serhiy Storchaka | 2013-11-02 | 1 | -7/+7 |
| | |||||
* | Issue #19085: Fix Tkinter tests with Tcl/Tk 8.4. | Serhiy Storchaka | 2013-11-02 | 3 | -14/+15 |
| | |||||
* | Issue #10734: Fix and re-enable test_ttk test_heading_callback. | Serhiy Storchaka | 2013-11-02 | 1 | -3/+1 |
| | |||||
* | Issue #19085: Added basic tests for all tkinter widget options. | Serhiy Storchaka | 2013-11-02 | 4 | -21/+1931 |
| | |||||
* | Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. | Serhiy Storchaka | 2013-08-22 | 2 | -6/+6 |
| | |||||
* | #18705: fix a number of typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -4/+4 |
| | |||||
* | Fix tkinter regression introduced by the security fix in #16248. | Antoine Pitrou | 2013-08-01 | 1 | -1/+1 |
| | |||||
* | Update int division to quiet 2to3 warning. | Terry Jan Reedy | 2013-07-28 | 1 | -2/+2 |
| | |||||
* | Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, | Terry Jan Reedy | 2013-03-11 | 2 | -23/+25 |
| | | | | as reported by Serhiy Storchaka and Matthew Barnett. | ||||
* | Issue #15861: tkinter now correctly works with lists and tuples containing | Serhiy Storchaka | 2013-01-15 | 4 | -81/+125 |
| | | | | strings with whitespaces, backslashes or unbalanced braces. | ||||
* | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
| | | | | Patch by Serhiy Storchaka. | ||||
* | Issue #16582: use int exit code in tkinter._exit | Andrew Svetlov | 2012-12-09 | 1 | -1/+5 |
| | |||||
* | Issue #16248: Disable code execution from the user's home directory by ↵ | Antoine Pitrou | 2012-12-09 | 1 | -1/+3 |
| | | | | | | tkinter when the -E flag is passed to Python. Patch by Zachary Ware. | ||||
* | Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter ↵ | Andrew Svetlov | 2012-07-30 | 1 | -1/+1 |
| | | | | SimpleDialog. | ||||
* | Issue #14777: In an X11 windowing environment, tkinter may return | Ned Deily | 2012-05-16 | 1 | -2/+26 |
| | | | | | | | | undecoded UTF-8 bytes as a string when accessing the Tk clipboard. Modify clipboad_get() to first request type UTF8_STRING when no specific type is requested in an X11 windowing environment, falling back to the current default type STRING if that fails. Original patch by Thomas Kluyver. | ||||
* | Transplant 45287f2799f5 from default branch. | Georg Brandl | 2012-04-04 | 1 | -1/+1 |
| | |||||
* | 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 |
| |