summaryrefslogtreecommitdiff
path: root/Lib/turtledemo/__main__.py
Commit message (Expand)AuthorAgeFilesLines
* Mark files as executable that are meant as scripts. (GH-15354)Greg Price2019-09-091-0/+0
* bpo-32297: Few misspellings found in Python source code comments. (#4803)Mike2017-12-141-1/+1
* bpo-32155: Bugfixes found by flake8 F841 warnings (#4608)Victor Stinner2017-11-281-1/+1
* Issue #27117: Make colorizer htest and turtledemo work with dark theme.Terry Jan Reedy2016-05-291-1/+4
* Issue #24225: Within idlelib files, update idlelib module names.Terry Jan Reedy2016-05-281-3/+3
* Removed unused imports.Serhiy Storchaka2016-04-251-1/+0
* Issue #6639: Module-level turtle functions no longer raise TclError afterSerhiy Storchaka2015-02-221-0/+4
|\
| * Issue #6639: Module-level turtle functions no longer raise TclError afterSerhiy Storchaka2015-02-221-0/+4
|/
* De-'colour'ize stdlib except for idlelib.configDialog.Terry Jan Reedy2014-10-091-1/+1
* Issue #21933: Make Control-Mousewhell only change font size and not also scroll.Terry Jan Reedy2014-09-041-19/+21
* Issue #22051: remove unneeded reload that allowed bad code.Terry Jan Reedy2014-09-031-2/+0
* Issue #21933: Users can now change the font size for example code.Terry Jan Reedy2014-09-031-22/+71
* Issue #22065: Remove the now unsed configGUI menu parameter and arguments.Terry Jan Reedy2014-08-271-10/+8
* Issue #22065: Menus, unlike Menubottons, do not have a state option.Terry Jan Reedy2014-08-271-7/+6
* Issue #22065: Update turtledemo menu creation; don't use obsolete Menubutton.Terry Jan Reedy2014-08-151-27/+22
* Issue #10291: Backport 004fe3449193 with a few changes due to 22095.Terry Jan Reedy2014-08-141-6/+89
* Issue #17172: Add the ability to run turtledemo from Idle.Terry Jan Reedy2014-07-281-0/+16
* Modernize turtledemo with conditional expressions; remove duplicate line.Terry Jan Reedy2014-07-271-19/+6
* Issue #22061: remove call of useless function slated for removal.Terry Jan Reedy2014-07-251-1/+0
* Issue #22053: Make help work, after previous patch for this issue disabled itTerry Jan Reedy2014-07-251-17/+9
* Issue #22053: Cleanup turtledemo start and stop and fix debug shutdown warning.Terry Jan Reedy2014-07-231-21/+5
* Issue #21597: Turtledemo text pane can now be widened to view or copy completeTerry Jan Reedy2014-07-231-68/+80
* Issue # 17177: Stop using imp in turtledemoBrett Cannon2013-06-151-1/+1
* Add the missing __main__.py in the turtledemo package. It seems to have been...Georg Brandl2010-12-301-0/+266