summaryrefslogtreecommitdiffstats
path: root/Demo/turtle
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 66686 via svnmerge fromMartin v. Löwis2008-09-291-2/+2
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r66686 | martin.v.loewis | 2008-09-30 00:09:07 +0200 (Di, 30 Sep 2008) | 5 lines Issue #3965: Allow repeated calls to turtle.Screen, by making it a true singleton object. Reviewed by Gregor Lingl. ........
* Bug #3884: Make the turtle module toplevel again.Martin v. Löwis2008-09-2118-18/+18
|
* Patch #3064: Port new turtle module and demos to 3.0.Martin v. Löwis2008-06-1022-0/+2020