cpython/Lib/turtledemo
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
..
__init__.py
__main__.py Issue #17172: Add the ability to run turtledemo from Idle. 2014-07-28 22:23:59 -04:00
about_turtle.txt
about_turtledemo.txt
bytedesign.py
chaos.py
clock.py Issue #21882: In turtle demos, remove module scope gui and sys calls by 2014-06-30 16:09:24 -04:00
colormixer.py Issue #21882: In turtle demos, remove module scope gui and sys calls by 2014-06-30 16:09:24 -04:00
demohelp.txt Issue #21882: In turtle demos, remove module scope gui and sys calls by 2014-06-30 16:09:24 -04:00
forest.py
fractalcurves.py
lindenmayer.py
minimal_hanoi.py Issue #21882: In turtle demos, remove module scope gui and sys calls by 2014-06-30 16:09:24 -04:00
nim.py Issue #21882: In turtle demos, remove module scope gui and sys calls by 2014-06-30 16:09:24 -04:00
paint.py
peace.py
penrose.py
planet_and_moon.py
round_dance.py
tree.py
turtle.cfg
two_canvases.py Issue #21882: In turtle demos, remove module scope gui and sys calls by 2014-06-30 16:09:24 -04:00
wikipedia.py
yinyang.py