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 Issue #9384: python -m tkinter will now display a simple demo applet. 2010-07-27 14:16:32 +00:00
_fix.py Implemented PEP 405 (Python virtual environments). 2012-05-26 03:45:29 +01:00
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 Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. 2014-08-17 15:31:59 +03:00
messagebox.py Merged revisions 78989 via svnmerge from 2010-03-16 10:53:02 +00:00
scrolledtext.py Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from 2011-02-25 10:03:34 +00:00
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 Issue #20976: pyflakes: Remove unused imports 2014-03-20 09:16:38 +01:00
ttk.py Issue #22226: Added private function _splitdict() in the Tkinter module. 2014-09-06 22:47:58 +03:00