1. 0d70227 Fix typos in docs and docstrings (GH-13745) by Xtreak · 5 years ago
  2. 9f270a2 turtledemo/penrose.py: remove unused clock() calls (GH-10033) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  3. 891a1f8 bpo-14117: Make minor tweaks to turtledemo (GH-8002) by Terry Jan Reedy · 6 years ago
  4. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 7 years ago
  5. 696b501 bpo-32155: Bugfixes found by flake8 F841 warnings (#4608) by Victor Stinner · 7 years ago
  6. 884d13a time.clock() now emits a DeprecationWarning (GH-4020) by Victor Stinner · 7 years ago
  7. 3972628 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) by Jon Dufresne · 7 years ago
  8. 2bac3b7 Issue #27117: Make colorizer htest and turtledemo work with dark theme. by Terry Jan Reedy · 8 years ago
  9. 6fa5bdc Issue #24225: Within idlelib files, update idlelib module names. by Terry Jan Reedy · 8 years ago
  10. ccd047e Removed unused imports. by Serhiy Storchaka · 8 years ago
  11. 738f805 issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo by Ethan Furman · 9 years ago
  12. 4f38e48 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 9 years ago
  13. 80a1803 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 9 years ago
  14. 8675799 De-'colour'ize stdlib except for idlelib.configDialog. by Terry Jan Reedy · 10 years ago
  15. d43ffc9 Issue #21933: Make Control-Mousewhell only change font size and not also scroll. by Terry Jan Reedy · 10 years ago
  16. 7034914 Issue #22051: remove unneeded reload that allowed bad code. by Terry Jan Reedy · 10 years ago
  17. c6a1c02 Issue #21933: Users can now change the font size for example code. by Terry Jan Reedy · 10 years ago
  18. 2ced87f Issue #22065: Remove the now unsed configGUI menu parameter and arguments. by Terry Jan Reedy · 10 years ago
  19. 8450c53 Issue #22065: Menus, unlike Menubottons, do not have a state option. by Terry Jan Reedy · 10 years ago
  20. f819ef7 Issue #22065: Update turtledemo menu creation; don't use obsolete Menubutton. by Terry Jan Reedy · 10 years ago
  21. 011b55b #22053: actually remove .txt files from 3.4. by Terry Jan Reedy · 10 years ago
  22. 94ee51e Issue #10291: Backport 004fe3449193 with a few changes due to 22095. by Terry Jan Reedy · 10 years ago
  23. 7e55db2 Issue #17172: Add the ability to run turtledemo from Idle. by Terry Jan Reedy · 10 years ago
  24. 8b95d5e Modernize turtledemo with conditional expressions; remove duplicate line. by Terry Jan Reedy · 10 years ago
  25. 5c1b8f3 Issue #22061: remove call of useless function slated for removal. by Terry Jan Reedy · 10 years ago
  26. 280aace Issue #22053: Make help work, after previous patch for this issue disabled it by Terry Jan Reedy · 10 years ago
  27. b8352e7 Issue #22053: Cleanup turtledemo start and stop and fix debug shutdown warning. by Terry Jan Reedy · 10 years ago
  28. b03f042 Issue #21597: Turtledemo text pane can now be widened to view or copy complete by Terry Jan Reedy · 10 years ago
  29. f5ac57d Issue #21882: In turtle demos, remove module scope gui and sys calls by by Terry Jan Reedy · 10 years ago
  30. c5a72e6 Issue #14117: Inprove help text and docstrings, some for clarity, some just to by Terry Jan Reedy · 10 years ago
  31. f51531e Issue #21823: Catch turtle.Terminator exceptions in turtledemo. by Terry Jan Reedy · 10 years ago
  32. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  33. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  34. e7e1dee Issue # 17177: Stop using imp in turtledemo by Brett Cannon · 11 years ago
  35. 2a389e4 #12677: correct turtle orientation in doc by Sandro Tosi · 13 years ago
  36. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  37. 076cbae Add the missing __main__.py in the turtledemo package. It seems to have been lost during some mass rename action (r86095). by Georg Brandl · 14 years ago
  38. e6fa381 Translated German message into English. by Alexander Belopolsky · 14 years ago
  39. f4b321b Issue #10199: Fixing r86095 - svn did not like combining rename and change of directory. by Alexander Belopolsky · 14 years ago
  40. 77d4dc0 Issue #10199: Fixing r86095 - svn did not like combining rename and change of directory. by Alexander Belopolsky · 14 years ago
  41. 4f2eace Issue #10199: Fixing r86095 - svn did not like combining rename and change of directory. by Alexander Belopolsky · 14 years ago
  42. ea13d9d Issue #10199: Moved Demo/turtle under Lib/ by Alexander Belopolsky · 14 years ago