summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/turtle.py
Commit message (Collapse)AuthorAgeFilesLines
* Patch by kragen@pobox.com: When tracing is turned on, lines shorterGuido van Rossum2001-01-011-0/+2
| | | | | than a pixel don't get drawn at all. If you're building long curves made of such lines, this is a bad thing.
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-2/+2
|
* Don't rename Tkinter to Tk; closes bug 115714Martin v. Löwis2000-10-011-6/+6
| | | | Subclass Error from Exception.
* Turtle graphicsGuido van Rossum1998-12-041-0/+343