Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Issue #6157: Fixed tkinter.Text.debug(). tkinter.Text.bbox() now raises | Serhiy Storchaka | 2013-11-03 | 1 | -5/+6 | |
|\ \ | |/ | | | | | | | 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 | 1 | -2/+3 | |
| | | ||||||
* | | Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of | Serhiy Storchaka | 2013-11-03 | 1 | -1/+1 | |
|\ \ | |/ | | | | | integers instead of a string. Based on patch by Guilherme Polo. | |||||
| * | Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of | Serhiy Storchaka | 2013-11-03 | 1 | -1/+1 | |
| | | | | | | | | integers instead of a string. Based on patch by Guilherme Polo. | |||||
* | | Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. | Serhiy Storchaka | 2013-08-22 | 1 | -4/+4 | |
|\ \ | |/ | ||||||
| * | Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. | Serhiy Storchaka | 2013-08-22 | 1 | -4/+4 | |
| | | ||||||
* | | Merge with 3.3, issue #17047: remove doubled words added in 3.3, | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 | |
|\ \ | |/ | | | | | as reported by Serhiy Storchaka and Matthew Barnett. | |||||
| * | Issue #17047: remove doubled words added in 3.3 | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 | |
| | | | | | | | | as reported by Serhiy Storchaka and Matthew Barnett. | |||||
* | | Issue #15861: tkinter now correctly works with lists and tuples containing | Serhiy Storchaka | 2013-01-15 | 1 | -1/+30 | |
|\ \ | |/ | | | | | strings with whitespaces, backslashes or unbalanced braces. | |||||
| * | Issue #15861: tkinter now correctly works with lists and tuples containing | Serhiy Storchaka | 2013-01-15 | 1 | -1/+30 | |
| |\ | | | | | | | | | | strings with whitespaces, backslashes or unbalanced braces. | |||||
| | * | Issue #15861: tkinter now correctly works with lists and tuples containing | Serhiy Storchaka | 2013-01-15 | 1 | -1/+30 | |
| | | | | | | | | | | | | strings with whitespaces, backslashes or unbalanced braces. | |||||
* | | | Merge heads | Serhiy Storchaka | 2013-01-02 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Merge heads | Serhiy Storchaka | 2013-01-02 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Issue #16541: tk_setPalette() now works with keyword arguments. | Serhiy Storchaka | 2013-01-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | Added a test for tk_setPalette(). | |||||
* | | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 | |
|\ \ \ | |/ / | | | | | | | Patch by Serhiy Storchaka. | |||||
| * | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 | |
| |\ \ | | |/ | | | | | | | Patch by Serhiy Storchaka. | |||||
| | * | 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 #16582: use int exit code in tkinter._exit | Andrew Svetlov | 2012-12-09 | 1 | -1/+5 | |
| |\ \ | | |/ | ||||||
| | * | 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 #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 #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. | |||||
* | | | Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper | Andrew Svetlov | 2012-12-03 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper | Andrew Svetlov | 2012-12-03 | 1 | -2/+2 | |
| |\ \ | | |/ | ||||||
| | * | Issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper | Andrew Svetlov | 2012-12-03 | 1 | -2/+2 | |
| | | | ||||||
* | | | Issue #14446: Remove deprecated tkinter functions | Andrew Svetlov | 2012-10-04 | 1 | -39/+0 | |
|/ / | | | | | | | Thanks to Michael Driscoll | |||||
* | | Issue #14777: merge | Ned Deily | 2012-05-16 | 1 | -2/+26 | |
|\ \ | |/ | ||||||
| * | 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. | |||||
* | | issue #3035: update PendingDeprecationWarning to DeprectionWarning, point ↵ | Andrew Svetlov | 2012-03-31 | 1 | -10/+10 | |
| | | | | | | | | deprecation in tkinter doc | |||||
* | | Issue #3035: Unused functions from tkinter are marked as pending peprecated. | Andrew Svetlov | 2012-03-21 | 1 | -0/+24 | |
| | | ||||||
* | | Issue #2843: Add new Tk API to Tkinter. | Martin v. Löwis | 2012-03-13 | 1 | -1/+87 | |
| | | | | | | | | Patch by Guilherme Polo and Andrew Svetlov. | |||||
* | | Issue #1178863: Separate initialisation from setting when initializing | Martin v. Löwis | 2012-03-13 | 1 | -12/+24 | |
| | | | | | | | | | | | | Tkinter.Variables; harmonize exceptions to ValueError; only delete variables that have not been deleted; assert that variable names are strings Patch by Andrew Svetlov. | |||||
* | | Remove redundant imports. | Florent Xicluna | 2011-11-04 | 1 | -3/+2 | |
| | | ||||||
* | | Merge 3.2 | Florent Xicluna | 2011-10-28 | 1 | -4/+4 | |
|\ \ | |/ | ||||||
| * | Closes #13258: Use callable() built-in in the standard library. | Florent Xicluna | 2011-10-28 | 1 | -4/+4 | |
| | | ||||||
* | | remove __version__s dependent on subversion keyword expansion (closes #12221) | Benjamin Peterson | 2011-06-01 | 1 | -2/+0 | |
|/ | ||||||
* | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 | |
|\ | ||||||
| * | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 | |
| | | ||||||
| * | Merged revisions 86697 via svnmerge from | Alexander Belopolsky | 2010-11-22 | 1 | -17/+17 | |
| | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86697 | alexander.belopolsky | 2010-11-22 14:40:51 -0500 (Mon, 22 Nov 2010) | 1 line Issue #6878: Fixed return type of tkinter methods documented to return lists. ........ | |||||
* | | Issue #6878: Fixed return type of tkinter methods documented to return lists. | Alexander Belopolsky | 2010-11-22 | 1 | -17/+17 | |
| | | ||||||
* | | Merged revisions 74446-74449 via svnmerge from | Guilherme Polo | 2009-08-14 | 1 | -90/+49 | |
|/ | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev/python/trunk ........ r74446 | guilherme.polo | 2009-08-14 10:53:41 -0300 (Fri, 14 Aug 2009) | 1 line Issue #3344: Replace itertools.count by enumerate. ........ r74447 | guilherme.polo | 2009-08-14 11:03:07 -0300 (Fri, 14 Aug 2009) | 1 line Issue #3926: Fix the usage of the new showwarnings and formatwarning. ........ r74448 | guilherme.polo | 2009-08-14 11:36:45 -0300 (Fri, 14 Aug 2009) | 3 lines Issue #1135: Add the XView and YView mix-ins to avoid duplicating the xview* and yview* methods. ........ r74449 | guilherme.polo | 2009-08-14 11:43:43 -0300 (Fri, 14 Aug 2009) | 1 line Clarifying Entry.selection_present's docstring. ........ | |||||
* | Merged revisions 73083 via svnmerge from | Guilherme Polo | 2009-05-31 | 1 | -2/+2 | |
| | | | | | | | | | | svn+ssh://pythondev/python/trunk ........ r73083 | guilherme.polo | 2009-05-31 18:31:21 -0300 (Sun, 31 May 2009) | 1 line Improved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the possible options and values are the same accepted by paneconfigure (not configure). ........ | |||||
* | Merged revisions 70218-70219 via svnmerge from | Guilherme Polo | 2009-03-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | svn+ssh://pythondev/python/trunk ........ r70218 | guilherme.polo | 2009-03-06 22:19:12 -0300 (Fri, 06 Mar 2009) | 1 line Fixed issue #5193: Guarantee that Tkinter.Text.search returns a string. ........ r70219 | guilherme.polo | 2009-03-06 22:47:49 -0300 (Fri, 06 Mar 2009) | 4 lines Fixed issue #4792: Prevent a segfault in _tkinter by using the guaranteed to be safe interp argument given to the PythonCmd in place of the Tcl interpreter taken from a PythonCmd_ClientData. ........ | |||||
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 1 | -1/+1 | |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r69846 | mark.dickinson | 2009-02-21 20:27:01 +0000 (Sat, 21 Feb 2009) | 2 lines Issue #5341: Fix a variety of spelling errors. ........ | |||||
* | Merged revisions 69461 via svnmerge from | Guilherme Polo | 2009-02-09 | 1 | -2/+3 | |
| | | | | | | | | | | | svn+ssh://pythondev/python/trunk ........ r69461 | guilherme.polo | 2009-02-09 14:41:09 -0200 (Mon, 09 Feb 2009) | 3 lines Fixed issue #4890: Handle empty text search pattern in Tkinter.Text.search ........ | |||||
* | Forgot to remove no longer needed code since r68237 | Guilherme Polo | 2009-01-03 | 1 | -6/+0 | |
| | ||||||
* | Issue #3774: Fixed an error when create a Tkinter menu item without command | Hirokazu Yamamoto | 2008-11-04 | 1 | -12/+13 | |
| | | | | and then remove it. Written by Guilherme Polo (gpolo). Ported r67082. | |||||
* | Issue #1658: dict size is changing during iteration in tkinter.BaseWidget and | Guilherme Polo | 2008-09-04 | 1 | -5/+3 | |
| | | | | | | tkinter.scrolledtext.ScrolledText. Reviewed by Amaury Forgeot d'Arc | |||||
* | Merged revisions 65971 via svnmerge from | Robert Schuppenies | 2008-08-22 | 1 | -5/+7 | |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r65971 | robert.schuppenies | 2008-08-22 10:03:43 +0200 (Fri, 22 Aug 2008) | 2 lines Issue #1342811: Fixed broken patch. Reviewed by benjamin.peterson. ........ |