cpython/Lib/lib-tk
Guido van Rossum 3c7a25a4d9 Applied SF patch #438424 by Josh Cogliati:
Python's logolike module turtle.py did not display
the turtle except when actually drawing lines.
This patch changes the turtle.py module so that
it displays the turtle at all times when tracing is
on. This is similar to the the way that logo works.
When tracing is off the turtle will not be displayed.
2001-08-09 16:42:07 +00:00
..
Canvas.py The lower() and tkraise() methods were calling the Canvas widget 2001-04-10 21:13:06 +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
Tix.py Fixed a bunch of Tabnanny errors 2001-03-21 17:24:49 +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
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
tkFileDialog.py Give in to the tab police. 1998-03-20 20:45:49 +00:00
tkFont.py String method conversion. 2001-02-09 11:51:27 +00:00
Tkinter.py String method conversion. 2001-02-09 11:51:27 +00:00
tkMessageBox.py New dialog routines (Fred Lundh) 1997-07-19 20:02:36 +00:00
tkSimpleDialog.py String method conversion. 2001-02-09 11:51:27 +00:00
turtle.py Applied SF patch #438424 by Josh Cogliati: 2001-08-09 16:42:07 +00:00