- cc8506e Update int division to quiet 2to3 warning. by Terry Jan Reedy · 12 years ago
- a70f60a Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 12 years ago
- e39ba04 Issue #15861: tkinter now correctly works with lists and tuples containing by Serhiy Storchaka · 13 years ago
- 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
- 33b9b71 Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 13 years ago
- 7dddec4 Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. by Antoine Pitrou · 13 years ago
- 2d96848 Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 13 years ago
- 724a55c Issue #14777: In an X11 windowing environment, tkinter may return by Ned Deily · 13 years ago
- f14a2bf Transplant 45287f2799f5 from default branch. by Georg Brandl · 13 years ago
- c7bbd7b don't rely on dict order by Benjamin Peterson · 13 years ago
- 49e49a2 Issue #13439: Fix many errors in turtle docstrings. by Petri Lehtinen · 14 years ago
- 1e87da1 Remove duplication. by Ezio Melotti · 14 years ago
- 1381a31 #12677: correct turtle orientation in doc by Sandro Tosi · 14 years ago
- 4af1c6a Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with a high number so that code relying on them does not break. by Senthil Kumaran · 14 years ago
- 885b164 Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of by Ned Deily · 14 years ago
- 09f6ab0 Issue #8716: Back out temporary changeset 18ce15f841cf by Ned Deily · 14 years ago
- 8c653e0 Issue #8716: Add temporary code for 2.7 to help diagnose buildbot failure. by Ned Deily · 14 years ago
- eee1048 Issue #8716: Fix errors in the non-OS X path of the 27 backport. by Ned Deily · 14 years ago
- 46268c4 Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run by Ned Deily · 14 years ago
- 9a7a4cc Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well. by Ned Deily · 14 years ago
- 64e5995 Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 14 years ago
- c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- ab016d2 Merged revisions 85930 via svnmerge from by Alexander Belopolsky · 15 years ago
- 0b481ca Merged revisions 85018 via svnmerge from by Antoine Pitrou · 15 years ago
- eba67c0 Issue #6470: Drop UNC prefix in FixTk.py by Martin v. Löwis · 15 years ago
- e84089e Issue #8204: Fix test_ttk notebook test by forcing focus. by Martin v. Löwis · 15 years ago
- 1b287c7 Issue #8344: Fix test_ttk bug on FreeBSD. by Martin v. Löwis · 15 years ago
- dfd3618 #7092: silence some py3k warnings by Florent Xicluna · 15 years ago
- c8a730b Syntax cleanup `== None` -> `is None` by Florent Xicluna · 15 years ago
- 8b41168 - Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox by Matthias Klose · 15 years ago
- 0b9a18a #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded. by Florent Xicluna · 15 years ago
- b3be23a remove the svn:executable property from files that don't have shebang lines by Benjamin Peterson · 15 years ago
- 8cdc9bc More yearly updates. by Georg Brandl · 16 years ago
- 6e3dbbd replace has_key with 'in' operator by Benjamin Peterson · 16 years ago
- de05599 replace callable() by Benjamin Peterson · 16 years ago
- ddfb6cd Applying patches backported from 3.1, by Gregor Lingl. by R. David Murray · 16 years ago
- 6f1fa21 Added missing static option for OptionMenu. Issue #5961. by Guilherme Polo · 16 years ago
- 7b50c4f Issue #1356969: Add missing info methods in Tix.HList. by Guilherme Polo · 16 years ago
- 397bd1e Fixes for Tix.Grid from issue #1522587. by Guilherme Polo · 16 years ago
- 6b3c709 Issue #1522587: New constants and methods for the Tix.Grid widget. by Guilherme Polo · 16 years ago
- 57f9b72 Mark the "radio" option of Tix.CheckList as static. by Guilherme Polo · 16 years ago
- 6c823f8 Issue #1250469: Fix the return value of Tix.PanedWindow.panes. by Guilherme Polo · 16 years ago
- d3e6e4b Issue #1119673: Do not override Tkinter.Text methods when creating a ScrolledText. by Guilherme Polo · 16 years ago
- 75e1f99 Clarifying Entry.selection_present's docstring. by Guilherme Polo · 16 years ago
- e45f017 Issue #1135: Add the XView and YView mix-ins to avoid duplicating by Guilherme Polo · 16 years ago
- 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
- 7f146ab Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to by Guilherme Polo · 16 years ago
- 1c6787f Improved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the possible options and values are the same accepted by paneconfigure (not configure). by Guilherme Polo · 16 years ago
- 2827709 Fix typos. by Walter Dörwald · 16 years ago
- 15d5765 Fixed issue #2638: Show a window constructed with tkSimpleDialog.Dialog only by Guilherme Polo · 16 years ago
- 6d6c1fd Fixed issue #5193: Guarantee that Tkinter.Text.search returns a string. by Guilherme Polo · 16 years ago
- 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
- 2752e9b Issue #5295: Typos in turtle.py by Mark Dickinson · 16 years ago
- bbb7efd Some tests for Tkinter.Text.search by Guilherme Polo · 17 years ago
- d2ea033 Fixed issue #4890: Handle empty text search pattern in Tkinter.Text.search by Guilherme Polo · 17 years ago
- 190c35f Turned setup_master public by Guilherme Polo · 17 years ago
- 8e5e438 Eliminated the need to use ttk.__loadtk__ and the problems related it. by Guilherme Polo · 17 years ago
- b98cb43 Moving to importlib by Guilherme Polo · 17 years ago
- b64c989 Restore the previous geometry before leaving the test by Guilherme Polo · 17 years ago
- 905c6b7 Use a single Tcl interpreter through all these tests, this may help some by Guilherme Polo · 17 years ago
- 6d51f12 Make sure the root windows gets destroyed by Guilherme Polo · 17 years ago
- 6785cf0 Added support for collecting tests only from specific packages. by Guilherme Polo · 17 years ago
- cda93aa Added the ttk module. See issue #2983: Ttk support for Tkinter. by Guilherme Polo · 17 years ago
- f081e1c Issue #3881: Help Tcl to load even when started through the by Martin v. Löwis · 17 years ago
- 732479f Issue #3767: Convert Tk object to string in tkColorChooser. by Martin v. Löwis · 17 years ago
- e2eb2b4 Issue #3248: Allow placing ScrolledText in a PanedWindow. by Martin v. Löwis · 17 years ago
- bb9b1f1 Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__ by Martin v. Löwis · 17 years ago
- b9828f6 Issue #3774: Fixed an error when create a Tkinter menu item without command by Hirokazu Yamamoto · 17 years ago
- e563aa4 Issue #3965: Allow repeated calls to turtle.Screen, by making it a by Martin v. Löwis · 17 years ago
- 52d52f1 #3950 fix missing scale factors in turtle.py by Benjamin Peterson · 17 years ago
- af1aae3 Issue #1342811: Fixed broken patch. Reviewed by benjamin.peterson. by Robert Schuppenies · 17 years ago
- 1464633 Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to by Robert Schuppenies · 17 years ago
- ff6868c Remove a use of callable() from Tkinter to silence warnings under -3. by Brett Cannon · 17 years ago
- aabf404 Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap Tcl command objects. by Martin v. Löwis · 17 years ago
- e70f8e1 remove usage of MacOS from Tkinter by Benjamin Peterson · 17 years ago
- 8718459 Patch #1513695: New turtle module, with demos. by Martin v. Löwis · 17 years ago
- 4ed3ed1 Fix Tkinter sequence passing. #2906. by Georg Brandl · 17 years ago
- 7943a32 #2906: accept lists for options, and some cosmetic fixes in Tkinter. by Georg Brandl · 17 years ago
- 6acb075 Fixed an import that remained from the lib-tk -> tkinter -> lib-tk renaming by Guilherme Polo · 17 years ago
- ae019e1 #615772: raise a more explicit error from Tkinter.Misc.__contains__. by Georg Brandl · 17 years ago
- 06d2a2c Remove debugging line. by Georg Brandl · 17 years ago
- 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 17 years ago
- 33cece0 Tkinter renaming reversal: move modules back in their place. by Georg Brandl · 17 years ago
- 248e3a8 Tkinter renaming reversal: Delete all stubs from lib-tk. by Georg Brandl · 17 years ago
- 8291f8e Tkinter: make stub modules. by Georg Brandl · 17 years ago
- ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 17 years ago
- bbc57d7 Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package. by Georg Brandl · 17 years ago
- 275360e #2535: remove duplicated method. by Georg Brandl · 17 years ago
- d5a0985 The Canvas module has been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
- 5b63acd #2503 make singletons compared with "is" not == or != by Benjamin Peterson · 17 years ago
- c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
- f5d902f Always convert Text.index result to string. by Martin v. Löwis · 18 years ago
- bb89992 Make it a bit easier to test Tcl/Tk and idle from a build dir. by Christian Heimes · 18 years ago
- f733abb Whitespace normalization. by Tim Peters · 19 years ago
- bba003e Patch #1472877: Fix Tix subwidget name resolution. Will backport to 2.5. by Martin v. Löwis · 19 years ago
- ef5fd3e Patch #1594554: Always close a tkSimpleDialog on ok(), even by Martin v. Löwis · 19 years ago
- c73a4a4 Patch #1538878: Don't make tkSimpleDialog dialogs transient if by Martin v. Löwis · 19 years ago
- 038cad7 Patch #1592250: Add elidge argument to Tkinter.Text.search. by Martin v. Löwis · 19 years ago
- 5361e9a Patch #1351744: Add askyesnocancel helper for tkMessageBox. by Martin v. Löwis · 19 years ago