History log of /external/python/cpython2/Demo/turtle/turtleDemo.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cc49aa13818d0b638fbf1aed5dba12c4a6966a84 22-Feb-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #6639: Module-level turtle functions no longer raise TclError after
closing the window.
/external/python/cpython2/Demo/turtle/turtleDemo.py
d85a9ef376ea3448fdb45e77859a91c6f7d07102 04-Sep-2014 Terry Jan Reedy <tjreedy@udel.edu> Issue #22051: remove unneeded reload that allowed bad code.
/external/python/cpython2/Demo/turtle/turtleDemo.py
87355a77db6fea8d0718701a86632db7ed2e3f14 27-Jul-2014 Terry Jan Reedy <tjreedy@udel.edu> Modernize turtledemo with conditional expressions; remove duplicate line.
/external/python/cpython2/Demo/turtle/turtleDemo.py
98e6fa6c3fc3e9868508d100c18a051e82d372f3 25-Jul-2014 Terry Jan Reedy <tjreedy@udel.edu> Issue #22061: remove call of useless function slated for removal.
/external/python/cpython2/Demo/turtle/turtleDemo.py
8ac01bf038a7fe70f9bdb29df625b0cf42aa98ee 25-Jul-2014 Terry Jan Reedy <tjreedy@udel.edu> Issue #22053: Make help work, after previous patch for this issue disabled it
by removing global 'demo'. Refactor and remove duplicate code.
/external/python/cpython2/Demo/turtle/turtleDemo.py
cbe6d24313f125ee0afad83e77ed0185100014d1 23-Jul-2014 Terry Jan Reedy <tjreedy@udel.edu> Issue #22053: Cleanup turtledemo start and stop and fix debug shutdown warning.
/external/python/cpython2/Demo/turtle/turtleDemo.py
e2fbf4facaeddeb4748163fa1b9d81e2fbc0451f 23-Jul-2014 Terry Jan Reedy <tjreedy@udel.edu> 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).
/external/python/cpython2/Demo/turtle/turtleDemo.py
ed6820d395b08c847f91ffc7a0a2ebffbe3096bb 22-Jun-2014 Terry Jan Reedy <tjreedy@udel.edu> Issue #21824: Turtledemo 2.7 help menu entries now display help text instead
of help file name.
/external/python/cpython2/Demo/turtle/turtleDemo.py
e0ed2d75c8bce7f0fc76c55c957052aa8a0756f2 16-Jan-2014 Serhiy Storchaka <storchaka@gmail.com> 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.
/external/python/cpython2/Demo/turtle/turtleDemo.py
574a857640191018341d59d8dd86661529fdbd58 24-May-2010 Georg Brandl <georg@python.org> #8616: update module name
/external/python/cpython2/Demo/turtle/turtleDemo.py
9cf41d0c9d48e6f7df971ebc596aa4cf269b70bb 11-Mar-2010 Benjamin Peterson <benjamin@python.org> normalize shebang lines to #!/usr/bin/env python
/external/python/cpython2/Demo/turtle/turtleDemo.py
ddfb6cdc2b1cc30bc3d530c5c1d8926d016081ef 28-Sep-2009 R. David Murray <rdmurray@bitdance.com> Applying patches backported from 3.1, by Gregor Lingl.
/external/python/cpython2/Demo/turtle/turtleDemo.py
e563aa4383df36cefe5c85c2a85b9008f54df048 30-Sep-2008 Martin v. Löwis <martin@v.loewis.de> Issue #3965: Allow repeated calls to turtle.Screen, by making it a
true singleton object.

Reviewed by Gregor Lingl.
/external/python/cpython2/Demo/turtle/turtleDemo.py
8718459f0f7f42f9fedf1f7525c52bd7ac16b51b 04-Jun-2008 Martin v. Löwis <martin@v.loewis.de> Patch #1513695: New turtle module, with demos.
/external/python/cpython2/Demo/turtle/turtleDemo.py