COMMITS
/ Lib/tkinter/__init__.py June 23, 2021
E
bpo-44404: tkinter `after` support callable classes (GH-26812)
E-Paine committed
April 21, 2021
E
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
Ethan Furman committed
April 20, 2021
E
Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)
Ethan Furman committed
E
bpo-38659: [Enum] add _simple_enum decorator (GH-25285)
Ethan Furman committed
January 21, 2021
C
bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorchooser (GH-6578)
Cheryl Sabella committed
December 29, 2020
S
bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)
Serhiy Storchaka committed
December 25, 2020
S
bpo-42721: Improve using simple dialogs without root window (GH-23897)
Serhiy Storchaka committed
S
bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904)
Serhiy Storchaka committed
December 19, 2020
S
bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)
Serhiy Storchaka committed
October 9, 2020
S
bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355)
Serhiy Storchaka committed
September 22, 2020
E
bpo-41817: use new StrEnum to ensure all members are strings (GH-22348)
Ethan Furman committed
July 27, 2020
A
bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601)
Akuli committed
November 12, 2019
S
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka committed
September 1, 2019
S
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka committed
August 8, 2019
S
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka committed
July 26, 2019
F
bpo-29446: tkinter 'import *' only imports what it should (GH-14864)
Flavian Hautbois committed
April 5, 2019
Z
bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406)
Zackery Spytz committed
October 18, 2018
J
bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760)
Juliette Monsel committed
October 12, 2018
J
bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768)
Juliette Monsel committed
S
bpo-34964: Make Tkinter sources more readable by adding blank lines. (GH-9822)
Serhiy Storchaka committed
October 8, 2018
J
bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617)
Juliette Monsel committed
June 30, 2018
S
bpo-33974: Fix passing special characters to ttk widgets. (GH-7986)
Serhiy Storchaka committed
April 17, 2018
A
bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479)
Andrés Delfino committed
March 4, 2018
C
bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701)
Cheryl Sabella committed
May 22, 2017
V
Fix spelling mistakes in tkinter.py (#1716)
Vijay Kumar committed
October 30, 2016
S
Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
Serhiy Storchaka committed
S
Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
Serhiy Storchaka committed
October 25, 2016
S
Issue #27025: Generated names for Tkinter widgets now start by the "!" prefix
Serhiy Storchaka committed
August 30, 2016
R
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger committed
June 26, 2016
S
Issue #22115: Fixed tracing Tkinter variables:
Serhiy Storchaka committed
S
Issue #22115: Added methods trace_add, trace_remove and trace_info in the
Serhiy Storchaka committed
June 25, 2016
S
Issue #20350. tkapp.splitlist() is now always used instead of unreliable
Serhiy Storchaka committed
June 18, 2016
S
Issue #27294: Numerical state in the repr for Tkinter event objects is now
Serhiy Storchaka committed
June 13, 2016
S
Issue #27025: Generated names for Tkinter widgets are now more meanful
Serhiy Storchaka committed
June 11, 2016
S
Issue #27294: Improved repr for Tkinter event objects.
Serhiy Storchaka committed
June 2, 2016
M
Issue #27171: Merge typo fixes from 3.5
Martin Panter committed
M
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter committed
May 16, 2016
S
Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar()
Serhiy Storchaka committed
May 8, 2016
M
Merge typo fixes from 3.5
Martin Panter committed
M
Corrections for a/an in code comments and documentation
Martin Panter committed
M
Fix typos in comments, documentation and test method names
Martin Panter committed
April 25, 2016
S
Remove outdated TkVersion checks.
Serhiy Storchaka committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka committed
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
March 11, 2016
T
Merge with 3.5
Terry Jan Reedy committed
T
Issue 25959: Explain in docstring that PhotoImage.zoom arguments are
Terry Jan Reedy committed
March 9, 2016
S
Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.
Serhiy Storchaka committed
S
Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.
Serhiy Storchaka committed
February 10, 2016
M
Issue #26304: Merge doc wording from 3.5
Martin Panter committed
M
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter committed