summaryrefslogtreecommitdiffstats
path: root/Lib/turtledemo
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-1613-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. Fixed shebang lines in the unittestgui and checkpip scripts.
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-1613-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. Fixed shebang line to use python3 executable in the unittestgui script.
* | Issue # 17177: Stop using imp in turtledemoBrett Cannon2013-06-151-1/+1
|/
* #12677: correct turtle orientation in docSandro Tosi2011-08-071-2/+2
|
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|
* Add the missing __main__.py in the turtledemo package. It seems to have ↵Georg Brandl2010-12-303-8/+269
| | | | been lost during some mass rename action (r86095).
* Translated German message into English.Alexander Belopolsky2010-11-011-1/+1
|
* Issue #10199: Fixing r86095 - svn did not like combining rename and change ↵Alexander Belopolsky2010-11-011-119/+0
| | | | of directory.
* Issue #10199: Fixing r86095 - svn did not like combining rename and change ↵Alexander Belopolsky2010-11-011-0/+119
| | | | of directory.
* Issue #10199: Fixing r86095 - svn did not like combining rename and change ↵Alexander Belopolsky2010-11-011-0/+119
| | | | of directory.
* Issue #10199: Moved Demo/turtle under Lib/Alexander Belopolsky2010-11-0122-0/+1860