summaryrefslogtreecommitdiff
path: root/Tools/idle/turtle.py
Commit message (Expand)AuthorAgeFilesLines
* Moved to Python 1.5.2/LibGuido van Rossum1998-12-081-343/+0
* root is now a global called _rootGuido van Rossum1998-10-261-1/+1
* Raise the root window on reset().Guido van Rossum1998-10-241-11/+9
* Split the goto() function in two: _goto() is the internal one,Guido van Rossum1998-10-241-5/+9
* Cope with destruction of the windowGuido van Rossum1998-10-241-7/+24
* Turtle graphicsGuido van Rossum1998-10-241-0/+324