summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* tkinter.Text.debug() now always returns 0/1.Serhiy Storchaka2014-01-111-1/+1
|\
| * tkinter.Text.debug() now always returns 0/1.Serhiy Storchaka2014-01-111-1/+1
* | Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.Serhiy Storchaka2014-01-071-6/+13
|\ \ | |/
| * Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.Serhiy Storchaka2014-01-071-6/+13
* | Issue #20067: Tkinter variables now work when wantobjects is false.Serhiy Storchaka2013-12-261-3/+3
|\ \ | |/
| * Issue #20067: Tkinter variables now work when wantobjects is false.Serhiy Storchaka2013-12-261-3/+3
* | Issue #19020: Tkinter now uses splitlist() instead of split() in configureSerhiy Storchaka2013-12-251-18/+19
|\ \ | |/
| * Issue #19020: Tkinter now uses splitlist() instead of split() in configureSerhiy Storchaka2013-12-251-18/+19
* | Issue #6157: Fixed tkinter.Text.debug(). tkinter.Text.bbox() now raisesSerhiy Storchaka2013-11-031-5/+6
|\ \ | |/
| * Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo.Serhiy Storchaka2013-11-031-2/+3
* | Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple ofSerhiy Storchaka2013-11-031-1/+1
|\ \ | |/
| * Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple ofSerhiy Storchaka2013-11-031-1/+1
* | Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.Serhiy Storchaka2013-08-221-4/+4
|\ \ | |/
| * Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.Serhiy Storchaka2013-08-221-4/+4
* | Merge with 3.3, issue #17047: remove doubled words added in 3.3,Terry Jan Reedy2013-03-111-1/+1
|\ \ | |/
| * Issue #17047: remove doubled words added in 3.3Terry Jan Reedy2013-03-111-1/+1
* | Issue #15861: tkinter now correctly works with lists and tuples containingSerhiy Storchaka2013-01-151-1/+30
|\ \ | |/
| * Issue #15861: tkinter now correctly works with lists and tuples containingSerhiy Storchaka2013-01-151-1/+30
| |\
| | * Issue #15861: tkinter now correctly works with lists and tuples containingSerhiy Storchaka2013-01-151-1/+30
* | | Merge headsSerhiy Storchaka2013-01-021-1/+1
|\ \ \ | |/ /
| * | Merge headsSerhiy Storchaka2013-01-021-1/+1
| |\ \ | | |/
| | * Issue #16541: tk_setPalette() now works with keyword arguments.Serhiy Storchaka2013-01-011-1/+1
* | | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
|\ \ \ | |/ /
| * | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
| |\ \ | | |/
| | * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* | | Issue #16582: use int exit code in tkinter._exitAndrew Svetlov2012-12-091-1/+5
|\ \ \ | |/ /
| * | Issue #16582: use int exit code in tkinter._exitAndrew Svetlov2012-12-091-1/+5
| |\ \ | | |/
| | * Issue #16582: use int exit code in tkinter._exitAndrew Svetlov2012-12-091-1/+5
* | | Issue #16248: Disable code execution from the user's home directory by tkinte...Antoine Pitrou2012-12-091-1/+3
|\ \ \ | |/ /
| * | Issue #16248: Disable code execution from the user's home directory by tkinte...Antoine Pitrou2012-12-091-1/+3
| |\ \ | | |/
| | * Issue #16248: Disable code execution from the user's home directory by tkinte...Antoine Pitrou2012-12-091-1/+3
* | | Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapperAndrew Svetlov2012-12-031-2/+2
|\ \ \ | |/ /
| * | Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapperAndrew Svetlov2012-12-031-2/+2
| |\ \ | | |/
| | * Issue #16583: Prevent nesting SystemExit in tkinter.CallWrapperAndrew Svetlov2012-12-031-2/+2
* | | Issue #14446: Remove deprecated tkinter functionsAndrew Svetlov2012-10-041-39/+0
|/ /
* | Issue #14777: mergeNed Deily2012-05-161-2/+26
|\ \ | |/
| * Issue #14777: In an X11 windowing environment, tkinter may returnNed Deily2012-05-161-2/+26
* | issue #3035: update PendingDeprecationWarning to DeprectionWarning, point dep...Andrew Svetlov2012-03-311-10/+10
* | Issue #3035: Unused functions from tkinter are marked as pending peprecated.Andrew Svetlov2012-03-211-0/+24
* | Issue #2843: Add new Tk API to Tkinter.Martin v. Löwis2012-03-131-1/+87
* | Issue #1178863: Separate initialisation from setting when initializingMartin v. Löwis2012-03-131-12/+24
* | Remove redundant imports.Florent Xicluna2011-11-041-3/+2
* | Merge 3.2Florent Xicluna2011-10-281-4/+4
|\ \ | |/
| * Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-281-4/+4
* | remove __version__s dependent on subversion keyword expansion (closes #12221)Benjamin Peterson2011-06-011-2/+0
|/
* #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
|\
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
| * Merged revisions 86697 via svnmerge fromAlexander Belopolsky2010-11-221-17/+17
* | Issue #6878: Fixed return type of tkinter methods documented to return lists.Alexander Belopolsky2010-11-221-17/+17
* | Merged revisions 74446-74449 via svnmerge fromGuilherme Polo2009-08-141-90/+49
|/