cpython/Lib/turtledemo
Jon Dufresne 3972628de3 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
* Replaced list(<generator expression>) with list comprehension
* Replaced dict(<generator expression>) with dict comprehension
* Replaced set(<list literal>) with set literal
* Replaced builtin func(<list comprehension>) with func(<generator
  expression>) when supported (e.g. any(), all(), tuple(), min(), &
  max())
2017-05-18 07:35:54 -07:00
..
__init__.py Issue #10291: Backport 004fe3449193 with a few changes due to 22095. 2014-08-14 23:59:32 -04:00
__main__.py Issue #27117: Make colorizer htest and turtledemo work with dark theme. 2016-05-29 01:40:22 -04:00
bytedesign.py Removed unused imports. 2016-04-25 00:12:32 +03:00
chaos.py De-'colour'ize stdlib except for idlelib.configDialog. 2014-10-09 18:44:32 -04:00
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
forest.py Issue #14117: Inprove help text and docstrings, some for clarity, some just to 2014-06-24 22:21:41 -04:00
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 #22065: Menus, unlike Menubottons, do not have a state option. 2014-08-27 01:43:50 -04:00
paint.py Issue #14117: Inprove help text and docstrings, some for clarity, some just to 2014-06-24 22:21:41 -04:00
peace.py Issue #14117: Inprove help text and docstrings, some for clarity, some just to 2014-06-24 22:21:41 -04:00
penrose.py
planet_and_moon.py Removed unused imports. 2016-04-25 00:12:32 +03:00
round_dance.py
sorting_animate.py issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo 2015-03-02 12:29:58 -08:00
tree.py Issue #14117: Inprove help text and docstrings, some for clarity, some just to 2014-06-24 22:21:41 -04:00
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 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) 2017-05-18 07:35:54 -07:00
yinyang.py