summaryrefslogtreecommitdiffstats
path: root/Demo/turtle/turtleDemo.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #6639: Module-level turtle functions no longer raise TclError afterSerhiy Storchaka2015-02-221-0/+4
| | | | closing the window.
* 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
| | | | by removing global 'demo'. Refactor and remove duplicate code.
* 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
| | | | | | lines or narrowed for small screens. Issie #19132: Turtledemo buttons no longer disappear when window is shrun. Patch mostly by Lita Cho (21597) using idea from patch by Jan Kanis (18132).
* Issue #21824: Turtledemo 2.7 help menu entries now display help text insteadTerry Jan Reedy2014-06-221-11/+15
| | | | of help file name.
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
| | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface.
* #8616: update module nameGeorg Brandl2010-05-241-1/+1
|
* normalize shebang lines to #!/usr/bin/env pythonBenjamin Peterson2010-03-111-1/+1
|
* Applying patches backported from 3.1, by Gregor Lingl.R. David Murray2009-09-281-0/+1
|
* 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-041-0/+279