COMMITS
/ Lib/tkinter/__init__.py February 25, 2026
M
gh-47655: Add support for user data and detail of Tk events to tkinter (GH-7142)
Matthias Kievernagel committed
January 20, 2026
S
gh-143754: Add Tkinter methods pack_content(), place_content() and grid_content() (GH-143845)
Serhiy Storchaka committed
January 19, 2026
S
gh-143754: Modernize Tkinter docs (GH-143841)
Serhiy Storchaka committed
November 17, 2025
October 30, 2025
S
gh-140481: Improve error message when trying to iterate a Tk widget, image or font (GH-140501)
Serhiy Storchaka committed
August 12, 2025
S
gh-126008: Improve docstrings for Tkinter cget and configure methods (GH-133303)
Serhiy Storchaka committed
May 2, 2025
April 29, 2025
S
gh-120220: Deprecate legacy methods for tracing variables in Tkinter (GH-120223)
Serhiy Storchaka committed
January 13, 2025
Z
gh-128562: Fix generation of the tkinter widget names (GH-128604)
Zhikang Yan committed
January 2, 2025
Z
gh-128014: Fix passing default='' to the tkinter method wm_iconbitmap() (GH-128015)
Zhikang Yan committed
December 1, 2024
Z
gh-126899: Add `**kw` to `tkinter.Misc.after` and `tkinter.Misc.after_idle` (#126900)
Zhikang Yan committed
September 1, 2024
Y
gh-123341: Support `tkinter.Event` type subcript (#123353)
Yoda committed
August 21, 2024
W
Fix typos in comments (#123201)
Wulian committed
May 20, 2024
S
gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-118784)
Serhiy Storchaka committed
May 15, 2024
S
gh-118760: Fix errors in calling Tkinter bindings on Windows (GH-118782)
Serhiy Storchaka committed
May 7, 2024
S
gh-66410: Do not stringify arguments of Tkinter callback (GH-98592)
Serhiy Storchaka committed
May 6, 2024
S
gh-71592: Add ability to trace Tcl commands executed by Tkinter (GH-118291)
Serhiy Storchaka committed
S
gh-118271: Support more options for reading/writing images in Tkinter (GH-118273)
Serhiy Storchaka committed
S
gh-118225: Support more options for copying images in Tkinter (GH-118228)
Serhiy Storchaka committed
April 26, 2024
C
bpo-32839: Add the after_info() method for Tkinter widgets (GH-5664)
Cheryl Sabella committed
March 16, 2024
S
gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton default names (GH-116495)
Serhiy Storchaka committed
February 11, 2024
S
gh-97928: Partially restore the behavior of tkinter.Text.count() by default (GH-115031)
Serhiy Storchaka committed
February 5, 2024
S
gh-43457: Tkinter: fix design flaws in wm_attributes() (GH-111404)
Serhiy Storchaka committed
February 4, 2024
S
gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbinds "funcid" (GH-113955)
Serhiy Storchaka committed
January 18, 2024
C
gh-110345: show Tcl/Tk patchlevel in `tkinter._test()` (GH-110350)
Christopher Chavez committed
January 10, 2024
S
gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-113900)
Serhiy Storchaka committed
December 6, 2023
S
gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid" (GH-111322)
Serhiy Storchaka committed
October 31, 2023
S
gh-111531: Tkinter: fix reference leaks in bind_class() and bind_all() (GH-111533)
Serhiy Storchaka committed
October 24, 2023
S
gh-97928: Change the behavior of tkinter.Text.count() (GH-98484)
Serhiy Storchaka committed
August 19, 2023
S
gh-72684: Tkinter: provide interface for "tk busy" subcommands (GH-107684)
Serhiy Storchaka committed
August 7, 2023
S
gh-100814: Fix exception for invalid callable value of Tkinter image option (GH-107692)
Serhiy Storchaka committed
May 22, 2023
S
gh-94473: Flatten arguments in tkinter.Canvas.coords() (GH-98479)
Serhiy Storchaka committed
April 24, 2023
C
gh-103685: Fix tkinter.Menu.index() for Tk 8.7 (#103686)
Christopher Chavez committed
March 18, 2023
I
December 22, 2022
S
gh-57762: fix misleading tkinter.Tk docstring (#98837)
Shantanu committed
October 19, 2022
S
gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-98436)
Serhiy Storchaka committed
September 27, 2022
S
gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547)
Serhiy Storchaka committed
May 10, 2022
C
bpo-13553: Document tkinter.Tk args (#4786)
Cheryl Sabella committed
May 6, 2022
S
gh-91827: Add method info_pathlevel() in tkinter (GH-91829)
Serhiy Storchaka committed
October 6, 2021
C
Fix typos in the Lib directory (GH-28775)
Christian Clauss committed
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