summaryrefslogtreecommitdiff
path: root/Demo/turtle
Commit message (Expand)AuthorAgeFilesLines
* bpo-27593: Updates Windows build to use information from git (#262) (#448)Steve Dower2017-03-041-0/+0
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
* Issue #6639: Module-level turtle functions no longer raise TclError afterSerhiy Storchaka2015-02-221-0/+4
* De-'colour'ize stdlib except for idlelib.configDialog.Terry Jan Reedy2014-10-092-3/+3
* Issue #22051: remove unneeded reload that allowed bad code.Terry Jan Reedy2014-09-031-1/+0
* Modernize turtledemo with conditional expressions; remove duplicate line.Terry Jan Reedy2014-07-271-19/+6
* Issue #22061: remove call of useless function slated for removal.Terry Jan Reedy2014-07-251-1/+0
* Issue #22053: Make help work, after previous patch for this issue disabled itTerry Jan Reedy2014-07-251-18/+9
* Issue #22053: Cleanup turtledemo start and stop and fix debug shutdown warning.Terry Jan Reedy2014-07-231-15/+6
* Issue #21597: Turtledemo text pane can now be widened to view or copy completeTerry Jan Reedy2014-07-231-75/+92
* Issue #21882: In turtle demos, remove module scope gui and sys calls byTerry Jan Reedy2014-06-306-70/+72
* Issue #14117: Inprove help text and docstrings, some for clarity, some just toTerry Jan Reedy2014-06-245-45/+46
* Issue #21824: Turtledemo 2.7 help menu entries now display help text insteadTerry Jan Reedy2014-06-221-11/+15
* Issue #21823: Catch turtle.Terminator exceptions in turtledemo.Terry Jan Reedy2014-06-223-25/+37
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-1614-0/+0
* #12677: correct turtle orientation in docSandro Tosi2011-08-071-2/+2
* 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
* Issue #3965: Allow repeated calls to turtle.Screen, by making it aMartin v. Löwis2008-09-291-2/+2
* Patch #1513695: New turtle module, with demos.Martin v. Löwis2008-06-0421-0/+1895