Terry Jan Reedy
c95e88cd25
Merge with 3.4
2014-07-28 22:24:20 -04:00
Terry Jan Reedy
7e55db2bc5
Issue #17172 : Add the ability to run turtledemo from Idle.
...
Make turtledemo start as active on Mac even when run with subprocess.
Patch by Ramchandra Apt, Lita Cho, and Ned Daily.
2014-07-28 22:23:59 -04:00
Terry Jan Reedy
6aef4dc1bd
Merge with 3.4
2014-07-27 03:01:29 -04:00
Terry Jan Reedy
8b95d5e0bf
Modernize turtledemo with conditional expressions; remove duplicate line.
2014-07-27 03:01:13 -04:00
Terry Jan Reedy
415c2cdedf
Issue #22061 : remove call of useless function slated for removal.
2014-07-25 03:08:14 -04:00
Terry Jan Reedy
5c1b8f3de6
Issue #22061 : remove call of useless function slated for removal.
2014-07-25 03:06:32 -04:00
Terry Jan Reedy
99d67fe7d8
Issue #22053 : Make help work, after previous patch for this issue disabled it
...
by removing global 'demo'. Simple fix because 2.7/3.4 fix cannot merge.
2014-07-25 02:26:40 -04:00
Terry Jan Reedy
280aace067
Issue #22053 : Make help work, after previous patch for this issue disabled it
...
by removing global 'demo'. Refactor and remove duplicate code.
2014-07-25 01:56:24 -04:00
Terry Jan Reedy
c1d609e8c8
Merge with 3.4
2014-07-23 17:28:15 -04:00
Terry Jan Reedy
b8352e7253
Issue #22053 : Cleanup turtledemo start and stop and fix debug shutdown warning.
2014-07-23 17:27:57 -04:00
Terry Jan Reedy
22084fc8ba
Merge with 3.4
2014-07-23 15:01:29 -04:00
Terry Jan Reedy
b03f0422c5
Issue #21597 : Turtledemo text pane can now be widened to view or copy complete
...
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).
2014-07-23 15:01:12 -04:00
Terry Jan Reedy
c26c51a96e
Merge with 3.4
2014-06-30 16:09:44 -04:00
Terry Jan Reedy
f5ac57dc05
Issue #21882 : In turtle demos, remove module scope gui and sys calls by
...
either deleting or moving to the module's main function.
2014-06-30 16:09:24 -04:00
Terry Jan Reedy
5827da3f9f
Merge with 3.4
2014-06-24 22:21:56 -04:00
Terry Jan Reedy
c5a72e6971
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:41 -04:00
Terry Jan Reedy
29ed8eec68
Merge with 3.4
2014-06-22 01:20:52 -04:00
Terry Jan Reedy
f51531e257
Issue #21823 : Catch turtle.Terminator exceptions in turtledemo.
...
Add note to demohelp.txt about doing so.
2014-06-22 01:18:54 -04:00
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