Commit graph

12 commits

Author SHA1 Message Date
Ned Deily
3ff96eb1e4 Issue #10291: Cleanup turtledemo to use docstrings for help.
(Original patch by Alexander Belopolsky, refreshed by Jessica McKellar.)
2014-04-19 19:14:29 -07:00
Serhiy Storchaka
8f8ec92de8 Issue #19936: Added executable bits or shebang lines to Python scripts which
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.
2014-01-16 17:33:23 +02:00
Serhiy Storchaka
b992a0e102 Issue #19936: Added executable bits or shebang lines to Python scripts which
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.
2014-01-16 17:15:49 +02:00
Brett Cannon
e7e1deef17 Issue # 17177: Stop using imp in turtledemo 2013-06-15 17:33:27 -04:00
Sandro Tosi
2a389e4601 #12677: correct turtle orientation in doc 2011-08-07 17:12:19 +02:00
Ezio Melotti
3b3499ba69 #11565: Merge with 3.1. 2011-03-16 11:35:38 +02:00
Georg Brandl
076cbae4b9 Add the missing __main__.py in the turtledemo package. It seems to have been lost during some mass rename action (r86095). 2010-12-30 22:31:10 +00:00
Alexander Belopolsky
e6fa3811f7 Translated German message into English. 2010-11-01 18:42:01 +00:00
Alexander Belopolsky
f4b321b31e Issue #10199: Fixing r86095 - svn did not like combining rename and change of directory. 2010-11-01 18:17:20 +00:00
Alexander Belopolsky
77d4dc0c1b Issue #10199: Fixing r86095 - svn did not like combining rename and change of directory. 2010-11-01 18:15:48 +00:00
Alexander Belopolsky
4f2eaceb83 Issue #10199: Fixing r86095 - svn did not like combining rename and change of directory. 2010-11-01 18:15:02 +00:00
Alexander Belopolsky
ea13d9d86b Issue #10199: Moved Demo/turtle under Lib/ 2010-11-01 17:39:37 +00:00