cpython/Lib/lib-tk
Fred Drake 132dce2246 Update the code to better reflect recommended style:
Use != instead of <> since <> is documented as "obsolescent".
Use "is" and "is not" when comparing with None or type objects.
2000-12-12 23:11:42 +00:00
..
Canvas.py Make reindent.py happy (convert everything to 4-space indents!). 2000-10-23 18:31:14 +00:00
Dialog.py Make reindent.py happy (convert everything to 4-space indents!). 2000-10-23 18:31:14 +00:00
FileDialog.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
FixTk.py Also point TK_LIBRARY to the appropriate directory. 2000-10-25 17:42:13 +00:00
ScrolledText.py Make reindent.py happy (convert everything to 4-space indents!). 2000-10-23 18:31:14 +00:00
SimpleDialog.py Give in to the tab police. 1998-03-20 20:45:49 +00:00
Tkconstants.py -- added a couple of missing Tkinter constants (canvas item styles, 2000-08-09 19:37:16 +00:00
Tkdnd.py Make reindent.py happy (convert everything to 4-space indents!). 2000-10-23 18:31:14 +00:00
Tkinter.py Update the code to better reflect recommended style: 2000-12-12 23:11:42 +00:00
tkColorChooser.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
tkCommonDialog.py Make reindent.py happy (convert everything to 4-space indents!). 2000-10-23 18:31:14 +00:00
tkFileDialog.py Give in to the tab police. 1998-03-20 20:45:49 +00:00
tkFont.py Make reindent.py happy (convert everything to 4-space indents!). 2000-10-23 18:31:14 +00:00
tkMessageBox.py New dialog routines (Fred Lundh) 1997-07-19 20:02:36 +00:00
tkSimpleDialog.py Make reindent.py happy (convert everything to 4-space indents!). 2000-10-23 18:31:14 +00:00
turtle.py Make reindent.py happy (convert everything to 4-space indents!). 2000-10-23 18:31:14 +00:00