cpython/Lib/tkinter
Serhiy Storchaka e3a9adba32
[3.8] bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) (GH-24026)
Objects which belong to different Tcl interpreters are now always
different, even if they have the same name.
(cherry picked from commit 1df56bc059)
2021-01-01 19:39:36 +02:00
..
test [3.8] bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) (GH-24026) 2021-01-01 19:39:36 +02:00
__init__.py [3.8] bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) (GH-24026) 2021-01-01 19:39:36 +02:00
__main__.py
colorchooser.py De-'colour'ize stdlib except for idlelib.configDialog. 2014-10-09 18:44:32 -04:00
commondialog.py [3.8] bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) (GH-23854) 2020-12-19 16:38:37 +02:00
constants.py
dialog.py bpo-34964: Make Tkinter sources more readable by adding blank lines. (GH-9822) 2018-10-12 19:01:00 +03:00
dnd.py bpo-34964: Make Tkinter sources more readable by adding blank lines. (GH-9822) 2018-10-12 19:01:00 +03:00
filedialog.py Fix typos mostly in comments, docs and test names (GH-15209) 2019-08-30 13:42:54 -07:00
font.py [3.8] bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) (GH-24026) 2021-01-01 19:39:36 +02:00
messagebox.py bpo-34964: Make Tkinter sources more readable by adding blank lines. (GH-9822) 2018-10-12 19:01:00 +03:00
scrolledtext.py bpo-34964: Make Tkinter sources more readable by adding blank lines. (GH-9822) 2018-10-12 19:01:00 +03:00
simpledialog.py [3.8] bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) (GH-23854) 2020-12-19 16:38:37 +02:00
tix.py [3.8] bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) (GH-23854) 2020-12-19 16:38:37 +02:00
ttk.py [3.8] bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) (GH-23854) 2020-12-19 16:38:37 +02:00