cpython/Lib/lib-tk
Serhiy Storchaka 4f0e167414 Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
PanedWindow.paneconfigure(), and Menu.entryconfigure().
2014-05-23 14:08:31 +03:00
..
test Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), 2014-05-23 14:08:31 +03:00
Canvas.py Tkinter rename reversal: remove tkinter package, adapt imports and docs. 2008-05-20 07:13:37 +00:00
Dialog.py Tkinter rename reversal: remove tkinter package, adapt imports and docs. 2008-05-20 07:13:37 +00:00
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 Issue #1119673: Do not override Tkinter.Text methods when creating a ScrolledText. 2009-08-18 13:23:08 +00:00
SimpleDialog.py Tkinter renaming reversal: move modules back in their place. 2008-05-20 06:58:21 +00:00
Tix.py Issue #19020: Tkinter now uses splitlist() instead of split() in configure 2013-12-25 16:35:20 +02:00
Tkconstants.py Tkinter renaming reversal: move modules back in their place. 2008-05-20 06:58:21 +00:00
Tkdnd.py Tkinter rename reversal: remove tkinter package, adapt imports and docs. 2008-05-20 07:13:37 +00:00
Tkinter.py Fixed grid_columnconfigure() and grid_rowconfigure() methods of 2014-02-19 18:33:30 +02:00
tkColorChooser.py Issue #3767: Convert Tk object to string in tkColorChooser. 2008-12-29 16:22:25 +00:00
tkCommonDialog.py Tkinter rename reversal: remove tkinter package, adapt imports and docs. 2008-05-20 07:13:37 +00:00
tkFileDialog.py Tkinter renaming reversal: move modules back in their place. 2008-05-20 06:58:21 +00:00
tkFont.py Tkinter rename reversal: remove tkinter package, adapt imports and docs. 2008-05-20 07:13:37 +00: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 Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. 2014-01-07 19:32:58 +02:00
turtle.py Issue #15618: Make turtle.py itself work when run from a module with 2014-03-05 23:15:57 -05:00