aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_tkinter/test_misc.py
Commit message (Expand)AuthorAge
* gh-128562: Fix generation of the tkinter widget names (GH-128604)Zhikang Yan2025-01-13
* gh-128014: Fix passing default='' to the tkinter method wm_iconbitmap() (GH-...Zhikang Yan2025-01-02
* gh-126899: Add `**kw` to `tkinter.Misc.after` and `tkinter.Misc.after_idle` (...Zhikang Yan2024-12-01
* gh-124111: Update tkinter for compatibility with Tcl/Tk 9.0.0 (GH-124156)Marc Culler2024-11-14
* gh-119614: Fix truncation of strings with embedded null characters in Tkinter...Serhiy Storchaka2024-06-24
* Add Tkinter tests for different events (GH-118778)Serhiy Storchaka2024-05-16
* bpo-32839: Add the after_info() method for Tkinter widgets (GH-5664)Cheryl Sabella2024-04-27
* gh-43457: Tkinter: fix design flaws in wm_attributes() (GH-111404)Serhiy Storchaka2024-02-05
* gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbinds "fun...Serhiy Storchaka2024-02-04
* gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-113900)Serhiy Storchaka2024-01-10
* gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid" (GH-1...Serhiy Storchaka2023-12-06
* gh-75666: Tkinter: add tests for binding (GH-111202)Serhiy Storchaka2023-10-24
* gh-72684: Tkinter: provide interface for "tk busy" subcommands (GH-107684)Serhiy Storchaka2023-08-19
* gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ (#94070)Victor Stinner2022-06-22