1. c72e66a Issue #25523: Backported a-to-an corrections. by Serhiy Storchaka · 10 years ago
  2. f29bc70 Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and by Serhiy Storchaka · 10 years ago
  3. 2971c5e Issue #22384: An exception in Tkinter callback no longer crashes the program by Serhiy Storchaka · 11 years ago
  4. ceaf682 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 11 years ago
  5. d3ea065 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 11 years ago
  6. 44ae513 Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. by Serhiy Storchaka · 11 years ago
  7. 04fa704 Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata" by Serhiy Storchaka · 11 years ago
  8. 2ce9ddd Issue #22061: Add deprecation warnings in empty obsolete methods. by Serhiy Storchaka · 11 years ago
  9. f94686f Issue #6181: Fixed minor bugs in tkinter.Listbox methods: by Serhiy Storchaka · 11 years ago
  10. 417367a Issue #6181: Fixed errors in tkinter.Listbox docstrings. by Serhiy Storchaka · 11 years ago
  11. 3e0cb09 Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 11 years ago
  12. 2bca9de tkinter.Text.debug() now always returns 0/1. by Serhiy Storchaka · 11 years ago
  13. 9be238d Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. by Serhiy Storchaka · 11 years ago
  14. 5e11655 Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago
  15. ec773cc Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
  16. 31b9c84 Issue #6157: Fixed Tkinter.Text.debug(). Original patch by Guilherme Polo. by Serhiy Storchaka · 12 years ago
  17. 8630f16 Issue #6160: The bbox() method of Tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 12 years ago
  18. b445558 Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 12 years ago
  19. ba7620c Fix tkinter regression introduced by the security fix in #16248. by Antoine Pitrou · 12 years ago
  20. e39ba04 Issue #15861: tkinter now correctly works with lists and tuples containing by Serhiy Storchaka · 12 years ago
  21. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  22. 33b9b71 Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  23. 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
  24. 724a55c Issue #14777: In an X11 windowing environment, tkinter may return by Ned Deily · 13 years ago
  25. 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
  26. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  27. 6e3dbbd replace has_key with 'in' operator by Benjamin Peterson · 16 years ago
  28. de05599 replace callable() by Benjamin Peterson · 16 years ago
  29. 75e1f99 Clarifying Entry.selection_present's docstring. by Guilherme Polo · 16 years ago
  30. e45f017 Issue #1135: Add the XView and YView mix-ins to avoid duplicating by Guilherme Polo · 16 years ago
  31. 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
  32. 6d6c1fd Fixed issue #5193: Guarantee that Tkinter.Text.search returns a string. by Guilherme Polo · 16 years ago
  33. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  34. d2ea033 Fixed issue #4890: Handle empty text search pattern in Tkinter.Text.search by Guilherme Polo · 16 years ago
  35. b9828f6 Issue #3774: Fixed an error when create a Tkinter menu item without command by Hirokazu Yamamoto · 17 years ago
  36. af1aae3 Issue #1342811: Fixed broken patch. Reviewed by benjamin.peterson. by Robert Schuppenies · 17 years ago
  37. 1464633 Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to by Robert Schuppenies · 17 years ago
  38. ff6868c Remove a use of callable() from Tkinter to silence warnings under -3. by Brett Cannon · 17 years ago
  39. aabf404 Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap Tcl command objects. by Martin v. Löwis · 17 years ago
  40. e70f8e1 remove usage of MacOS from Tkinter by Benjamin Peterson · 17 years ago
  41. 4ed3ed1 Fix Tkinter sequence passing. #2906. by Georg Brandl · 17 years ago
  42. 7943a32 #2906: accept lists for options, and some cosmetic fixes in Tkinter. by Georg Brandl · 17 years ago
  43. ae019e1 #615772: raise a more explicit error from Tkinter.Misc.__contains__. by Georg Brandl · 17 years ago
  44. 06d2a2c Remove debugging line. by Georg Brandl · 17 years ago
  45. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 17 years ago
  46. 33cece0 Tkinter renaming reversal: move modules back in their place. by Georg Brandl · 17 years ago
  47. 248e3a8 Tkinter renaming reversal: Delete all stubs from lib-tk. by Georg Brandl · 17 years ago
  48. ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 17 years ago
  49. bbc57d7 Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package. by Georg Brandl · 17 years ago
  50. 275360e #2535: remove duplicated method. by Georg Brandl · 17 years ago
  51. 5b63acd #2503 make singletons compared with "is" not == or != by Benjamin Peterson · 17 years ago
  52. f5d902f Always convert Text.index result to string. by Martin v. Löwis · 17 years ago
  53. 038cad7 Patch #1592250: Add elidge argument to Tkinter.Text.search. by Martin v. Löwis · 19 years ago
  54. 426f4a1 Patch #1524429: Use repr instead of backticks again. by Martin v. Löwis · 19 years ago
  55. 43bc378 Whitespace normalization. by Tim Peters · 19 years ago
  56. 210262c Fix typo in docstring by Neal Norwitz · 19 years ago
  57. 92733be Patch #1494750: Destroy master after deleting children. by Martin v. Löwis · 19 years ago
  58. 5ecad9c Patch #1096231: Add default argument to wm_iconbitmap. by Martin v. Löwis · 19 years ago
  59. 337487e Patch #763580: Add name and value arguments to Tkinter variable classes. by Martin v. Löwis · 19 years ago
  60. aa220a7 Whitespace normalization. by Tim Peters · 19 years ago
  61. 0db2a98 Patch #1063914: Add clipboard_get. by Martin v. Löwis · 19 years ago
  62. 4696ffb Remove "disgusting hack" in favour of closure (patch #1462235) by Georg Brandl · 19 years ago
  63. 966c264 Fix typos. by Walter Dörwald · 20 years ago
  64. 49a4b68 Fix a problem in Tkinter introduced by SF patch #869468 (checked in as by Guido van Rossum · 20 years ago
  65. 4afe154 Patch #1121234: Properly cleanup _exit and tkerror commands. by Martin v. Löwis · 20 years ago
  66. 9441c07 Patch #986929: Add support for wish -sync and -use options. by Martin v. Löwis · 21 years ago
  67. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
  68. e2b4b32 Implementation of patch 869468 by David Ascher · 21 years ago
  69. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  70. 3c0f2c9 Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancel by Neal Norwitz · 22 years ago
  71. 0f9e525 Patch #749191: Delete commands in after_cancel. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  72. 5489597 Convert tcl_version to str before comparing. Fixes #729317. by Martin v. Löwis · 22 years ago
  73. 6e5be22 Remove extra space in docstring by Neal Norwitz · 22 years ago
  74. 2cd0a65 Add 'get' method to Variable and switch it from internal class to by Guido van Rossum · 22 years ago
  75. bfe175c For StringVar results to strings. Document that boolean things are of by Martin v. Löwis · 22 years ago
  76. ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 22 years ago
  77. 043bbc7 Patch #707701: Expect '??' in event fields. Fixes #698517. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  78. 70c3dda Convert booleans to integers in IntVar.set. Fixes #671741. by Martin v. Löwis · 22 years ago
  79. e931ed5 Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto by Neal Norwitz · 22 years ago
  80. 8c8aa5d Rename want_objects to wantobjects throughout, for consistency. by Martin v. Löwis · 22 years ago
  81. ffad633 Patch #518625: Return objects in Tkinter. by Martin v. Löwis · 22 years ago
  82. 2ec3627 Patch #621205: Tkinter updates for tk8.4. by Martin v. Löwis · 23 years ago
  83. 6ce1315 Patch #612602: Streamline configure methods. by Martin v. Löwis · 23 years ago
  84. 58b63bf SF patch #581396, Canvas "select_item" always returns None by Neal Norwitz · 23 years ago
  85. 256705b SF patch 546244 by John Williams: add Text.dump() method. by Guido van Rossum · 23 years ago
  86. f2041b8 Ignore widgets with unknown names in winfo_children. Fixes #518283. by Martin v. Löwis · 23 years ago
  87. dc57909 Move grid_location into Misc. Fixes bug #426892. by Martin v. Löwis · 24 years ago
  88. c04f7a7 Undo last checkin, since it duplicated the code. by Martin v. Löwis · 24 years ago
  89. 2fa69d7 Patch #426880: Implement Listbox itemcget and itemconfigure. by Martin v. Löwis · 24 years ago
  90. 09f1ad8 class Listbox: add itemcget, to satisfy SF patch #457713. by Guido van Rossum · 24 years ago
  91. a0adb92 Add Listbox.itemconfig[ure] call. (A "recent" addition to Tk -- 8.0 by Guido van Rossum · 24 years ago
  92. be92af0 Don't make even the _slightest_ modification between test and checkin, by Jack Jansen · 24 years ago
  93. 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
  94. c8718c1 Patch #403514: precompute _subst_format_str to avoid a call to by Martin v. Löwis · 24 years ago
  95. fc170b1 String method conversion. by Eric S. Raymond · 24 years ago
  96. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  97. d038ca8 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  98. d2a5ad2 Removed some debugging prints: When running user configuration code by Fred Drake · 25 years ago
  99. 0d8ce61 Fix for bug 110629: Generate unique image names by introducing a counter by Martin v. Löwis · 25 years ago
  100. a249f16 Older Tk versions don't support mousewheel support. Set event.delta by Fredrik Lundh · 25 years ago