An error occurred fetching the project authors.
- 25 Dec, 2013 1 commit
-
-
Serhiy Storchaka authored
methods.
-
- 03 Nov, 2013 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
integers instead of a string. Based on patch by Guilherme Polo.
-
- 22 Aug, 2013 1 commit
-
-
Serhiy Storchaka authored
-
- 21 Aug, 2013 1 commit
-
-
Barry Warsaw authored
issue 16248.
-
- 01 Aug, 2013 1 commit
-
-
Antoine Pitrou authored
-
- 20 Feb, 2013 1 commit
-
-
Barry Warsaw authored
tkinter when the -E flag is passed to Python. Patch by Zachary Ware.
-
- 15 Jan, 2013 1 commit
-
-
Serhiy Storchaka authored
strings with whitespaces, backslashes or unbalanced braces.
-
- 18 Dec, 2012 1 commit
-
-
Andrew Svetlov authored
Patch by Serhiy Storchaka.
-
- 09 Dec, 2012 2 commits
-
-
Andrew Svetlov authored
-
Antoine Pitrou authored
Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. Patch by Zachary Ware.
-
- 16 May, 2012 1 commit
-
-
Ned Deily authored
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.
-
- 28 Jul, 2011 1 commit
-
-
Senthil Kumaran authored
Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with a high number so that code relying on them does not break.
-
- 15 Mar, 2011 1 commit
-
-
Ezio Melotti authored
-
- 09 Oct, 2009 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 14 Aug, 2009 2 commits
-
-
Guilherme Polo authored
-
Guilherme Polo authored
the xview* and yview* methods.
-
- 02 Jul, 2009 1 commit
-
-
Jesus Cea authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69846 | mark.dickinson | 2009-02-21 21:27:01 +0100 (Sat, 21 Feb 2009) | 2 lines Issue #5341: Fix a variety of spelling errors. ........
-
- 31 May, 2009 1 commit
-
-
Guilherme Polo authored
Improved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the possible options and values are the same accepted by paneconfigure (not configure).
-
- 07 Mar, 2009 2 commits
-
-
Guilherme Polo authored
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. ........
-
Guilherme Polo authored
-
- 21 Feb, 2009 1 commit
-
-
Mark Dickinson authored
-
- 09 Feb, 2009 2 commits
-
-
Guilherme Polo authored
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 ........
-
Guilherme Polo authored
Tkinter.Text.search
-
- 13 Dec, 2008 1 commit
-
-
Martin v. Löwis authored
Issue #4342: Always convert Text.index result to string.
-
- 03 Nov, 2008 3 commits
-
-
Hirokazu Yamamoto authored
and then remove it. Written by Guilherme Polo (gpolo). Backport of r67082.
-
Hirokazu Yamamoto authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r67082 | hirokazu.yamamoto | 2008-11-04 03:03:06 +0900 | 2 lines Issue #3774: Fixed an error when create a Tkinter menu item without command and then remove it. Written by Guilherme Polo (gpolo). ........
-
Hirokazu Yamamoto authored
and then remove it. Written by Guilherme Polo (gpolo).
-
- 22 Aug, 2008 2 commits
-
-
Robert Schuppenies authored
Backport from trunk r65971.
-
Robert Schuppenies authored
-
- 10 Aug, 2008 2 commits
-
-
Robert Schuppenies authored
menu entries were not deleted. Backport from trunk r65622.
-
Robert Schuppenies authored
menu entries were not deleted.
-
- 04 Aug, 2008 1 commit
-
-
Brett Cannon authored
-
- 02 Aug, 2008 2 commits
-
-
Martin v. Löwis authored
Tcl command objects. Backport of r65399.
-
Martin v. Löwis authored
Tcl command objects.
-
- 31 Jul, 2008 1 commit
-
-
Benjamin Peterson authored
-
- 03 Jun, 2008 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 31 May, 2008 1 commit
-
-
Georg Brandl authored
-