cpython/Lib/tkinter/test/test_tkinter
Miss Islington (bot) 010819a295
[3.11] gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid" (GH-111322) (GH-112801)
Previously, "widget.unbind(sequence, funcid)" destroyed the current binding
for "sequence", leaving "sequence" unbound, and deleted the "funcid"
command.

Now it removes only "funcid" from the binding for "sequence", keeping
other commands, and deletes the "funcid" command.
It leaves "sequence" unbound only if "funcid" was the last bound command.

(cherry picked from commit cc7e45cc57)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: GiovanniL <13402461+GiovaLomba@users.noreply.github.com>
2023-12-06 15:04:07 +00:00
..
__init__.py
test_colorchooser.py
test_font.py
test_geometry_managers.py [3.11] gh-104494: Update certain Tkinter pack/place tests for Tk 8.7 errors (GH-104495) (#104569) 2023-05-16 20:03:51 -04:00
test_images.py [3.11] gh-107705: Fix file leak in test_tkinter in the C locale (GH-110507) (GH-110858) 2023-10-14 06:40:18 +00:00
test_loadtk.py
test_messagebox.py
test_misc.py [3.11] gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid" (GH-111322) (GH-112801) 2023-12-06 15:04:07 +00:00
test_simpledialog.py
test_text.py gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-98436) 2022-10-19 02:57:27 -07:00
test_variables.py
test_widgets.py [3.11] gh-104496: Use correct Tcl or Tk version in Tkinter tests (GH-107688) (GH-107719) 2023-08-07 14:48:43 +00:00