summaryrefslogtreecommitdiffstats
path: root/Lib/turtle.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 67279 via svnmerge fromMartin v. Löwis2008-11-191-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r67279 | martin.v.loewis | 2008-11-19 10:09:41 +0100 (Mi, 19 Nov 2008) | 2 lines Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__ ........
* Merged revisions 66686 via svnmerge fromMartin v. Löwis2008-09-291-28/+31
| | | | | | | | | | | | | 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-211-0/+4051
|
* Relocating file to Lib/lib-tk.Fred Drake1999-04-191-343/+0
|
* Turtle graphicsGuido van Rossum1998-12-041-0/+343