aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/tkinter/tix.py
Commit message (Expand)AuthorAge
* gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547)Serhiy Storchaka2022-09-27
* bpo-41730: Show deprecation warnings for tkinter.tix (GH-22186)wyz23x22021-05-07
* bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904)Serhiy Storchaka2020-12-25
* bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)Serhiy Storchaka2020-12-19
* bpo-39136: Fixed typos (GH-17720)Gurupad Hegde2019-12-28
* Issue 28923: Remove editor artifacts from Tix.py,Terry Jan Reedy2016-12-22
|\
| * Issue 28923: Remove editor artifacts from Tix.py.Terry Jan Reedy2016-12-21
* | Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addinSerhiy Storchaka2016-10-24
|\|
| * Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addinSerhiy Storchaka2016-10-24
* | Issue #27611: Fixed support of default root window in the tkinter.tix module.Serhiy Storchaka2016-09-25
|\|
| * Issue #27611: Fixed support of default root window in the tkinter.tix module.Serhiy Storchaka2016-09-25
* | Merge with 3.5Terry Jan Reedy2016-08-16
|\|
| * Issue #27611: Don't import volatile attribute.Terry Jan Reedy2016-08-16
* | Issue #20350. tkapp.splitlist() is now always used instead of unreliableSerhiy Storchaka2016-06-26
* | Issue #27125: Merge typo fixes from 3.5Martin Panter2016-05-30
|\|
| * Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-30
* | Issue #27125: Merge typo fixes from 3.5Martin Panter2016-05-29
|\|
| * Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-29
* | Remove outdated TkVersion checks.Serhiy Storchaka2016-04-25
|/
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-17
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-20
* Issue #19020: Tkinter now uses splitlist() instead of split() in configureSerhiy Storchaka2013-12-25
* Issue #19029: Change non-existing since 3.0 StringType to str.Serhiy Storchaka2013-09-16
* Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-11
* Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-28
* Remove duplication.Ezio Melotti2011-10-19
* #11565: Merge with 3.1.Ezio Melotti2011-03-16
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-16
* | #11515: Merge with 3.1.Ezio Melotti2011-03-15
|\|
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-15
| * Merged revisions 86697 via svnmerge fromAlexander Belopolsky2010-11-22
* | Issue #6878: Fixed return type of tkinter methods documented to return lists.Alexander Belopolsky2010-11-22
* | Merged revisions 74507-74511,74517 via svnmerge fromGuilherme Polo2009-08-18
* | Merged revisions 74446-74449 via svnmerge fromGuilherme Polo2009-08-14
|/
* - remove svn:executable property from some library filesMatthias Klose2009-06-22
* Fixed 2to3 issue on tix module.Hirokazu Yamamoto2009-01-10
* Commit miss.Hirokazu Yamamoto2009-01-10
* Merged revisions 68468-68470 via svnmerge fromHirokazu Yamamoto2009-01-10
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-17
* Tkinter move, part 1: move modules.Georg Brandl2008-05-17