summaryrefslogtreecommitdiffstats
path: root/Demo/turtle
Commit message (Collapse)AuthorAgeFilesLines
* Add updated .hgeol file and fix newlines in the 2.7 branch.Georg Brandl2011-03-051-227/+227
|
* #8616: add new turtle demo "nim".Georg Brandl2010-05-291-0/+227
|
* #8616: update module nameGeorg Brandl2010-05-241-1/+1
|
* 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