- c72e66a Issue #25523: Backported a-to-an corrections. by Serhiy Storchaka · 10 years ago
- f29bc70 Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and by Serhiy Storchaka · 10 years ago
- 2971c5e Issue #22384: An exception in Tkinter callback no longer crashes the program by Serhiy Storchaka · 11 years ago
- ceaf682 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 11 years ago
- d3ea065 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 11 years ago
- 44ae513 Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. by Serhiy Storchaka · 11 years ago
- 04fa704 Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata" by Serhiy Storchaka · 11 years ago
- 2ce9ddd Issue #22061: Add deprecation warnings in empty obsolete methods. by Serhiy Storchaka · 11 years ago
- f94686f Issue #6181: Fixed minor bugs in tkinter.Listbox methods: by Serhiy Storchaka · 11 years ago
- 417367a Issue #6181: Fixed errors in tkinter.Listbox docstrings. by Serhiy Storchaka · 11 years ago
- 3e0cb09 Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 11 years ago
- 2bca9de tkinter.Text.debug() now always returns 0/1. by Serhiy Storchaka · 11 years ago
- 9be238d Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. by Serhiy Storchaka · 11 years ago
- 5e11655 Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago
- ec773cc Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
- 31b9c84 Issue #6157: Fixed Tkinter.Text.debug(). Original patch by Guilherme Polo. by Serhiy Storchaka · 12 years ago
- 8630f16 Issue #6160: The bbox() method of Tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 12 years ago
- b445558 Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 12 years ago
- ba7620c Fix tkinter regression introduced by the security fix in #16248. by Antoine Pitrou · 12 years ago
- e39ba04 Issue #15861: tkinter now correctly works with lists and tuples containing by Serhiy Storchaka · 12 years ago
- 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
- 33b9b71 Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 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 · 12 years ago
- 724a55c Issue #14777: In an X11 windowing environment, tkinter may return by Ned Deily · 13 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
- 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- 6e3dbbd replace has_key with 'in' operator by Benjamin Peterson · 16 years ago
- de05599 replace callable() by Benjamin Peterson · 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
- 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
- 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
- d2ea033 Fixed issue #4890: Handle empty text search pattern in Tkinter.Text.search by Guilherme Polo · 16 years ago
- b9828f6 Issue #3774: Fixed an error when create a Tkinter menu item without command by Hirokazu Yamamoto · 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
- 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
- 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
- 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
- 5b63acd #2503 make singletons compared with "is" not == or != by Benjamin Peterson · 17 years ago
- f5d902f Always convert Text.index result to string. by Martin v. Löwis · 17 years ago
- 038cad7 Patch #1592250: Add elidge argument to Tkinter.Text.search. by Martin v. Löwis · 19 years ago
- 426f4a1 Patch #1524429: Use repr instead of backticks again. by Martin v. Löwis · 19 years ago
- 43bc378 Whitespace normalization. by Tim Peters · 19 years ago
- 210262c Fix typo in docstring by Neal Norwitz · 19 years ago
- 92733be Patch #1494750: Destroy master after deleting children. by Martin v. Löwis · 19 years ago
- 5ecad9c Patch #1096231: Add default argument to wm_iconbitmap. by Martin v. Löwis · 19 years ago
- 337487e Patch #763580: Add name and value arguments to Tkinter variable classes. by Martin v. Löwis · 19 years ago
- aa220a7 Whitespace normalization. by Tim Peters · 19 years ago
- 0db2a98 Patch #1063914: Add clipboard_get. by Martin v. Löwis · 19 years ago
- 4696ffb Remove "disgusting hack" in favour of closure (patch #1462235) by Georg Brandl · 19 years ago
- 966c264 Fix typos. by Walter Dörwald · 20 years ago
- 49a4b68 Fix a problem in Tkinter introduced by SF patch #869468 (checked in as by Guido van Rossum · 20 years ago
- 4afe154 Patch #1121234: Properly cleanup _exit and tkerror commands. by Martin v. Löwis · 20 years ago
- 9441c07 Patch #986929: Add support for wish -sync and -use options. by Martin v. Löwis · 21 years ago
- 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
- e2b4b32 Implementation of patch 869468 by David Ascher · 21 years ago
- 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
- 3c0f2c9 Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancel by Neal Norwitz · 22 years ago
- 0f9e525 Patch #749191: Delete commands in after_cancel. Will backport to 2.2. by Martin v. Löwis · 22 years ago
- 5489597 Convert tcl_version to str before comparing. Fixes #729317. by Martin v. Löwis · 22 years ago
- 6e5be22 Remove extra space in docstring by Neal Norwitz · 22 years ago
- 2cd0a65 Add 'get' method to Variable and switch it from internal class to by Guido van Rossum · 22 years ago
- bfe175c For StringVar results to strings. Document that boolean things are of by Martin v. Löwis · 22 years ago
- ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 22 years ago
- 043bbc7 Patch #707701: Expect '??' in event fields. Fixes #698517. Will backport to 2.2. by Martin v. Löwis · 22 years ago
- 70c3dda Convert booleans to integers in IntVar.set. Fixes #671741. by Martin v. Löwis · 22 years ago
- e931ed5 Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto by Neal Norwitz · 22 years ago
- 8c8aa5d Rename want_objects to wantobjects throughout, for consistency. by Martin v. Löwis · 22 years ago
- ffad633 Patch #518625: Return objects in Tkinter. by Martin v. Löwis · 22 years ago
- 2ec3627 Patch #621205: Tkinter updates for tk8.4. by Martin v. Löwis · 23 years ago
- 6ce1315 Patch #612602: Streamline configure methods. by Martin v. Löwis · 23 years ago
- 58b63bf SF patch #581396, Canvas "select_item" always returns None by Neal Norwitz · 23 years ago
- 256705b SF patch 546244 by John Williams: add Text.dump() method. by Guido van Rossum · 23 years ago
- f2041b8 Ignore widgets with unknown names in winfo_children. Fixes #518283. by Martin v. Löwis · 23 years ago
- dc57909 Move grid_location into Misc. Fixes bug #426892. by Martin v. Löwis · 24 years ago
- c04f7a7 Undo last checkin, since it duplicated the code. by Martin v. Löwis · 24 years ago
- 2fa69d7 Patch #426880: Implement Listbox itemcget and itemconfigure. by Martin v. Löwis · 24 years ago
- 09f1ad8 class Listbox: add itemcget, to satisfy SF patch #457713. by Guido van Rossum · 24 years ago
- a0adb92 Add Listbox.itemconfig[ure] call. (A "recent" addition to Tk -- 8.0 by Guido van Rossum · 24 years ago
- be92af0 Don't make even the _slightest_ modification between test and checkin, by Jack Jansen · 24 years ago
- 0eb936b The MacOS module may be available on Mac OS X, but it doesn't have a SchedParams() method, and there's no need to call it anyway. by Jack Jansen · 24 years ago
- c8718c1 Patch #403514: precompute _subst_format_str to avoid a call to by Martin v. Löwis · 24 years ago
- fc170b1 String method conversion. by Eric S. Raymond · 24 years ago
- 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
- d038ca8 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
- d2a5ad2 Removed some debugging prints: When running user configuration code by Fred Drake · 25 years ago
- 0d8ce61 Fix for bug 110629: Generate unique image names by introducing a counter by Martin v. Löwis · 25 years ago
- a249f16 Older Tk versions don't support mousewheel support. Set event.delta by Fredrik Lundh · 25 years ago