summaryrefslogtreecommitdiffstats
path: root/Tools/idle/turtle.py
Commit message (Collapse)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
| | | | | Different action on WM_DELETE_WINDOW is more likely to do the right thing, allowing us to destroy old windows.
* Split the goto() function in two: _goto() is the internal one,Guido van Rossum1998-10-241-5/+9
| | | | | using Canvas coordinates, and goto() uses turtle coordinates and accepts variable argument lists.
* Cope with destruction of the windowGuido van Rossum1998-10-241-7/+24
|
* Turtle graphicsGuido van Rossum1998-10-241-0/+324