summaryrefslogtreecommitdiffstats
path: root/Demo/turtle
Commit message (Collapse)AuthorAgeFilesLines
* Issue #10199: Moved Demo/turtle under Lib/Alexander Belopolsky2010-11-0124-2328/+0
|
* fix demo/doc eolBenjamin Peterson2010-03-192-317/+312
|
* convert shebang lines: python -> python3Benjamin Peterson2010-03-1115-15/+15
|
* Merged revisions 73557 via svnmerge fromR. David Murray2009-06-251-27/+23
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73557 | r.david.murray | 2009-06-25 13:29:39 -0400 (Thu, 25 Jun 2009) | 3 lines Issue 6340: update by Gregor Lingl of his tdemo_chaos demo program. Functionally equivalent, clearer code, English comments. ........
* #5923: update turtle module to version 1.1.Georg Brandl2009-05-052-0/+317
|
* 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