cpython/Lib/lib-tk
Guido van Rossum 49a4b68b8b Fix a problem in Tkinter introduced by SF patch #869468 (checked in as
1.179): delete bogus __hasattr__ and __delattr__ methods on class Tk
that were breaking Tkdnd.
2005-07-26 23:57:46 +00:00
..
Canvas.py
Dialog.py
FileDialog.py Wait for visibility before setting a grab. Fixes #946153. 2004-08-03 18:36:25 +00:00
FixTk.py
ScrolledText.py
SimpleDialog.py Wait for visibility before setting a grab. Fixes #946153. 2004-08-03 18:36:25 +00:00
Tix.py
Tkconstants.py
Tkdnd.py
Tkinter.py Fix a problem in Tkinter introduced by SF patch #869468 (checked in as 2005-07-26 23:57:46 +00:00
tkColorChooser.py
tkCommonDialog.py
tkFileDialog.py
tkFont.py Remove debug print. 2004-08-20 06:19:23 +00:00
tkMessageBox.py Convert boolean results back to strings. Fixes #807871. 2004-09-18 16:01:23 +00:00
tkSimpleDialog.py Wait for visibility before setting a grab. Fixes #946153. 2004-08-03 18:36:25 +00:00
turtle.py