cpython/Lib/tkinter
Andrew Svetlov a191959849 Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
2012-12-18 21:27:16 +02:00
..
test Issue #15601: fix tkinter test_variables failure with OS X Aqua Tk 8.4 2012-08-09 21:51:21 +03:00
__init__.py Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:16 +02:00
__main__.py
_fix.py
colorchooser.py
commondialog.py
constants.py
dialog.py
dnd.py
filedialog.py Replace os.error with OSError in tkinter and IDLE 2012-12-17 19:51:15 +02:00
font.py
messagebox.py
scrolledtext.py
simpledialog.py Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. 2012-07-30 19:59:53 +03:00
tix.py
ttk.py