Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Issue #19733: Temporary disable test_image on MacOSX. | Serhiy Storchaka | 2013-11-23 | 2 | -0/+7 | |
|\ \ | |/ | ||||||
| * | Issue #19733: Temporary disable test_image on MacOSX. | Serhiy Storchaka | 2013-11-23 | 2 | -0/+7 | |
| | | ||||||
* | | Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). | Serhiy Storchaka | 2013-11-21 | 3 | -2/+10 | |
|\ \ | |/ | ||||||
| * | Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). | Serhiy Storchaka | 2013-11-21 | 3 | -2/+10 | |
| | | ||||||
* | | Issue #19602: Use specific asserts in tkinter tests. | Serhiy Storchaka | 2013-11-16 | 3 | -26/+26 | |
|\ \ | |/ | ||||||
| * | Issue #19602: Use specific asserts in tkinter tests. | Serhiy Storchaka | 2013-11-16 | 3 | -26/+26 | |
| | | ||||||
* | | Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085). | Serhiy Storchaka | 2013-11-09 | 3 | -23/+31 | |
|\ \ | |/ | ||||||
| * | Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085). | Serhiy Storchaka | 2013-11-09 | 3 | -23/+31 | |
| | | ||||||
* | | Revert wrong change in previous commit (issue #19085). | Serhiy Storchaka | 2013-11-05 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | 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). | |||||
| * | Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 ↵ | Serhiy Storchaka | 2013-11-05 | 1 | -4/+4 | |
| | | | | | | | | (issue #19085). | |||||
* | | Fix typo in tkinter tests (issue #19085). | Serhiy Storchaka | 2013-11-05 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix typo in tkinter tests (issue #19085). | Serhiy Storchaka | 2013-11-05 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #19085: Fix running test_ttk_textonly on displayless host. | Serhiy Storchaka | 2013-11-04 | 2 | -9/+16 | |
|\ \ | |/ | ||||||
| * | Issue #19085: Fix running test_ttk_textonly on displayless host. | Serhiy Storchaka | 2013-11-04 | 2 | -9/+16 | |
| | | ||||||
* | | Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. | Serhiy Storchaka | 2013-11-04 | 1 | -1/+13 | |
|\ \ | |/ | ||||||
| * | 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 #19085: Fixed pixels rounding for last Tk patchlevels. | Serhiy Storchaka | 2013-11-03 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #6157: Fixed tkinter.Text.debug(). tkinter.Text.bbox() now raises | Serhiy Storchaka | 2013-11-03 | 2 | -0/+24 | |
|\ \ | |/ | | | | | | | TypeError instead of TclError on wrong number of arguments. Original patch by Guilherme Polo. | |||||
| * | Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo. | Serhiy Storchaka | 2013-11-03 | 2 | -0/+24 | |
|/ | ||||||
* | Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of | Serhiy Storchaka | 2013-11-03 | 1 | -0/+12 | |
| | | | | 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 #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 | -25/+1917 | |
| | ||||||
* | Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. | Serhiy Storchaka | 2013-08-22 | 1 | -2/+2 | |
| | ||||||
* | Fix usage of the unittest.skip decorator. | Serhiy Storchaka | 2013-03-19 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix usage of the unittest.skip decorator. | Serhiy Storchaka | 2013-03-19 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #15861: tkinter now correctly works with lists and tuples containing | Serhiy Storchaka | 2013-01-15 | 2 | -5/+43 | |
|\ \ | |/ | | | | | strings with whitespaces, backslashes or unbalanced braces. | |||||
| * | Issue #15861: tkinter now correctly works with lists and tuples containing | Serhiy Storchaka | 2013-01-15 | 2 | -5/+43 | |
| | | | | | | | | strings with whitespaces, backslashes or unbalanced braces. | |||||
* | | Merge heads | Serhiy Storchaka | 2013-01-02 | 1 | -0/+45 | |
|\ \ | |/ | ||||||
| * | Issue #16541: tk_setPalette() now works with keyword arguments. | Serhiy Storchaka | 2013-01-01 | 1 | -0/+45 | |
| | | | | | | | | Added a test for tk_setPalette(). | |||||
* | | Issue #15601: fix tkinter test_variables failure with OS X Aqua Tk 8.4 | Andrew Svetlov | 2012-08-09 | 1 | -2/+2 | |
| | | ||||||
* | | Issue #1178863: Separate initialisation from setting when initializing | Martin v. Löwis | 2012-03-13 | 1 | -0/+165 | |
|/ | | | | | | Tkinter.Variables; harmonize exceptions to ValueError; only delete variables that have not been deleted; assert that variable names are strings Patch by Andrew Svetlov. | |||||
* | Merge from 3.1: Issue #13703: add a way to randomize the hash values of ↵ | Georg Brandl | 2012-02-20 | 1 | -1/+1 | |
|\ | | | | | | | | | | | | | | | | | basic types (str, bytes, datetime) in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior. | |||||
| * | Issue #13703: add a way to randomize the hash values of basic types (str, ↵ | Georg Brandl | 2012-02-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | bytes, datetime) in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior. | |||||
* | | Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of | Ned Deily | 2011-07-06 | 1 | -25/+35 | |
| | | | | | | | | | | OS X window manager connection in tk tests, use OS X Application Services API calls instead. | |||||
* | | Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run | Ned Deily | 2011-07-04 | 1 | -0/+36 | |
| | | | | | | | | | | 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 #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: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 | |
| | | ||||||
| * | 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. ........ | |||||
| * | Merged revisions 74473,79974 via svnmerge from | Antoine Pitrou | 2010-10-09 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r74473 | guilherme.polo | 2009-08-16 16:44:14 +0200 (dim., 16 août 2009) | 13 lines Merged revisions 74471-74472 via svnmerge from svn+ssh://pythondev/python/trunk ........ r74471 | guilherme.polo | 2009-08-16 11:34:26 -0300 (Sun, 16 Aug 2009) | 1 line Issue #6244: Allow detect_tkinter to look for Tcl/Tk 8.6. ........ r74472 | guilherme.polo | 2009-08-16 11:38:57 -0300 (Sun, 16 Aug 2009) | 1 line Wrong place for issue #6244. ........ ................ r79974 | benjamin.peterson | 2010-04-12 00:04:51 +0200 (lun., 12 avril 2010) | 13 lines Merged revisions 79903,79907 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79903 | martin.v.loewis | 2010-04-08 04:47:40 -0500 (Thu, 08 Apr 2010) | 2 lines Issue #8344: Fix test_ttk bug on FreeBSD. ........ r79907 | martin.v.loewis | 2010-04-08 12:38:32 -0500 (Thu, 08 Apr 2010) | 2 lines Issue #8204: Fix test_ttk notebook test by forcing focus. ........ ................ | |||||
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 5 | -420/+420 | |
| | | | | | | | | | | | | | | | | | | | | svn+ssh://svn.python.org/python/branches/py3k ........ r73715 | benjamin.peterson | 2009-07-01 01:06:06 +0200 (Mi, 01 Jul 2009) | 1 line convert old fail* assertions to assert* ........ | |||||
* | | test_tkinter: use a context manager to close directly the pipe | Victor Stinner | 2011-01-03 | 1 | -1/+2 | |
| | | | | | | | | Patch written by Nadeem Vawda | |||||
* | | Temporarily skip test failing with newer ttk. | Georg Brandl | 2010-12-19 | 1 | -1/+3 | |
| | | ||||||
* | | Fix test_tk under OS X with Tk 8.4. Patch by Ned Deily. | Antoine Pitrou | 2010-10-05 | 1 | -2/+7 | |
| | | | | | | | | This should fix some buildbot failures. | |||||
* | | Issue #8445: try to fix some buildbot failures on test_ttk_guionly. | Antoine Pitrou | 2010-09-26 | 1 | -4/+8 | |
| | | | | | | | | Patch by Guilherme. | |||||
* | | Issue #9899: Fix test_tkinter.test_font on various platforms. Patch by | Antoine Pitrou | 2010-09-21 | 1 | -2/+10 | |
| | | | | | | | | Ned Deily. |