summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter
Commit message (Expand)AuthorAgeFilesLines
* Fix tkinter regression introduced by the security fix in #16248.Georg Brandl2013-09-141-1/+1
* Fix usage of the unittest.skip decorator.Serhiy Storchaka2013-03-191-1/+1
* 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 #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 #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 #16583: Prevent nesting SystemExit in tkinter.CallWrapperAndrew Svetlov2012-12-031-2/+2
* Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter Simple...Andrew Svetlov2012-07-301-1/+1
* Issue #14777: In an X11 windowing environment, tkinter may returnNed Deily2012-05-161-2/+26
* Closes #14495: fix typo.Georg Brandl2012-04-041-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
* | Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-282-5/+5
* | 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: 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
* | #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
* | #1730136: Fix comparison between a tk Font object and an object of a differen...Amaury Forgeot d'Arc2010-09-172-1/+21
* | Issue #9384: python -m tkinter will now display a simple demo applet.Alexander Belopolsky2010-07-271-0/+7
* | Merged revisions 81701 via svnmerge fromMartin v. Löwis2010-06-041-0/+2
* | Merged revisions 79903,79907 via svnmerge fromBenjamin Peterson2010-04-111-2/+6
* | Merged revisions 78988 via svnmerge fromMatthias Klose2010-03-161-3/+5
* | Merged revisions 74507-74511,74517 via svnmerge fromGuilherme Polo2009-08-182-21/+125
* | Merged revisions 74446-74449 via svnmerge fromGuilherme Polo2009-08-143-132/+53
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-305-420/+420
|/
* - remove svn:executable property from some library filesMatthias Klose2009-06-221-0/+0
* Merged revisions 73495 via svnmerge fromGuilherme Polo2009-06-211-0/+45
* Merged revisions 73083 via svnmerge fromGuilherme Polo2009-05-311-2/+2
* Merged revisions 70223 via svnmerge fromGuilherme Polo2009-03-071-3/+6
* Merged revisions 70218-70219 via svnmerge fromGuilherme Polo2009-03-071-1/+1