cpython/Lib/lib-tk
Andrew M. Kuchling e475e70128 Patch from /F:
this patch adds a fast _flatten function to the _tkinter
module, and imports it from Tkinter.py (if available).

this speeds up canvas operations like create_line and
create_polygon.  for example, a create_line with 5000
vertices runs about 50 times faster with this patch in
place.
2000-06-18 18:45:50 +00:00
..
Canvas.py
Dialog.py
FileDialog.py
FixTk.py Work the Tcl version number in the path we search for. 2000-04-04 23:32:21 +00:00
ScrolledText.py Peter Haight discovered that this code uses a mutable default for cnf 1999-09-20 00:39:47 +00:00
SimpleDialog.py
tkColorChooser.py
tkCommonDialog.py
Tkconstants.py
Tkdnd.py
tkFileDialog.py
tkFont.py
Tkinter.py Patch from /F: 2000-06-18 18:45:50 +00:00
tkMessageBox.py
tkSimpleDialog.py Moshe Zadka: 2000-02-24 15:01:43 +00:00
turtle.py