cpython/Lib/lib-tk
Guido van Rossum eb354b31e5 Bug reported by Jim Robinson:
An attempt to execute grid_slaves with arguments (0,0) results in
*all* of the slaves being returned, not just the slave associated with
row 0, column 0.  This is because the test for arguments in the method
does not test to see if row (and column) does not equal None, but
rather just whether is evaluates to non-false.  A value of 0 fails
this test.
1999-03-16 21:54:50 +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
FixTk.py This hopefully fixes the problem of having to set PATH 1999-01-04 18:06:45 +00:00
ScrolledText.py Fix the exclusion of "config" in the methods copied from Pack to also 1997-12-05 17:05:04 +00:00
SimpleDialog.py Give in to the tab police. 1998-03-20 20:45:49 +00:00
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 Another easter present. 1998-04-10 16:14:34 +00:00
tkFileDialog.py Give in to the tab police. 1998-03-20 20:45:49 +00:00
tkFont.py Fredrik Lundh's font wrapper. 1998-08-11 19:07:58 +00:00
Tkinter.py Bug reported by Jim Robinson: 1999-03-16 21:54:50 +00:00
tkMessageBox.py
tkSimpleDialog.py Only reference Tkinter._default_root when needed. 1998-10-12 20:40:09 +00:00
turtle.py Turtle graphics 1998-12-04 16:42:46 +00:00