summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Merged revisions 81703 via svnmerge fromMartin v. Löwis2010-06-041-0/+2
| * Merged revisions 78989 via svnmerge fromMatthias Klose2010-03-161-3/+5
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-135-420/+420
* | test_tkinter: use a context manager to close directly the pipeVictor Stinner2011-01-031-1/+2
* | #10768: fix ScrolledText widget construction, and make the example work from ...Georg Brandl2010-12-281-4/+3
* | Temporarily skip test failing with newer ttk.Georg Brandl2010-12-191-1/+3
* | Issue #6878: Fixed return type of tkinter methods documented to return lists.Alexander Belopolsky2010-11-222-20/+20
* | Fix test_tk under OS X with Tk 8.4. Patch by Ned Deily.Antoine Pitrou2010-10-051-2/+7
* | Issue #8445: try to fix some buildbot failures on test_ttk_guionly.Antoine Pitrou2010-09-261-4/+8
* | Issue #9899: Fix test_tkinter.test_font on various platforms. Patch byAntoine Pitrou2010-09-211-2/+10