Serhiy Storchaka
cc49aa1381
Issue #6639 : Module-level turtle functions no longer raise TclError after
...
closing the window.
2015-02-22 17:22:53 +02:00
Terry Jan Reedy
d85a9ef376
Issue #22051 : remove unneeded reload that allowed bad code.
2014-09-03 19:29:11 -04:00
Terry Jan Reedy
87355a77db
Modernize turtledemo with conditional expressions; remove duplicate line.
2014-07-27 03:00:47 -04:00
Terry Jan Reedy
98e6fa6c3f
Issue #22061 : remove call of useless function slated for removal.
2014-07-25 03:06:27 -04:00
Terry Jan Reedy
8ac01bf038
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:17 -04:00
Terry Jan Reedy
cbe6d24313
Issue #22053 : Cleanup turtledemo start and stop and fix debug shutdown warning.
2014-07-23 17:27:51 -04:00
Terry Jan Reedy
e2fbf4faca
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:07 -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
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
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
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