summaryrefslogtreecommitdiff
path: root/Lib/tkinter/tix.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue 28923: Remove editor artifacts from Tix.py,Terry Jan Reedy2016-12-221-4/+0
|\
| * Issue 28923: Remove editor artifacts from Tix.py.Terry Jan Reedy2016-12-211-4/+0
| |
* | Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addinSerhiy Storchaka2016-10-241-1/+5
|\ \ | |/ | | | | a workaround to Tix library bug.
| * Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addinSerhiy Storchaka2016-10-241-1/+5
| | | | | | | | a workaround to Tix library bug.
* | Issue #27611: Fixed support of default root window in the tkinter.tix module.Serhiy Storchaka2016-09-251-5/+11
|\ \ | |/ | | | | Added the master parameter in the DisplayStyle constructor.
| * Issue #27611: Fixed support of default root window in the tkinter.tix module.Serhiy Storchaka2016-09-251-4/+9
| |
* | Merge with 3.5Terry Jan Reedy2016-08-161-3/+4
|\ \ | |/
| * Issue #27611: Don't import volatile attribute.Terry Jan Reedy2016-08-161-3/+4
| |
* | Issue #20350. tkapp.splitlist() is now always used instead of unreliableSerhiy Storchaka2016-06-261-6/+5
| | | | | | | | tkapp.split() in the tkinter package.
* | Issue #27125: Merge typo fixes from 3.5Martin Panter2016-05-301-2/+2
|\ \ | |/
| * Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-301-2/+2
| |
* | Issue #27125: Merge typo fixes from 3.5Martin Panter2016-05-291-1/+1
|\ \ | |/ | | | | Also merge changes from Issue #27117; no actual code changes to 3.6.
| * Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-291-1/+1
| |
* | Remove outdated TkVersion checks.Serhiy Storchaka2016-04-251-4/+0
|/ | | | Minimal supported Tcl/Tk version is 8.4, and this is checked in _tkinter.c.
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-3/+3
|
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-1/+1
|
* Issue #19020: Tkinter now uses splitlist() instead of split() in configureSerhiy Storchaka2013-12-251-33/+11
| | | | methods.
* Issue #19029: Change non-existing since 3.0 StringType to str.Serhiy Storchaka2013-09-161-3/+3
|
* Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-111-21/+23
| | | | as reported by Serhiy Storchaka and Matthew Barnett.
* Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-281-1/+1
|
* Remove duplication.Ezio Melotti2011-10-191-5/+5
|
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-4/+4
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-4/+4
| |
* | #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
|\ \ | |/
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
| |
| * Merged revisions 86697 via svnmerge fromAlexander Belopolsky2010-11-221-3/+3
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86697 | alexander.belopolsky | 2010-11-22 14:40:51 -0500 (Mon, 22 Nov 2010) | 1 line Issue #6878: Fixed return type of tkinter methods documented to return lists. ........
* | Issue #6878: Fixed return type of tkinter methods documented to return lists.Alexander Belopolsky2010-11-221-3/+3
| |
* | Merged revisions 74507-74511,74517 via svnmerge fromGuilherme Polo2009-08-181-20/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev/python/trunk ........ r74507 | guilherme.polo | 2009-08-18 10:23:08 -0300 (Tue, 18 Aug 2009) | 1 line Issue #1119673: Do not override Tkinter.Text methods when creating a ScrolledText. ........ r74508 | guilherme.polo | 2009-08-18 10:29:20 -0300 (Tue, 18 Aug 2009) | 1 line Issue #1250469: Fix the return value of Tix.PanedWindow.panes. ........ r74509 | guilherme.polo | 2009-08-18 10:33:30 -0300 (Tue, 18 Aug 2009) | 1 line Mark the "radio" option of Tix.CheckList as static. ........ r74510 | guilherme.polo | 2009-08-18 11:23:00 -0300 (Tue, 18 Aug 2009) | 1 line Issue #1522587: New constants and methods for the Tix.Grid widget. ........ r74511 | guilherme.polo | 2009-08-18 11:34:44 -0300 (Tue, 18 Aug 2009) | 1 line Fixes for Tix.Grid from issue #1522587. ........ r74517 | guilherme.polo | 2009-08-18 11:46:57 -0300 (Tue, 18 Aug 2009) | 1 line Issue #1356969: Add missing info methods in Tix.HList. ........
* | Merged revisions 74446-74449 via svnmerge fromGuilherme Polo2009-08-141-31/+3
|/ | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev/python/trunk ........ r74446 | guilherme.polo | 2009-08-14 10:53:41 -0300 (Fri, 14 Aug 2009) | 1 line Issue #3344: Replace itertools.count by enumerate. ........ r74447 | guilherme.polo | 2009-08-14 11:03:07 -0300 (Fri, 14 Aug 2009) | 1 line Issue #3926: Fix the usage of the new showwarnings and formatwarning. ........ r74448 | guilherme.polo | 2009-08-14 11:36:45 -0300 (Fri, 14 Aug 2009) | 3 lines Issue #1135: Add the XView and YView mix-ins to avoid duplicating the xview* and yview* methods. ........ r74449 | guilherme.polo | 2009-08-14 11:43:43 -0300 (Fri, 14 Aug 2009) | 1 line Clarifying Entry.selection_present's docstring. ........
* - remove svn:executable property from some library filesMatthias Klose2009-06-221-0/+0
|
* Fixed 2to3 issue on tix module.Hirokazu Yamamoto2009-01-101-2/+2
|
* Commit miss.Hirokazu Yamamoto2009-01-101-2/+2
|
* Merged revisions 68468-68470 via svnmerge fromHirokazu Yamamoto2009-01-101-2/+2
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r68468 | hirokazu.yamamoto | 2009-01-10 17:09:43 +0900 | 1 line Bump up Tcl/Tk version on VC6. (tcl8.4.12 -> tcl8.5.2, tk8.4.12 -> tk8.5.2, tix8.4.0 -> tix8.4.3) ........ r68469 | hirokazu.yamamoto | 2009-01-10 17:12:09 +0900 | 1 line Link to debug version of Tcl/Tk when python is built as debug version. ........ r68470 | hirokazu.yamamoto | 2009-01-10 18:18:16 +0900 | 1 line Added helper script to build Tcl/Tk. ........
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-9/+9
|
* Tkinter move, part 1: move modules.Georg Brandl2008-05-171-0/+1891