Terry Jan Reedy
867579972d
De-'colour'ize stdlib except for idlelib.configDialog.
...
Tweak docstrigs and comments in affected functions in idlelib.configHandler.
2014-10-09 18:44:32 -04:00
Terry Jan Reedy
d43ffc9aba
Issue #21933 : Make Control-Mousewhell only change font size and not also scroll.
...
Original patch by Serhiy Storchaka.
2014-09-04 20:59:41 -04:00
Terry Jan Reedy
70349141ee
Issue #22051 : remove unneeded reload that allowed bad code.
2014-09-03 19:29:17 -04:00
Terry Jan Reedy
c6a1c02cce
Issue #21933 : Users can now change the font size for example code.
...
Original patch by Lita Cho.
2014-09-03 16:17:41 -04:00
Terry Jan Reedy
2ced87f3e6
Issue #22065 : Remove the now unsed configGUI menu parameter and arguments.
2014-08-27 01:58:40 -04:00
Terry Jan Reedy
8450c53315
Issue #22065 : Menus, unlike Menubottons, do not have a state option.
...
Since a new demo can now be loaded while one is running,
adjust loadfile to do the same cleanup as stopIt.
2014-08-27 01:43:50 -04:00
Terry Jan Reedy
f819ef74da
Issue #22065 : Update turtledemo menu creation; don't use obsolete Menubutton.
2014-08-15 01:23:02 -04:00
Terry Jan Reedy
94ee51ed9e
Issue #10291 : Backport 004fe3449193 with a few changes due to 22095.
...
Will forward port 22095 changes separately.
2014-08-14 23:59:32 -04:00
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
Terry Jan Reedy
8b95d5e0bf
Modernize turtledemo with conditional expressions; remove duplicate line.
2014-07-27 03:01:13 -04:00
Terry Jan Reedy
5c1b8f3de6
Issue #22061 : remove call of useless function slated for removal.
2014-07-25 03:06:32 -04:00
Terry Jan Reedy
280aace067
Issue #22053 : Make help work, after previous patch for this issue disabled it
...
by removing global 'demo'. Refactor and remove duplicate code.
2014-07-25 01:56:24 -04:00
Terry Jan Reedy
b8352e7253
Issue #22053 : Cleanup turtledemo start and stop and fix debug shutdown warning.
2014-07-23 17:27:57 -04:00
Terry Jan Reedy
b03f0422c5
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).
2014-07-23 15:01:12 -04:00
Brett Cannon
e7e1deef17
Issue # 17177: Stop using imp in turtledemo
2013-06-15 17:33:27 -04:00
Georg Brandl
076cbae4b9
Add the missing __main__.py in the turtledemo package. It seems to have been lost during some mass rename action (r86095).
2010-12-30 22:31:10 +00:00