cpython/Lib/tkinter
Serhiy Storchaka 4ff91eb5e3 Issue #22384: An exception in Tkinter callback no longer crashes the program
when it is run with pythonw.exe.

Documented that Tk.report_callback_exception() is purposed to be overriden in
applications.
2014-09-14 21:18:31 +03:00
..
test Issue #22226: Added private function _splitdict() in the Tkinter module. 2014-09-06 22:49:07 +03:00
__init__.py Issue #22384: An exception in Tkinter callback no longer crashes the program 2014-09-14 21:18:31 +03:00
__main__.py
_fix.py
colorchooser.py
commondialog.py
constants.py
dialog.py
dnd.py
filedialog.py
font.py Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. 2014-08-17 15:31:59 +03:00
messagebox.py
scrolledtext.py
simpledialog.py
tix.py
ttk.py Issue #22226: Added private function _splitdict() in the Tkinter module. 2014-09-06 22:47:58 +03:00