summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter
Commit message (Expand)AuthorAgeFilesLines
* Fix usage of the unittest.skip decorator.Serhiy Storchaka2013-03-191-1/+1
|\
| * Fix usage of the unittest.skip decorator.Serhiy Storchaka2013-03-191-1/+1
| |\
| | * Fix usage of the unittest.skip decorator.Serhiy Storchaka2013-03-191-1/+1
* | | 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
* | | Merge 3.3, issue #17047: remove doubled words found in 2.7 toTerry Jan Reedy2013-03-111-21/+23
|\ \ \ | |/ /
| * | Merge 3.2, issue #17047: remove doubled words found in 2.7 toTerry Jan Reedy2013-03-111-21/+23
| |\ \ | | |/
| | * Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-111-21/+23
* | | Issue #15861: tkinter now correctly works with lists and tuples containingSerhiy Storchaka2013-01-154-81/+120
|\ \ \ | |/ /
| * | Issue #15861: tkinter now correctly works with lists and tuples containingSerhiy Storchaka2013-01-154-81/+120
| |\ \ | | |/
| | * Issue #15861: tkinter now correctly works with lists and tuples containingSerhiy Storchaka2013-01-154-81/+120
* | | Merge headsSerhiy Storchaka2013-01-022-1/+46
|\ \ \ | |/ /
| * | Merge headsSerhiy Storchaka2013-01-022-1/+46
| |\ \ | | |/
| | * Issue #16541: tk_setPalette() now works with keyword arguments.Serhiy Storchaka2013-01-012-1/+46
* | | 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
* | | Replace os.error with OSError in tkinter and IDLEAndrew Svetlov2012-12-171-2/+2
* | | 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 #15601: fix tkinter test_variables failure with OS X Aqua Tk 8.4Andrew Svetlov2012-08-091-2/+2
* | Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter Simple...Andrew Svetlov2012-07-301-1/+1
|\ \ | |/
| * Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter Simple...Andrew Svetlov2012-07-301-1/+1
* | Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-2/+2
* | Issue #14777: mergeNed Deily2012-05-161-2/+26
|\ \ | |/
| * Issue #14777: In an X11 windowing environment, tkinter may returnNed Deily2012-05-161-2/+26
* | Issue #3033: Add displayof parameter to tkinter font.Andrew Svetlov2012-04-051-17/+27
* | merge with 3.2Georg Brandl2012-04-041-1/+1
|\ \ | |/
| * Closes #14495: fix typo.Georg Brandl2012-04-041-1/+1
* | Issue #802310: Generate always unique tkinter font names if not directly passedAndrew Svetlov2012-04-031-1/+4
* | reformat code to follow PEP8Andrew Svetlov2012-04-031-6/+10
* | 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-132-12/+189
* | Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-201-1/+1
|\ \ | |/
| * Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-1/+1
| |\
| | * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-1/+1
* | | Remove redundant imports.Florent Xicluna2011-11-042-5/+2
* | | Merge 3.2Florent Xicluna2011-10-282-5/+5
|\ \ \ | |/ /
| * | Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-282-5/+5
* | | Merge with 3.2.Ezio Melotti2011-10-192-6/+6
|\ \ \ | |/ /