cpython/Lib/lib-tk
Terry Jan Reedy f7f746a828 Issue #21882: In turtle demos, remove module scope gui and sys calls by
moving them to the module's main function.
2014-06-30 16:09:16 -04:00
..
test Issue #18492: Allow all resources when tests are not run by regrtest.py. 2014-06-02 16:01:16 -05:00
Canvas.py
Dialog.py
FileDialog.py replace has_key with 'in' operator 2009-10-09 22:15:50 +00:00
FixTk.py Issue #6470: Drop UNC prefix in FixTk.py 2010-06-04 19:39:07 +00:00
ScrolledText.py
SimpleDialog.py
Tix.py Issue #19020: Tkinter now uses splitlist() instead of split() in configure 2013-12-25 16:35:20 +02:00
Tkconstants.py
Tkdnd.py
Tkinter.py Issue #6181: Fixed minor bugs in tkinter.Listbox methods: 2014-06-02 21:30:53 +03:00
tkColorChooser.py
tkCommonDialog.py
tkFileDialog.py
tkFont.py Added missed calls of splitlist(). 2014-06-01 11:21:34 +03:00
tkMessageBox.py - Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox 2010-03-16 10:48:52 +00:00
tkSimpleDialog.py Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. 2012-07-30 20:04:53 +03:00
ttk.py Added missed calls of splitlist(). 2014-06-01 11:21:34 +03:00
turtle.py Issue #21882: In turtle demos, remove module scope gui and sys calls by 2014-06-30 16:09:16 -04:00