- 3d569fd bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) by Serhiy Storchaka · 4 years, 8 months ago
- 6c7bb38 bpo-39136: Fixed typos (GH-17720) by Gurupad Hegde · 6 years ago
- 0ba0def Issue 28923: Remove editor artifacts from Tix.py, by Terry Jan Reedy · 9 years ago
- c67983b Issue 28923: Remove editor artifacts from Tix.py. by Terry Jan Reedy · 9 years ago
- 407c8ac Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin by Serhiy Storchaka · 9 years ago
- 071dec2 Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin by Serhiy Storchaka · 9 years ago
- 1aca389 Issue #27611: Fixed support of default root window in the tkinter.tix module. by Serhiy Storchaka · 9 years ago
- e6f0199 Issue #27611: Fixed support of default root window in the tkinter.tix module. by Serhiy Storchaka · 9 years ago
- f050a33 Merge with 3.5 by Terry Jan Reedy · 9 years ago
- 22ba01e Issue #27611: Don't import volatile attribute. by Terry Jan Reedy · 9 years ago
- 6bc87b4 Issue #20350. tkapp.splitlist() is now always used instead of unreliable by Serhiy Storchaka · 9 years ago
- e514093 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 9 years ago
- a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 9 years ago
- e501a93 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 9 years ago
- 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 9 years ago
- 159e535 Remove outdated TkVersion checks. by Serhiy Storchaka · 9 years ago
- 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
- 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 11 years ago
- 848972c Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 12 years ago
- 975fce3 Issue #19029: Change non-existing since 3.0 StringType to str. by Serhiy Storchaka · 12 years ago
- c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 12 years ago
- 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 14 years ago
- e130a52 Remove duplication. by Ezio Melotti · 14 years ago
- 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 14 years ago
- 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 14 years ago
- 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- 5468f4ff Merged revisions 86697 via svnmerge from by Alexander Belopolsky · 15 years ago
- 022f049 Issue #6878: Fixed return type of tkinter methods documented to return lists. by Alexander Belopolsky · 15 years ago
- bcd03df Merged revisions 74507-74511,74517 via svnmerge from by Guilherme Polo · 16 years ago
- 1fff008 Merged revisions 74446-74449 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
- b0a8be5 - remove svn:executable property from some library files by Matthias Klose · 16 years ago
- 21027e6 Fixed 2to3 issue on tix module. by Hirokazu Yamamoto · 17 years ago
- b5e5da4 Commit miss. by Hirokazu Yamamoto · 17 years ago
- 6c7e562 Merged revisions 68468-68470 via svnmerge from by Hirokazu Yamamoto · 17 years ago
- 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 17 years ago
- 3302312 Tkinter move, part 1: move modules. by Georg Brandl · 17 years ago[Renamed from Lib/lib-tk/Tix.py]
- ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 18 years ago
- d77d699 Change a bunch of file encodings from Latin-1 to UTF-8. by Guido van Rossum · 18 years ago
- d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
- e014a13 Couple more has_keys() going... by Guido van Rossum · 19 years ago
- 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 19 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- 966c264 Fix typos. by Walter Dörwald · 20 years ago
- 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
- 433fa69 Patch #853488: Add hlist entry_configure and entry_cget methods. by Martin v. Löwis · 21 years ago
- 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
- ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 22 years ago
- d8b5e3f Tix update from Mike Clarkson (maintainer) by Neal Norwitz · 23 years ago
- 731a986 Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer) by Neal Norwitz · 23 years ago
- 4687428 Patch #649184: Update to tix-8.1.4 RC3. by Martin v. Löwis · 23 years ago
- f539bde Sync Tix from Mike Clarkson, a maintainer by Neal Norwitz · 23 years ago
- 01824bf Patch #484994: Improve PanedWindow. by Martin v. Löwis · 23 years ago
- ebb4190 Use string methods, remove import string by Neal Norwitz · 23 years ago
- 0c0d56a Reindent. by Martin v. Löwis · 23 years ago
- 4208d4f Destroy and unlink deleted NoteBook panes. Fixes #516703. 2.2.2 candidate. by Martin v. Löwis · 23 years ago
- 723293c Make tix_configure() work the same way configure() works for the basic by Fred Drake · 24 years ago
- 652e191 Properly set static options for tixBalloon and tixResizeHandle. by Martin v. Löwis · 24 years ago
- b7b3260 Patch #471120: Improved doc strings and new wrappers. by Martin v. Löwis · 24 years ago
- 3e04848 Add entry parameter to HList.item_cget. Fixes bug #466981. by Martin v. Löwis · 24 years ago
- 49fa2bd Fix two bugs discovered by PyChecker. (I cannot test these, but I'm by Guido van Rossum · 24 years ago
- 2271082 Fixed a bunch of Tabnanny errors by Moshe Zadka · 24 years ago
- b21cb5f Patch #410231: Add the Python Tix library. by Martin v. Löwis · 24 years ago