cpython/Lib/turtledemo
Miss Islington (bot) 455b494386
gh-91212: Fixed flickering when the tracer is turned off (GH-95129)
Fixed flickering when the tracer is turned off.
(cherry picked from commit 4652093e1b)

Co-authored-by: Shin-myoung-serp <relent95@naver.com>
2022-09-29 00:09:16 -07:00
..
__init__.py
__main__.py bpo-44254: On Mac, remove disfunctional colors from turtledemo buttons (GH-26448) 2021-05-29 03:34:57 -04:00
bytedesign.py
chaos.py
clock.py gh-91212: Fixed flickering when the tracer is turned off (GH-95129) 2022-09-29 00:09:16 -07:00
colormixer.py
forest.py
fractalcurves.py
lindenmayer.py
minimal_hanoi.py
nim.py
paint.py Fix typos in docs and docstrings (GH-13745) 2019-06-03 01:12:33 +02:00
peace.py
penrose.py turtledemo/penrose.py: remove unused clock() calls (GH-10033) 2018-10-25 00:43:39 +02:00
planet_and_moon.py
rosette.py bpo-14117: Make minor tweaks to turtledemo (GH-8002) 2018-06-29 01:10:05 -04:00
round_dance.py
sorting_animate.py Mark files as executable that are meant as scripts. (GH-15354) 2019-09-09 07:16:33 -07:00
tree.py bpo-14117: Make minor tweaks to turtledemo (GH-8002) 2018-06-29 01:10:05 -04:00
turtle.cfg
two_canvases.py Fix typo in turtledemo.two_canvases. (GH-25194) 2021-04-05 13:19:13 -04:00
yinyang.py