1. 077059e bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678) by Tal Einat · 6 years ago
  2. 33c7420 bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836) by Terry Jan Reedy · 6 years ago
  3. a361e89 bpo-33906: Rename idlelib.windows as window (#7833) by Terry Jan Reedy · 6 years ago
  4. 9bb9223 bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  5. 06e2029 bpo-33907: Rename an IDLE module and class. (GH-7807) by Terry Jan Reedy · 6 years ago
  6. ee5ef30 bpo-33855: Minimally test all IDLE modules. (GH-7689) by Terry Jan Reedy · 6 years ago
  7. d49dbd9 bpo-33664: Scroll IDLE editor text by lines (GH-7351) by Cheryl Sabella · 6 years ago
  8. 5ff3a16 bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-6643) by Terry Jan Reedy · 6 years ago
  9. c29c03a bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830) by Cheryl Sabella · 6 years ago
  10. 20d48a4 bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484) by Cheryl Sabella · 7 years ago
  11. e86172d IDLE -- Restrict shell prompt manipulaton to the shell. (#4143) by Terry Jan Reedy · 7 years ago
  12. d6bb65f bpo-31460: Simplify the API of IDLE's Module Browser. (#3842) by Terry Jan Reedy · 7 years ago
  13. cd99e79 bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser. (#3704) by Cheryl Sabella · 7 years ago
  14. 58fc71c bpo-27099: IDLE - Convert built-in extensions to regular features (#2494) by wohlganger · 7 years ago
  15. 223c7e7 bpo-8231: Call idlelib.IdleConf.GetUserCfgDir only once. (#2629) by terryjreedy · 7 years ago
  16. 213ce12 bpo-29910: IDLE no longer deletes a character after commenting out a region (#825) by Serhiy Storchaka · 7 years ago
  17. 18ede06 bpo-24813: IDLE: Add default title to help_about (#2366) by csabella · 7 years ago
  18. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 7 years ago
  19. bfbaa6b Issue #27891: Consistently group and sort imports within idlelib modules. by Terry Jan Reedy · 8 years ago
  20. 0cd6b97 Issue 27437: Add query.ModuleName and use it for file => Load Module. by Terry Jan Reedy · 8 years ago
  21. 7c15341 Issue 27372: Stop test_idle from changing locale, so test passes. by Terry Jan Reedy · 8 years ago
  22. 01e3575 Issue *24750: Switch all scrollbars in IDLE to ttk versions. by Terry Jan Reedy · 8 years ago
  23. 1080d13 Issue #24759: IDLE requires tk 8.5 and availability ttk widgets. by Terry Jan Reedy · 8 years ago
  24. 5a0c278 Issue #27156: Remove obsolete code not used by IDLE. by Terry Jan Reedy · 8 years ago
  25. 2bac3b7 Issue #27117: Make colorizer htest and turtledemo work with dark theme. by Terry Jan Reedy · 8 years ago
  26. 6fa5bdc Issue #24225: Within idlelib files, update idlelib module names. by Terry Jan Reedy · 8 years ago
  27. 0d9220e Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. by Terry Jan Reedy · 8 years ago[Renamed from Lib/idlelib/EditorWindow.py]
  28. d36d817 Issue #24750: Improve appearance of IDLE editor window status bar. by Terry Jan Reedy · 9 years ago
  29. d0c0f00 Issue #25313: Change the handling of new built-in text color themes to better by Terry Jan Reedy · 9 years ago
  30. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  31. 4c973e9 Display IDLE warning as a warning rather than as an error. by Terry Jan Reedy · 9 years ago
  32. 93f3542 Issue #24782: Finish converting the Configure Extension dialog into a new by Terry Jan Reedy · 9 years ago
  33. d351706 Issue #24972: New option is only valid in tk 8.5+. by Terry Jan Reedy · 9 years ago
  34. 507a5c4 Issue #24972: Inactive selection background now matches active selection by Terry Jan Reedy · 9 years ago
  35. 2122b62 Backed out changeset: 70c01dd35100 by Terry Jan Reedy · 9 years ago
  36. 7082cbc Issue #24972: Inactive selection background now matches active selection by Terry Jan Reedy · 9 years ago
  37. a0ae789 Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning by Terry Jan Reedy · 9 years ago
  38. 3c7eccd Issue #24570: Right-click for context menus now work on Mac Aqual also. by Terry Jan Reedy · 9 years ago
  39. 96f802a Issue #16893: finish deprecation. by Terry Jan Reedy · 9 years ago
  40. b50c637 Issue #25199: Idle: add synchronization comments for future maintainers. by Terry Jan Reedy · 9 years ago
  41. 5d46ab1 Issue #16893: Replace help.txt with idle.html for Idle doc display. by Terry Jan Reedy · 9 years ago
  42. 5c28e9f Issue #23672: Allow Idle to edit and run files with astral chars in name. by Terry Jan Reedy · 9 years ago
  43. d87d168 Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default by Terry Jan Reedy · 9 years ago
  44. 30f1f67 Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. by Terry Jan Reedy · 9 years ago
  45. 038c16b Issue #23184: idlelib, remove more unused names and imports. by Terry Jan Reedy · 9 years ago
  46. ccb416f Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 10 years ago
  47. a9421fb Issue #3068: Add Idle extension configuration dialog to Options menu. by Terry Jan Reedy · 10 years ago
  48. cd56736 Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of by Terry Jan Reedy · 10 years ago
  49. 380ec63 Issue #16233: When the module browser is not invoked in an editor window with by Terry Jan Reedy · 10 years ago
  50. 8675799 De-'colour'ize stdlib except for idlelib.configDialog. by Terry Jan Reedy · 10 years ago
  51. b6e1778 Update Idle's online doc url. by Terry Jan Reedy · 10 years ago
  52. 0726ddf Issue #17390: Adjust Editor window title. Remove 'Python', move version to end. by Terry Jan Reedy · 10 years ago
  53. 7e55db2 Issue #17172: Add the ability to run turtledemo from Idle. by Terry Jan Reedy · 10 years ago
  54. a2fc99e Issue #21477: Idle htest: modify run; add more tests. by Terry Jan Reedy · 10 years ago
  55. ab4fd44 Issue #21477: idle htests - lower case function names, other cleanups. by Terry Jan Reedy · 10 years ago
  56. 06313b7 Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin by Terry Jan Reedy · 10 years ago
  57. b760167 Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 10 years ago
  58. 6029e08 Issue 19944: Fix importlib.find_spec() so it imports parents as needed. by Eric Snow · 11 years ago
  59. 8860443 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  60. 94338de Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 11 years ago
  61. 02b9f9d Remove more usage of APIs deprecated by PEP 451. by Eric Snow · 11 years ago
  62. 95f34ab Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'. by Terry Jan Reedy · 11 years ago
  63. ec53111 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  64. 237e8f5 Issue #17532: merge from 3.3 by Ned Deily · 11 years ago
  65. 8e8b9ba Issue #17532: Prevent exception when changing key sets if Options menu is empty. by Ned Deily · 11 years ago
  66. ba6c0d3 #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch by Terry Jan Reedy · 11 years ago
  67. abb18af merge w/ 3.3 for issue #18055 by Brett Cannon · 11 years ago
  68. 50793b4 Issue #18055: Move to importlib from imp for IDLE. by Brett Cannon · 11 years ago
  69. 7f0882c Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 11 years ago
  70. caf3024 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 11 years ago
  71. 6a00b6f Issue #17532: merge by Ned Deily · 11 years ago
  72. 87ff387 #14146: merge with 3.3. by Roger Serwy · 11 years ago
  73. 53683f6 #13495: merge with 3.3. by Roger Serwy · 11 years ago
  74. 9bc7b79 #13495: Avoid loading the color delegator twice in IDLE. by Roger Serwy · 11 years ago
  75. 2faf9b0 #17798: merge with 3.3. by Roger Serwy · 11 years ago
  76. 5b1ab24 #17798: Allow IDLE to edit new files when specified on command line. by Roger Serwy · 11 years ago
  77. 4687cf7 #1207589: merge with 3.3. by Roger Serwy · 11 years ago
  78. 6b2918a #1207589: Backwards-compatibility patch for right-click menu in IDLE. by Roger Serwy · 11 years ago
  79. cdbb06c #16887: merge with 3.3. by Roger Serwy · 11 years ago
  80. 0ef392c #16887: IDLE now accepts Cancel in tabify/untabify dialog box. by Roger Serwy · 11 years ago
  81. ffa1795 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  82. 64df4a1 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  83. 07e0e06 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  84. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  85. 6a7a49c Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  86. 7174f08 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  87. 8a495a4 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  88. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  89. e2af509 Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  90. d183767 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  91. 01d63a6 Issue #10997: merge from 3.2 by Ned Deily · 12 years ago
  92. 3aee941 Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. by Ned Deily · 12 years ago
  93. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  94. 7f9d181 Include micro version even if it is 0. by Martin v. Löwis · 12 years ago
  95. aef82d3 IDLE was relying on implicit relative imports which have gone away in by Brett Cannon · 12 years ago
  96. e91e763 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 13 years ago
  97. 7f53aea #13039 allow proper deletion of '>>> ' in IDLE editor windows. by Terry Jan Reedy · 13 years ago
  98. f505b74 Issue #4625: If IDLE cannot write to its recent file or breakpoint by Ned Deily · 13 years ago
  99. 2df393c Fix nit. by Raymond Hettinger · 13 years ago
  100. f6445e8 Issue 11718: Teach IDLE's open module dialog to find packages. by Raymond Hettinger · 13 years ago