summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
* | 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 #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
|\ \ \ | |/ /
| * | Remove duplication.Ezio Melotti2011-10-192-6/+6
* | | Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack ofNed Deily2011-07-061-25/+35
|\ \ \ | |/ /
| * | Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack ofNed Deily2011-07-061-25/+35
* | | Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to runNed Deily2011-07-041-0/+36
|\ \ \ | |/ /
| * | Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to runNed Deily2011-07-041-0/+36
* | | Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9Ned Deily2011-06-281-4/+16
|\ \ \ | |/ /
| * | Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9Ned Deily2011-06-281-4/+16
* | | remove __version__s dependent on subversion keyword expansion (closes #12221)Benjamin Peterson2011-06-011-2/+0
* | | Issue #10736: Revert changeset de4d34a95603 as it causes failures withNed Deily2011-05-291-16/+4
* | | Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9Ned Deily2011-05-291-4/+16
|/ /
* | #11565: Merge with 3.1.Ezio Melotti2011-03-163-6/+6
|\ \ | |/
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-163-6/+6
* | #11515: Merge with 3.1.Ezio Melotti2011-03-153-3/+3
|\ \ | |/
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-153-3/+3
| * Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-...Georg Brandl2011-02-251-2/+1
| * Merged revisions 86697 via svnmerge fromAlexander Belopolsky2010-11-222-20/+20
| * Merged revisions 85018 via svnmerge fromAntoine Pitrou2010-10-091-4/+8
| * Merged revisions 74473,79974 via svnmerge fromAntoine Pitrou2010-10-091-2/+6