Terry Jan Reedy
f7f746a828
Issue #21882 : In turtle demos, remove module scope gui and sys calls by
...
moving them to the module's main function.
2014-06-30 16:09:16 -04:00
Terry Jan Reedy
3fecd48bde
Issue #14117 : Inprove help text and docstrings, some for clarity, some just to
...
fit in the default width of the text window (45 chars).
2014-06-24 22:21:36 -04:00
Terry Jan Reedy
ed6820d395
Issue #21824 : Turtledemo 2.7 help menu entries now display help text instead
...
of help file name.
2014-06-22 02:32:26 -04:00
Terry Jan Reedy
122df1eda4
Issue #21823 : Catch turtle.Terminator exceptions in turtledemo.
...
Add note to demohelp.txt about doing so.
2014-06-22 01:18:48 -04:00
Serhiy Storchaka
e0ed2d75c8
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.
2014-01-16 18:59:17 +02:00
Sandro Tosi
1381a31e39
#12677 : correct turtle orientation in doc
2011-08-07 17:09:15 +02:00
Georg Brandl
faa9ad2a46
Add updated .hgeol file and fix newlines in the 2.7 branch.
2011-03-05 15:06:13 +01:00
Georg Brandl
84a8d8fbf2
#8616 : add new turtle demo "nim".
2010-05-29 08:46:18 +00:00
Georg Brandl
574a857640
#8616 : update module name
2010-05-24 21:37:54 +00:00
Benjamin Peterson
9cf41d0c9d
normalize shebang lines to #!/usr/bin/env python
2010-03-11 22:33:25 +00:00
R. David Murray
ddfb6cdc2b
Applying patches backported from 3.1, by Gregor Lingl.
2009-09-28 18:29:28 +00:00
R. David Murray
1666f19317
Issue 6340: update by Gregor Lingl of his tdemo_chaos demo program.
...
Functionally equivalent, clearer code, English comments.
2009-06-25 17:29:39 +00:00
Martin v. Löwis
e563aa4383
Issue #3965 : Allow repeated calls to turtle.Screen, by making it a
...
true singleton object.
Reviewed by Gregor Lingl.
2008-09-29 22:09:07 +00:00
Martin v. Löwis
8718459f0f
Patch #1513695 : New turtle module, with demos.
2008-06-04 06:29:55 +00:00