summaryrefslogtreecommitdiffstats
path: root/Demo/turtle
Commit message (Collapse)AuthorAgeFilesLines
* normalize shebang lines to #!/usr/bin/env pythonBenjamin Peterson2010-03-1114-14/+14
|
* Applying patches backported from 3.1, by Gregor Lingl.R. David Murray2009-09-281-0/+1
|
* Issue 6340: update by Gregor Lingl of his tdemo_chaos demo program.R. David Murray2009-06-251-27/+23
| | | | Functionally equivalent, clearer code, English comments.
* Issue #3965: Allow repeated calls to turtle.Screen, by making it aMartin v. Löwis2008-09-291-2/+2
| | | | | | true singleton object. Reviewed by Gregor Lingl.
* Patch #1513695: New turtle module, with demos.Martin v. Löwis2008-06-0421-0/+1895