cpython/Lib/lib-tk
Guido van Rossum 9f1292d840 Perhaps a controversial change: when reporting a callback exception,
assign the exception info to sys.last_{type,value,traceback}.  That
way, an introspective Tkinter app can inspect its own stack trace.

(The controversy is that it would keep some objects alive, but that's
probably no big deal.)
1998-10-13 20:02:39 +00:00
..
Canvas.py From: Nicolas CHAUVAT <nico@caesium.fr> 1998-07-16 13:43:05 +00:00
Dialog.py
FileDialog.py When a file name is selected ("OK" button, <Return> in the filename entry), 1998-05-06 17:28:23 +00:00
ScrolledText.py
SimpleDialog.py
tkColorChooser.py Nannified. 1998-08-10 20:13:17 +00:00
tkCommonDialog.py When no master widget is specified, use options['parent'] if it exists. 1998-10-12 20:40:47 +00:00
Tkconstants.py NSEW is also valid for -sticky 1998-10-01 15:54:48 +00:00
Tkdnd.py
tkFileDialog.py
tkFont.py Fredrik Lundh's font wrapper. 1998-08-11 19:07:58 +00:00
Tkinter.py Perhaps a controversial change: when reporting a callback exception, 1998-10-13 20:02:39 +00:00
tkMessageBox.py
tkSimpleDialog.py Only reference Tkinter._default_root when needed. 1998-10-12 20:40:09 +00:00