1. 5bb5bbf bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) by Serhiy Storchaka · 6 years ago
  2. 4b685bf bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479) by Andrés Delfino · 6 years ago
  3. 74382a3 bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701) by Cheryl Sabella · 6 years ago
  4. 128641d Fix spelling mistakes in tkinter.py (#1716) by Vijay Kumar · 7 years ago
  5. 016a9ac Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused by Serhiy Storchaka · 8 years ago
  6. 32c0d3a Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused by Serhiy Storchaka · 8 years ago
  7. b1f5287 Issue #27025: Generated names for Tkinter widgets now start by the "!" prefix by Serhiy Storchaka · 8 years ago
  8. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  9. 745a407 Issue #22115: Fixed tracing Tkinter variables: by Serhiy Storchaka · 8 years ago
  10. 8122174 Issue #22115: Added methods trace_add, trace_remove and trace_info in the by Serhiy Storchaka · 8 years ago
  11. 6bc87b4 Issue #20350. tkapp.splitlist() is now always used instead of unreliable by Serhiy Storchaka · 8 years ago
  12. 9c6c3fb Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  13. 8acb568 Issue #27025: Generated names for Tkinter widgets are now more meanful by Serhiy Storchaka · 8 years ago
  14. d611f4c Issue #27294: Improved repr for Tkinter event objects. by Serhiy Storchaka · 8 years ago
  15. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  16. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  17. 2e208b7 Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar() by Serhiy Storchaka · 8 years ago
  18. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  19. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  20. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 8 years ago
  21. 159e535 Remove outdated TkVersion checks. by Serhiy Storchaka · 8 years ago
  22. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  23. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  24. a55553d Merge with 3.5 by Terry Jan Reedy · 8 years ago
  25. ca0250a Issue 25959: Explain in docstring that PhotoImage.zoom arguments are by Terry Jan Reedy · 8 years ago
  26. 2d68f18 Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 8 years ago
  27. 42a4366 Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 8 years ago
  28. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 9 years ago
  29. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  30. b9d6724 Issue #25263: Trying to fix test_use on Windows. by Serhiy Storchaka · 9 years ago
  31. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  32. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  33. 7dc9dea Issue #20035: Reimplement tkinter._fix module as a C function. by Zachary Ware · 9 years ago
  34. 645058d Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj. by Serhiy Storchaka · 9 years ago
  35. dfa4e04 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  36. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  37. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  38. 06e6610 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  39. 9a6e201 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  40. 4ff91eb Issue #22384: An exception in Tkinter callback no longer crashes the program by Serhiy Storchaka · 10 years ago
  41. 9502487 Issue #22384: An exception in Tkinter callback no longer crashes the program by Serhiy Storchaka · 10 years ago
  42. 87a2803 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 10 years ago
  43. 8f0a1d0 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 10 years ago
  44. 6610662 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 10 years ago
  45. d00aff2 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 10 years ago
  46. 0879001 Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. by Serhiy Storchaka · 10 years ago
  47. 87bbf25 Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. by Serhiy Storchaka · 10 years ago
  48. 26f9feb Back out of changes to Tkinter variables trace commands (issue #22085). by Serhiy Storchaka · 10 years ago
  49. 6716d60 Issue #22085: Dropped support of Tk 8.3 in Tkinter. by Serhiy Storchaka · 10 years ago
  50. 68a470f Issue #22061: Restored empty obsolete methods removed in issue #4350 and by Serhiy Storchaka · 10 years ago
  51. 1a901cc Issue #22061: Add deprecation warnings in empty obsolete methods. by Serhiy Storchaka · 10 years ago
  52. e6d9805 Issue #4350: Removed a number of out-of-dated and non-working for a long time by Serhiy Storchaka · 10 years ago
  53. 320f339 Issue #6167: Scrollbar.activate() now returns the name of active element if by Serhiy Storchaka · 10 years ago
  54. 07bcf14 Issue #6181: Fixed minor bugs in tkinter.Listbox methods: by Serhiy Storchaka · 10 years ago
  55. fc14ad9 Issue #6181: Fixed minor bugs in tkinter.Listbox methods: by Serhiy Storchaka · 10 years ago
  56. 0db1a52 Issue #6181: Fixed errors in tkinter.Listbox docstrings. by Serhiy Storchaka · 10 years ago
  57. ca3cd00 Issue #6181: Fixed errors in tkinter.Listbox docstrings. by Serhiy Storchaka · 10 years ago
  58. bcc1746 Issue #20636: Improved the repr of Tkinter widgets. by Serhiy Storchaka · 10 years ago
  59. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  60. 22234da Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 10 years ago
  61. e959776 Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 10 years ago
  62. 07bc372 tkinter.Text.debug() now always returns 0/1. by Serhiy Storchaka · 11 years ago
  63. 2f26c22 tkinter.Text.debug() now always returns 0/1. by Serhiy Storchaka · 11 years ago
  64. 985b8db Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. by Serhiy Storchaka · 11 years ago
  65. a21acb5 Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. by Serhiy Storchaka · 11 years ago
  66. 1b97ed5 Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago
  67. d97c01f Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago
  68. 81d2be9 Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
  69. 848972c Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
  70. 4babb91 Issue #6157: Fixed tkinter.Text.debug(). tkinter.Text.bbox() now raises by Serhiy Storchaka · 11 years ago
  71. 0b9e815 Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo. by Serhiy Storchaka · 11 years ago
  72. 0de5362 Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 11 years ago
  73. 2849e0d Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 11 years ago
  74. e39e54d Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 11 years ago
  75. 06ce077 Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 11 years ago
  76. 8b53559 Merge with 3.3, issue #17047: remove doubled words added in 3.3, by Terry Jan Reedy · 11 years ago
  77. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 11 years ago
  78. fb3c628 Issue #15861: tkinter now correctly works with lists and tuples containing by Serhiy Storchaka · 12 years ago
  79. 1e2b7ee Issue #15861: tkinter now correctly works with lists and tuples containing by Serhiy Storchaka · 12 years ago
  80. b139652 Issue #15861: tkinter now correctly works with lists and tuples containing by Serhiy Storchaka · 12 years ago
  81. 08f4556 Merge heads by Serhiy Storchaka · 12 years ago
  82. 32e258d Merge heads by Serhiy Storchaka · 12 years ago
  83. 4cf4f3a Issue #16541: tk_setPalette() now works with keyword arguments. by Serhiy Storchaka · 12 years ago
  84. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  85. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  86. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  87. a6b292f Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  88. 14857cf Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  89. 806bfad Issue #16582: use int exit code in tkinter._exit by Andrew Svetlov · 12 years ago
  90. db0420d 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
  91. 373528f 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
  92. 7ec3a32 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
  93. 2d72781 Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 12 years ago
  94. e854433 Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 12 years ago
  95. eb0abce Issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper by Andrew Svetlov · 12 years ago
  96. 456b2b8 Issue #14446: Remove deprecated tkinter functions by Andrew Svetlov · 12 years ago
  97. a008278 Issue #14777: merge by Ned Deily · 12 years ago
  98. 4d377d9 Issue #14777: In an X11 windowing environment, tkinter may return by Ned Deily · 12 years ago
  99. 69c2ffa issue #3035: update PendingDeprecationWarning to DeprectionWarning, point deprecation in tkinter doc by Andrew Svetlov · 12 years ago
  100. a966c6f Issue #3035: Unused functions from tkinter are marked as pending peprecated. by Andrew Svetlov · 12 years ago