cpython/Lib/tkinter
Miss Islington (bot) 578caafabe
bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)
Objects which belong to different Tcl interpreters are now always
different, even if they have the same name.
(cherry picked from commit 1df56bc059)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2020-12-29 03:18:26 -08:00
..
test bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) 2020-12-29 03:18:26 -08:00
__init__.py bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) 2020-12-29 03:18:26 -08:00
__main__.py
colorchooser.py
commondialog.py [3.9] bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) (GH-23853) 2020-12-19 13:08:07 +02:00
constants.py
dialog.py
dnd.py
filedialog.py Fix typos mostly in comments, docs and test names (GH-15209) 2019-08-30 16:21:19 -04:00
font.py bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) 2020-12-29 03:18:26 -08:00
messagebox.py
scrolledtext.py
simpledialog.py [3.9] bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) (GH-23853) 2020-12-19 13:08:07 +02:00
tix.py [3.9] bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) (GH-23853) 2020-12-19 13:08:07 +02:00
ttk.py bpo-40219: Lowered ttk LabeledScale dummy (GH-21467) (GH-23788) 2020-12-19 19:28:59 +02:00