index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_tkinter
/
test_misc.py
Commit message (
Expand
)
Author
Age
*
gh-128562: Fix generation of the tkinter widget names (GH-128604)
Zhikang Yan
2025-01-13
*
gh-128014: Fix passing default='' to the tkinter method wm_iconbitmap() (GH-...
Zhikang Yan
2025-01-02
*
gh-126899: Add `**kw` to `tkinter.Misc.after` and `tkinter.Misc.after_idle` (...
Zhikang Yan
2024-12-01
*
gh-124111: Update tkinter for compatibility with Tcl/Tk 9.0.0 (GH-124156)
Marc Culler
2024-11-14
*
gh-119614: Fix truncation of strings with embedded null characters in Tkinter...
Serhiy Storchaka
2024-06-24
*
Add Tkinter tests for different events (GH-118778)
Serhiy Storchaka
2024-05-16
*
bpo-32839: Add the after_info() method for Tkinter widgets (GH-5664)
Cheryl Sabella
2024-04-27
*
gh-43457: Tkinter: fix design flaws in wm_attributes() (GH-111404)
Serhiy Storchaka
2024-02-05
*
gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbinds "fun...
Serhiy Storchaka
2024-02-04
*
gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-113900)
Serhiy Storchaka
2024-01-10
*
gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid" (GH-1...
Serhiy Storchaka
2023-12-06
*
gh-75666: Tkinter: add tests for binding (GH-111202)
Serhiy Storchaka
2023-10-24
*
gh-72684: Tkinter: provide interface for "tk busy" subcommands (GH-107684)
Serhiy Storchaka
2023-08-19
*
gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ (#94070)
Victor Stinner
2022-06-22