cpython/Lib/tkinter
Serhiy Storchaka 5bb5bbfca8
bpo-33974: Fix passing special characters to ttk widgets. (GH-7986)
Fix passing lists and tuples of strings containing special characters
'"', '\\', '{', '}' and '\n' as options to tkinter.ttk widgets.
2018-06-30 09:20:28 +03:00
..
test bpo-33096: Fix ttk.Treeview.insert. (GH-6228) 2018-03-26 10:02:05 +03:00
__init__.py bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) 2018-06-30 09:20:28 +03:00
__main__.py
colorchooser.py
commondialog.py
constants.py
dialog.py
dnd.py
filedialog.py
font.py
messagebox.py
scrolledtext.py
simpledialog.py
tix.py
ttk.py bpo-33096: Fix ttk.Treeview.insert. (GH-6228) 2018-03-26 10:02:05 +03:00