summaryrefslogtreecommitdiffstats
path: root/Lib/turtledemo/demohelp.txt
Commit message (Collapse)AuthorAgeFilesLines
* Issue #22065: Try the delete demohelp.txt part again.Terry Jan Reedy2014-08-151-83/+0
|
* Issue #21882: In turtle demos, remove module scope gui and sys calls byTerry Jan Reedy2014-06-301-1/+4
| | | | either deleting or moving to the module's main function.
* Issue #14117: Inprove help text and docstrings, some for clarity, some just toTerry Jan Reedy2014-06-251-15/+21
| | | | fit in the default width of the text window (45 chars).
* Issue #21823: Catch turtle.Terminator exceptions in turtledemo.Terry Jan Reedy2014-06-221-6/+10
| | | | Add note to demohelp.txt about doing so.
* Add the missing __main__.py in the turtledemo package. It seems to have ↵Georg Brandl2010-12-301-6/+1
| | | | been lost during some mass rename action (r86095).
* Issue #10199: Moved Demo/turtle under Lib/Alexander Belopolsky2010-11-011-0/+75