1. dc19124 bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Miss Islington (bot) · 5 years ago
  2. 50866e9 bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406) by Zackery Spytz · 5 years ago
  3. aeca373 bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-12011) by Ned Deily · 6 years ago
  4. 569d12f Fix yet one error in checking Tcl version. (GH-10189) by Serhiy Storchaka · 6 years ago
  5. 18d57b4 Fix checking for bugfix Tcl version. (GH-10185) by Serhiy Storchaka · 6 years ago
  6. 1deea5e bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) by Juliette Monsel · 6 years ago
  7. bf03471 bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768) by Juliette Monsel · 6 years ago
  8. af5658a bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617) by Juliette Monsel · 6 years ago
  9. c75c1e0 bpo-34189: Fix checking for bugfix Tcl version. (GH-8397) by Serhiy Storchaka · 6 years ago
  10. e271ca7 bpo-34189: Add simple tests for new Tk widget options. (GH-8396) by Serhiy Storchaka · 6 years ago
  11. 3ab44c0 bpo-33096: Fix ttk.Treeview.insert. (GH-6228) by Garvit Khatri · 6 years ago
  12. 74382a3 bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701) by Cheryl Sabella · 7 years ago
  13. a48e78a bpo-32585: Add tkinter.ttk.Spinbox. (#5221) by Alan D Moore · 7 years ago
  14. 97f1ca1 [3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selection. (GH-3651) by Serhiy Storchaka · 7 years ago
  15. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 7 years ago
  16. 2fad102 bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (#3667) by Serhiy Storchaka · 7 years ago
  17. a568e52 bpo-25684: ttk.OptionMenu radiobuttons weren't unique (#2276) by csabella · 7 years ago
  18. a92adf8 bpo-30310: Add a test for non-ascii font family. (#1567) (#1832) by Serhiy Storchaka · 7 years ago
  19. 016a9ac Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused by Serhiy Storchaka · 8 years ago
  20. 32c0d3a Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused by Serhiy Storchaka · 8 years ago
  21. b554fad Issue #22115: Updated Misc/NEWS. by Serhiy Storchaka · 8 years ago
  22. 745a407 Issue #22115: Fixed tracing Tkinter variables: by Serhiy Storchaka · 8 years ago
  23. 8122174 Issue #22115: Added methods trace_add, trace_remove and trace_info in the by Serhiy Storchaka · 8 years ago
  24. b84f029 Issue #27319: Methods selection_set(), selection_add(), selection_remove() by Serhiy Storchaka · 8 years ago
  25. 255bbf2 Issue #26386: Fixed ttk.TreeView selection operations with item id's by Serhiy Storchaka · 8 years ago
  26. 8e6d09c Issue #26386: Fixed ttk.TreeView selection operations with item id's by Serhiy Storchaka · 8 years ago
  27. 8acb568 Issue #27025: Generated names for Tkinter widgets are now more meanful by Serhiy Storchaka · 8 years ago
  28. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  29. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  30. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  31. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  32. 2d68f18 Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 9 years ago
  33. 42a4366 Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 9 years ago
  34. fa02131 Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test by Serhiy Storchaka · 9 years ago
  35. e46e09d Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test by Serhiy Storchaka · 9 years ago
  36. 40fe35a Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test by Serhiy Storchaka · 9 years ago
  37. 29a2f7c Issue #25263: Trying to fix test_use on Windows. by Serhiy Storchaka · 9 years ago
  38. ac803cd Issue #24408: Fixed test for tkinter.Font on OS X. by Serhiy Storchaka · 9 years ago
  39. 753a1df Issue #24408: Fixed test for tkinter.Font on OS X. by Serhiy Storchaka · 9 years ago
  40. fabdc82 Issue #24408: Added more tkinter.Font tests. by Serhiy Storchaka · 9 years ago
  41. c0ed707 Issue #24408: Added more tkinter.Font tests. by Serhiy Storchaka · 9 years ago
  42. 645058d Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj. by Serhiy Storchaka · 9 years ago
  43. f28d54d Use more precise Tcl version checks in tests. by Serhiy Storchaka · 9 years ago
  44. 3bd66ab Use more precise Tcl version checks in tests. by Serhiy Storchaka · 9 years ago
  45. aec0509 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 9 years ago
  46. 462c357 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 9 years ago
  47. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  48. 06e6610 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  49. 9a6e201 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  50. 7c28999 Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. by Serhiy Storchaka · 10 years ago
  51. 8e92f57 Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. by Serhiy Storchaka · 10 years ago
  52. 0f032a0 Always handle non-handled events before destoying root widget in tests. by Serhiy Storchaka · 10 years ago
  53. 4cfb5be Always handle non-handled events before destoying root widget in tests. by Serhiy Storchaka · 10 years ago
  54. 87a2803 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 10 years ago
  55. 8f0a1d0 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 10 years ago
  56. 6610662 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 10 years ago
  57. d00aff2 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 10 years ago
  58. f44611c Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. by Serhiy Storchaka · 10 years ago
  59. 74596a8 Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. by Serhiy Storchaka · 10 years ago
  60. 1ce2289 Issue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set() by Serhiy Storchaka · 10 years ago
  61. 320f339 Issue #6167: Scrollbar.activate() now returns the name of active element if by Serhiy Storchaka · 10 years ago
  62. e7e1375 Issue #18492: Merge with 3.4 by Zachary Ware · 10 years ago
  63. 66f2928 Issue #18492: Allow all resources when tests are not run by regrtest.py. by Zachary Ware · 10 years ago
  64. 07bcf14 Issue #6181: Fixed minor bugs in tkinter.Listbox methods: by Serhiy Storchaka · 10 years ago
  65. fc14ad9 Issue #6181: Fixed minor bugs in tkinter.Listbox methods: by Serhiy Storchaka · 10 years ago
  66. 3ffa7ab Issue #21605: Added tests for Tkinter images. by Serhiy Storchaka · 10 years ago
  67. 694c315 Issue #21605: Added tests for Tkinter images. by Serhiy Storchaka · 10 years ago
  68. 05ef4d3 Added missed calls of splitlist(). by Serhiy Storchaka · 10 years ago
  69. 8381f90 Added missed calls of splitlist(). by Serhiy Storchaka · 10 years ago
  70. 24604d5 Issue #21402: tkinter.ttk now works when default root window is not set. by Serhiy Storchaka · 10 years ago
  71. b49eff2 Issue #21402: tkinter.ttk now works when default root window is not set. by Serhiy Storchaka · 10 years ago
  72. ff36b79 Fixed new Tkinter tests added in issue #21522 with Tk 8.4. by Serhiy Storchaka · 10 years ago
  73. 10cbb1e Fixed new Tkinter tests added in issue #21522 with Tk 8.4. by Serhiy Storchaka · 10 years ago
  74. 4756201 Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), by Serhiy Storchaka · 10 years ago
  75. f01fffe Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), by Serhiy Storchaka · 10 years ago
  76. cb2ad80 Closes #18604: Merge with 3.4 by Zachary Ware · 10 years ago
  77. ceced6b Issue #18604: Consolidated checks for GUI availability. by Zachary Ware · 10 years ago
  78. 3d794fb Issue #20635: Added tests for Tk geometry managers. by Serhiy Storchaka · 10 years ago
  79. e544f9a Issue #20635: Added tests for Tk geometry managers. by Serhiy Storchaka · 10 years ago
  80. bcc1746 Issue #20636: Improved the repr of Tkinter widgets. by Serhiy Storchaka · 10 years ago
  81. 512259b Issue #19761: Fixed Tkinter tests on OS X. by Serhiy Storchaka · 11 years ago
  82. b3de1a7 Issue #19761: Fixed Tkinter tests on OS X. by Serhiy Storchaka · 11 years ago
  83. ce591c2 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 11 years ago
  84. 1317e14 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 11 years ago
  85. 676bf73 Fixed typo. by Serhiy Storchaka · 11 years ago
  86. 6cbc5f7 Fixed typo. by Serhiy Storchaka · 11 years ago
  87. 07bc372 tkinter.Text.debug() now always returns 0/1. by Serhiy Storchaka · 11 years ago
  88. 2f26c22 tkinter.Text.debug() now always returns 0/1. by Serhiy Storchaka · 11 years ago
  89. c8935fe Try to fix some ttk tests. Error messages were changed in 8.6b3. by Serhiy Storchaka · 11 years ago
  90. e0837a0 Try to fix some ttk tests. Error messages were changed in 8.6b3. by Serhiy Storchaka · 11 years ago
  91. 985b8db Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. by Serhiy Storchaka · 11 years ago
  92. a21acb5 Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. by Serhiy Storchaka · 11 years ago
  93. 1b97ed5 Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago
  94. d97c01f Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 11 years ago
  95. b5d5518 test_debug in test_tkinter/test_text no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  96. a1de906 test_debug in test_tkinter/test_text no longer fails when wantobjects is false. by Serhiy Storchaka · 11 years ago
  97. 81d2be9 Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
  98. 848972c Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 11 years ago
  99. d311366 Issue #19733: Temporary disable test_image on MacOSX. by Serhiy Storchaka · 11 years ago
  100. c17565e Issue #19733: Temporary disable test_image on MacOSX. by Serhiy Storchaka · 11 years ago