the end of the 2.7 branch
  1. b5213f4 [2.7] bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-12015) by Ned Deily · 6 years ago
  2. 72ff2f7 bpo-26386: Re-enable missing widget testcases in test_ttk_guionly. (GH-12014) by Ned Deily · 6 years ago
  3. abe74fe [2.7] bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565). (GH-10943) by Serhiy Storchaka · 7 years ago
  4. 41c7f97 [2.7] Fix checking for bugfix Tcl version. (GH-10185). (GH-10188) by Serhiy Storchaka · 7 years ago
  5. 427b8c7 [2.7] bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) (GH-9957) (GH-9968) by Serhiy Storchaka · 7 years ago
  6. 46cb5fd [2.7] bpo-34189: Add simple tests for new Tk widget options. (GH-8396). (GH-8400) by Serhiy Storchaka · 7 years ago
  7. 9b84cc8 [2.7] bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) (GH-8021) by Serhiy Storchaka · 7 years ago
  8. 3a04598 bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701) (GH-6620) by Cheryl Sabella · 7 years ago
  9. 7a45eb9 bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479) (GH-6542) by Andrés Delfino · 7 years ago
  10. e80a232 [2.7] bpo-33096: Fix ttk.Treeview.insert. (GH-6228) (GH-6326) by Serhiy Storchaka · 7 years ago
  11. 7c622be bpo-30855: Fix winfo_id related Tkinter test on Windows. (#4121) by Serhiy Storchaka · 8 years ago
  12. e1847ea bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (GH-2960) by Cheryl Sabella · 8 years ago
  13. 56e162a ttk: fix LabeledScale and OptionMenu destroy() method (#3026) by Victor Stinner · 8 years ago
  14. f6d6480 [2.7] bpo-30855: Trying to fix test_use on Windows. (#2586) by Victor Stinner · 8 years ago
  15. 96f5020 [2.7] bpo-30310: tkFont now supports unicode options (e.g. font family). (#1567) by Serhiy Storchaka · 8 years ago
  16. f31f225 Fix spelling mistakes in tkinter.py (#1754) by Vijay Kumar · 8 years ago
  17. 994f04d Issue #28998: More APIs now support longs as well as ints. by Serhiy Storchaka · 9 years ago
  18. 536e7a2 Issue 28923: Remove editor artifacts from Tix.py, by Terry Jan Reedy · 9 years ago
  19. f8cc287 Issue #28515: Fixed py3k warnings. by Serhiy Storchaka · 9 years ago
  20. f10006c Issue #25464: Fixed HList.header_exists() in Tix module by adding by Serhiy Storchaka · 9 years ago
  21. 2b91fad Issue #27611: Fixed support of default root window in the Tix module. by Serhiy Storchaka · 9 years ago
  22. fcc8a0f Correct spelling in documentation and code comments by Martin Panter · 9 years ago
  23. 1872d94 Issue #27611: Don't import volatile attribute. by Terry Jan Reedy · 9 years ago
  24. 3d36f0f Spelling and grammar fixes in code comments and documentation by Martin Panter · 9 years ago
  25. 199b7d5 Issue #22115: Fixed tracing Tkinter variables. by Serhiy Storchaka · 9 years ago
  26. 77ccaaf Issue #27238: Got rid of bare excepts in the turtle module. Original patch by Serhiy Storchaka · 9 years ago
  27. d8b5942 Issue #26386: Fixed ttk.TreeView selection operations with item id's by Serhiy Storchaka · 9 years ago
  28. 200a615 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 9 years ago
  29. b44c452 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 9 years ago
  30. b1d867f Issue #27076: Doc, comment and test function name spelling fixes by Martin Panter · 9 years ago
  31. 4f23cab Corrections for a/an in code comments and documentation by Martin Panter · 9 years ago
  32. f2f1c57 Fix typos in comments, documentation and test method names by Martin Panter · 9 years ago
  33. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  34. ca76100 Issue 25959: Explain in docstring that PhotoImage.zoom arguments are by Terry Jan Reedy · 9 years ago
  35. 0fd213c Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 9 years ago
  36. 53ae0ba Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 10 years ago
  37. f64ccb9 Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test by Serhiy Storchaka · 10 years ago
  38. c72e66a Issue #25523: Backported a-to-an corrections. by Serhiy Storchaka · 10 years ago
  39. 4734372 Close #24508: Backport the 3.5 MSBuild project files. by Zachary Ware · 10 years ago
  40. 9487043 Issue #24408: Prevent test_font failures with non-ascii font names. by Ned Deily · 10 years ago
  41. 18d69e0 Issue #24408: Fixed test for tkinter.Font on OS X. by Serhiy Storchaka · 10 years ago
  42. 66f8d75 Issue #24408: Added more tkinter.Font tests. by Serhiy Storchaka · 10 years ago
  43. dacd7d0 Use more precise Tcl version checks in tests. by Serhiy Storchaka · 10 years ago
  44. dcb12f4 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 10 years ago
  45. f29bc70 Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and by Serhiy Storchaka · 10 years ago
  46. cc49aa1 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 10 years ago
  47. 7a02582 Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. by Serhiy Storchaka · 11 years ago
  48. 21a2350 Issue #17896: Move Windows external lib sources from .. to externals. by Zachary Ware · 11 years ago
  49. e73b8c6 Always handle non-handled events before destoying root widget in tests. by Serhiy Storchaka · 11 years ago
  50. 1375538 De-'colour'ize stdlib except for idlelib.configDialog. by Terry Jan Reedy · 11 years ago
  51. 2971c5e Issue #22384: An exception in Tkinter callback no longer crashes the program by Serhiy Storchaka · 11 years ago
  52. ceaf682 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 11 years ago
  53. d3ea065 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 11 years ago
  54. 95cf986 Import Tkinter as tkinter to help merging and avoid backporting errors. by Serhiy Storchaka · 11 years ago
  55. c208fe6 Issue #1730136: Fix backported exception name. by Ned Deily · 11 years ago
  56. 44ae513 Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. by Serhiy Storchaka · 11 years ago
  57. 04fa704 Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata" by Serhiy Storchaka · 11 years ago
  58. 2ce9ddd Issue #22061: Add deprecation warnings in empty obsolete methods. by Serhiy Storchaka · 11 years ago
  59. 186f665 Issue #1730136: Fix comparison between a tk Font object and an object of a by Serhiy Storchaka · 11 years ago
  60. 9cb68ca Issue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set() by Serhiy Storchaka · 11 years ago
  61. b606d45 Issue #21868: Prevent turtle crash due to invalid undo buffer size. by Raymond Hettinger · 11 years ago
  62. f7f746a Issue #21882: In turtle demos, remove module scope gui and sys calls by by Terry Jan Reedy · 11 years ago
  63. 9ce635f Issue #18492: Allow all resources when tests are not run by regrtest.py. by Zachary Ware · 11 years ago
  64. f94686f Issue #6181: Fixed minor bugs in tkinter.Listbox methods: by Serhiy Storchaka · 11 years ago
  65. 417367a Issue #6181: Fixed errors in tkinter.Listbox docstrings. by Serhiy Storchaka · 11 years ago
  66. e75a555 Issue #21605: Added tests for Tkinter images. by Serhiy Storchaka · 11 years ago
  67. adad50c Added missed calls of splitlist(). by Serhiy Storchaka · 11 years ago
  68. edb6428 Issue #21402: tkinter.ttk now works when default root window is not set. by Serhiy Storchaka · 11 years ago
  69. 6599439 Fixed new Tkinter tests added in issue #21522 with Tk 8.4. by Serhiy Storchaka · 11 years ago
  70. 4f0e167 Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), by Serhiy Storchaka · 11 years ago
  71. f19771f Issue #20635: Added tests for Tk geometry managers. by Serhiy Storchaka · 11 years ago
  72. 2460dc8 Issue #18604: Consolidated checks for GUI availability. by Zachary Ware · 11 years ago
  73. 09f4f25 Issue #15618: Make turtle.py itself work when run from a module with by Terry Jan Reedy · 11 years ago
  74. 3e0cb09 Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 12 years ago
  75. 942aaac Issue #19761: Fixed Tkinter tests on OS X. by Serhiy Storchaka · 12 years ago
  76. ccffb25 Issue #20368: The null character now correctly passed from Tcl to Python (in by Serhiy Storchaka · 12 years ago
  77. 2e27ddd Fixed typo. by Serhiy Storchaka · 12 years ago
  78. 2bca9de tkinter.Text.debug() now always returns 0/1. by Serhiy Storchaka · 12 years ago
  79. 6183f70 Try to fix some ttk tests. Error messages were changed in 8.6b3. by Serhiy Storchaka · 12 years ago
  80. 9be238d Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. by Serhiy Storchaka · 12 years ago
  81. dbb9630 Backported tests for Tkinter variables. by Serhiy Storchaka · 12 years ago
  82. 5e11655 Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 12 years ago
  83. 0356ff0 test_debug in test_tkinter/test_text no longer fails when wantobjects is false. by Serhiy Storchaka · 12 years ago
  84. ec773cc Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 12 years ago
  85. 7610ec2 Fixed merging error in changeset 3912934e99ba (issue #19733). by Serhiy Storchaka · 12 years ago
  86. 9ec0722 Issue #19733: Temporary disable test_image on MacOSX. by Serhiy Storchaka · 12 years ago
  87. 62cd124 Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). by Serhiy Storchaka · 12 years ago
  88. ca035a8 Fix buildbot failure by Antoine Pitrou · 12 years ago
  89. 3dbbef9 Fix merge error in issue #19602. by Serhiy Storchaka · 12 years ago
  90. 3f2aade Issue #19602: Use specific asserts in tkinter tests. by Serhiy Storchaka · 12 years ago
  91. f87854e Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085). by Serhiy Storchaka · 12 years ago
  92. 27cadd7 Revert wrong change in previous commit (issue #19085). by Serhiy Storchaka · 12 years ago
  93. 0a4b07b Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085). by Serhiy Storchaka · 12 years ago
  94. 3ecd17e Issue #19085: Fix running test_ttk_textonly on displayless host. by Serhiy Storchaka · 12 years ago
  95. c4051a8 Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. by Serhiy Storchaka · 12 years ago
  96. 68f518c Issue #19085: Fixed pixels rounding for last Tk patchlevels. by Serhiy Storchaka · 12 years ago
  97. 31b9c84 Issue #6157: Fixed Tkinter.Text.debug(). Original patch by Guilherme Polo. by Serhiy Storchaka · 12 years ago
  98. 8630f16 Issue #6160: The bbox() method of Tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 12 years ago
  99. 6bf15d1 Issue #19085: Fixed some Tkinter tests on Windows. by Serhiy Storchaka · 12 years ago
  100. 4a21726 Issue #19085: Fix Tkinter tests with Tcl/Tk 8.4. by Serhiy Storchaka · 12 years ago