1. dc19124 bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Miss Islington (bot) · 5 years ago
  2. 4bd1d05 Fix typos mostly in comments, docs and test names (GH-15209) by Miss Islington (bot) · 5 years ago
  3. 50866e9 bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406) by Zackery Spytz · 6 years ago
  4. aeca373 bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-12011) by Ned Deily · 6 years ago
  5. 569d12f Fix yet one error in checking Tcl version. (GH-10189) by Serhiy Storchaka · 6 years ago
  6. 18d57b4 Fix checking for bugfix Tcl version. (GH-10185) by Serhiy Storchaka · 6 years ago
  7. 1deea5e bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) by Juliette Monsel · 6 years ago
  8. bf03471 bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768) by Juliette Monsel · 6 years ago
  9. dc0d571 bpo-34964: Make Tkinter sources more readable by adding blank lines. (GH-9822) by Serhiy Storchaka · 6 years ago
  10. af5658a bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617) by Juliette Monsel · 6 years ago
  11. c75c1e0 bpo-34189: Fix checking for bugfix Tcl version. (GH-8397) by Serhiy Storchaka · 6 years ago
  12. e271ca7 bpo-34189: Add simple tests for new Tk widget options. (GH-8396) by Serhiy Storchaka · 6 years ago
  13. 5bb5bbf bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) by Serhiy Storchaka · 6 years ago
  14. 4b685bf bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479) by Andrés Delfino · 6 years ago
  15. 3ab44c0 bpo-33096: Fix ttk.Treeview.insert. (GH-6228) by Garvit Khatri · 7 years ago
  16. 74382a3 bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701) by Cheryl Sabella · 7 years ago
  17. a48e78a bpo-32585: Add tkinter.ttk.Spinbox. (#5221) by Alan D Moore · 7 years ago
  18. 97f1ca1 [3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selection. (GH-3651) by Serhiy Storchaka · 7 years ago
  19. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 7 years ago
  20. 2fad102 bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (#3667) by Serhiy Storchaka · 7 years ago
  21. cd7e9c1 ttk: fix LabeledScale and OptionMenu destroy() method (#3025) by Victor Stinner · 7 years ago
  22. a568e52 bpo-25684: ttk.OptionMenu radiobuttons weren't unique (#2276) by csabella · 7 years ago
  23. a92adf8 bpo-30310: Add a test for non-ascii font family. (#1567) (#1832) by Serhiy Storchaka · 7 years ago
  24. 128641d Fix spelling mistakes in tkinter.py (#1716) by Vijay Kumar · 7 years ago
  25. bdf6b91 bpo-29776: Use decorator syntax for properties. (#585) by Serhiy Storchaka · 8 years ago
  26. 0ba0def Issue 28923: Remove editor artifacts from Tix.py, by Terry Jan Reedy · 8 years ago
  27. c67983b Issue 28923: Remove editor artifacts from Tix.py. by Terry Jan Reedy · 8 years ago
  28. 016a9ac Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused by Serhiy Storchaka · 8 years ago
  29. 32c0d3a Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused by Serhiy Storchaka · 8 years ago
  30. b1f5287 Issue #27025: Generated names for Tkinter widgets now start by the "!" prefix by Serhiy Storchaka · 8 years ago
  31. 407c8ac Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin by Serhiy Storchaka · 8 years ago
  32. 071dec2 Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin by Serhiy Storchaka · 8 years ago
  33. 1aca389 Issue #27611: Fixed support of default root window in the tkinter.tix module. by Serhiy Storchaka · 8 years ago
  34. e6f0199 Issue #27611: Fixed support of default root window in the tkinter.tix module. by Serhiy Storchaka · 8 years ago
  35. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  36. f050a33 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  37. 22ba01e Issue #27611: Don't import volatile attribute. by Terry Jan Reedy · 8 years ago
  38. 02b75ab Merge spelling and grammar fixes from 3.5 by Martin Panter · 8 years ago
  39. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  40. b554fad Issue #22115: Updated Misc/NEWS. by Serhiy Storchaka · 8 years ago
  41. 745a407 Issue #22115: Fixed tracing Tkinter variables: by Serhiy Storchaka · 8 years ago
  42. 8122174 Issue #22115: Added methods trace_add, trace_remove and trace_info in the by Serhiy Storchaka · 8 years ago
  43. 6bc87b4 Issue #20350. tkapp.splitlist() is now always used instead of unreliable by Serhiy Storchaka · 8 years ago
  44. b84f029 Issue #27319: Methods selection_set(), selection_add(), selection_remove() by Serhiy Storchaka · 8 years ago
  45. 9c6c3fb Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  46. 255bbf2 Issue #26386: Fixed ttk.TreeView selection operations with item id's by Serhiy Storchaka · 8 years ago
  47. 8e6d09c Issue #26386: Fixed ttk.TreeView selection operations with item id's by Serhiy Storchaka · 8 years ago
  48. 8acb568 Issue #27025: Generated names for Tkinter widgets are now more meanful by Serhiy Storchaka · 8 years ago
  49. d611f4c Issue #27294: Improved repr for Tkinter event objects. by Serhiy Storchaka · 8 years ago
  50. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  51. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  52. e514093 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  53. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  54. e501a93 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  55. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  56. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  57. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  58. 2e208b7 Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar() by Serhiy Storchaka · 8 years ago
  59. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  60. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  61. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 8 years ago
  62. 159e535 Remove outdated TkVersion checks. by Serhiy Storchaka · 8 years ago
  63. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  64. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  65. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  66. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  67. a55553d Merge with 3.5 by Terry Jan Reedy · 9 years ago
  68. ca0250a Issue 25959: Explain in docstring that PhotoImage.zoom arguments are by Terry Jan Reedy · 9 years ago
  69. 2d68f18 Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 9 years ago
  70. 42a4366 Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 9 years ago
  71. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 9 years ago
  72. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  73. fa02131 Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test by Serhiy Storchaka · 9 years ago
  74. e46e09d Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test by Serhiy Storchaka · 9 years ago
  75. 40fe35a Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test by Serhiy Storchaka · 9 years ago
  76. b9d6724 Issue #25263: Trying to fix test_use on Windows. by Serhiy Storchaka · 9 years ago
  77. 29a2f7c Issue #25263: Trying to fix test_use on Windows. by Serhiy Storchaka · 9 years ago
  78. 4a7c03a Issue #25523: Merge a-to-an corrections from 3.5. by Serhiy Storchaka · 9 years ago
  79. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  80. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  81. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  82. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  83. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  84. ad1a341 Close issue6549: minor ttk.Style fixes by Ethan Furman · 9 years ago
  85. ac803cd Issue #24408: Fixed test for tkinter.Font on OS X. by Serhiy Storchaka · 9 years ago
  86. 753a1df Issue #24408: Fixed test for tkinter.Font on OS X. by Serhiy Storchaka · 9 years ago
  87. fabdc82 Issue #24408: Added more tkinter.Font tests. by Serhiy Storchaka · 9 years ago
  88. c0ed707 Issue #24408: Added more tkinter.Font tests. by Serhiy Storchaka · 9 years ago
  89. 4fafda7 Issue #24408: Fixed AttributeError in measure() and metrics() methods of by Serhiy Storchaka · 9 years ago
  90. 7dc9dea Issue #20035: Reimplement tkinter._fix module as a C function. by Zachary Ware · 9 years ago
  91. e98209c Issue #24245: Eliminated senseless expect clauses that have no any effect. by Serhiy Storchaka · 9 years ago
  92. 645058d Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj. by Serhiy Storchaka · 9 years ago
  93. f28d54d Use more precise Tcl version checks in tests. by Serhiy Storchaka · 9 years ago
  94. 3bd66ab Use more precise Tcl version checks in tests. by Serhiy Storchaka · 9 years ago
  95. aec0509 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 9 years ago
  96. 462c357 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 9 years ago
  97. dfa4e04 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  98. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  99. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  100. 06e6610 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 10 years ago