1. 11d75ec bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) by Terry Jan Reedy · 3 years, 8 months ago
  2. 23a567c bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) by Zackery Spytz · 3 years, 9 months ago
  3. 7a34380 bpo-43008: Make IDLE respect sys.excepthook (GH-24302) by Ken · 3 years, 9 months ago
  4. 879986d bpo-43013: Fix old tkinter module names in idlelib (GH-24326) by Terry Jan Reedy · 3 years, 9 months ago
  5. 8dfe156 bpo-43013: Update idlelib code to 3.x (GH-24315) by Terry Jan Reedy · 3 years, 9 months ago
  6. 81f87bb bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183) by Terry Jan Reedy · 3 years, 9 months ago
  7. e40e2a2 bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491) by Cheryl Sabella · 3 years, 9 months ago
  8. 3d569fd bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) by Serhiy Storchaka · 3 years, 10 months ago
  9. 6f79e60 bpo-33610: Edit idlelib.codecontext (GH-23773) by Terry Jan Reedy · 3 years, 10 months ago
  10. 57e5113 bpo-42508: Keep IDLE running on macOS (GH-23577) by Terry Jan Reedy · 3 years, 10 months ago
  11. e41bfd1 bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570) by Terry Jan Reedy · 3 years, 10 months ago
  12. 453bc1d bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447) by Serhiy Storchaka · 3 years, 11 months ago
  13. 03c8ddd bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413) by Christian Heimes · 3 years, 11 months ago
  14. 7ddbaa7 bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416) by Terry Jan Reedy · 3 years, 11 months ago
  15. da7bb7b bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910) by Tal Einat · 4 years ago
  16. 5df6c99 bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942) by Mark Roseman · 4 years ago
  17. c579ad1 bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943) by Mark Roseman · 4 years ago
  18. e53e544 bpo-33987: Use ttk Label on IDLE statusbar (GH-22941) by Mark Roseman · 4 years ago
  19. facb522 bpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433) by Cheryl Sabella · 4 years ago
  20. a460d45 Update idlelib/help.html to current Sphinx output (GH-22833) by Terry Jan Reedy · 4 years ago
  21. faddc74 bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648) by Miro Hrončok · 4 years ago
  22. 05cc881 bpo-41775: Make 'IDLE Shell' the shell title (#22399) by Terry Jan Reedy · 4 years, 1 month ago
  23. 7af072c bpo-41841: Prepare IDLE News for 3.10 (GH-22379) by Terry Jan Reedy · 4 years, 1 month ago
  24. 947adca bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363) by Terry Jan Reedy · 4 years, 1 month ago
  25. 40a0625 bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350) by Terry Jan Reedy · 4 years, 1 month ago
  26. 4712471 Update idlelib/help.html to current IDLE doc (GH-22181) by Terry Jan Reedy · 4 years, 1 month ago
  27. 416f0b7 bpo-41514: Fix buggy IDLE test (GH-21808) by Terry Jan Reedy · 4 years, 2 months ago
  28. f2e161c bpo-41468: Improve and test IDLE run error exit (GH-21798) by Terry Jan Reedy · 4 years, 2 months ago
  29. 8b67bf9 Improve renamed test_run.RecursionLimitTest (GH-21794) by Terry Jan Reedy · 4 years, 2 months ago
  30. af08db7 bpo-37309: NEWS for #41373 (GH-21612) by Terry Jan Reedy · 4 years, 3 months ago
  31. 0dd463c bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (GH-21597) by Serhiy Storchaka · 4 years, 3 months ago
  32. 592527f bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594) by Zackery Spytz · 4 years, 3 months ago
  33. 38d3864 bpo-41300: IDLE - save files with non-ascii chars (GH-21512) by Terry Jan Reedy · 4 years, 3 months ago
  34. bce2eb4 bpo-37765: Add keywords to IDLE tab completions (GH-15138) by Terry Jan Reedy · 4 years, 3 months ago
  35. 694d31e bpo-41158: IDLE: rewrite the code for handling file encoding (GH-21215) by Serhiy Storchaka · 4 years, 3 months ago
  36. 2515a28 bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214) by Serhiy Storchaka · 4 years, 3 months ago
  37. 8ab77c6 bpo-41144: Fix IDLE open module error (#21182) by E-Paine · 4 years, 3 months ago
  38. 9355868 bpo-41043: Escape literal part of the path for glob(). (GH-20994) by Serhiy Storchaka · 4 years, 4 months ago
  39. 97e4e0f bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) by Terry Jan Reedy · 4 years, 4 months ago
  40. 16ef324 bpo-37309: Update IDLE NEWS.txt (GH-20356) by Terry Jan Reedy · 4 years, 5 months ago
  41. 905b3cd bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311) by Florian Dahlitz · 4 years, 5 months ago
  42. edf2643 bpo-40460: Fix typo in idlelib/zzdummy.py (GH-20093) by Victor Stinner · 4 years, 5 months ago
  43. 6900f16 bpo-40443: Remove unused imports in idlelib (GH-19801) by Victor Stinner · 4 years, 5 months ago
  44. 3a69f3c bpo-38439: Add 256px IDLE icon (GH-17473) by Miro Hrončok · 4 years, 6 months ago
  45. 52013e5 bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152) by Tal Einat · 4 years, 6 months ago
  46. 34a49aa bpo-38002: Use False/True for IDLE pyshell bools (GH-19203) by Terry Jan Reedy · 4 years, 7 months ago
  47. 363fab8 bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871) by Terry Jan Reedy · 4 years, 7 months ago
  48. e53a393 bpo-27115: Move IDLE Query error blanking (GH-18868) by Terry Jan Reedy · 4 years, 7 months ago
  49. 4ca060d bpo-39885: IDLE context menu clears selection (#18859) by Terry Jan Reedy · 4 years, 7 months ago
  50. 2522db1 bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801) by Terry Jan Reedy · 4 years, 7 months ago
  51. c705fd1 bpo-39781: Do not jump when select in IDLE codecontext (GH-18683) by Terry Jan Reedy · 4 years, 8 months ago
  52. ffda25f bpo-39663: IDLE: Add additional tests for pyparse (GH-18536) by Cheryl Sabella · 4 years, 8 months ago
  53. 96ce227 bpo-39600: Adjust code, add idlelib/NEWS item (GH-18449) by Terry Jan Reedy · 4 years, 8 months ago
  54. ed335cf bpo-39600, IDLE: Remove duplicated font names (GH-18430) by Victor Stinner · 4 years, 8 months ago
  55. bfdeaa3 bpo-38792: Remove IDLE shell calltip before new prompt. (#17150) by Zackery Spytz · 4 years, 8 months ago
  56. dd023ad bpo-30780: Add IDLE configdialog tests (#3592) by Cheryl Sabella · 4 years, 9 months ago
  57. d0d9fa8 bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068) by Cheryl Sabella · 4 years, 9 months ago
  58. f9e07e1 bpo-32989: IDLE - remove unneeded parameter (GH-18138) by Terry Jan Reedy · 4 years, 9 months ago
  59. 2e43b64 bpo-39050: The Help button in IDLE's config menu works again (GH-17611) by Zackery Spytz · 4 years, 9 months ago
  60. ec64640 bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968) by Cheryl Sabella · 4 years, 9 months ago
  61. d6c08db Minor formatting improvements and fixes to idle.rst (GH-17165) by Tal Einat · 4 years, 9 months ago
  62. ba82ee8 Fix idlelib README typo. (GH-17770) by Terry Jan Reedy · 4 years, 9 months ago
  63. 6c7bb38 bpo-39136: Fixed typos (GH-17720) by Gurupad Hegde · 4 years, 10 months ago
  64. bbc4162 bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416) by JohnnyNajera · 4 years, 10 months ago
  65. 232689b bpo-38944: Escape key now closes IDLE completion windows. (GH-17419) by JohnnyNajera · 4 years, 10 months ago
  66. 6bf644e bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366) by Terry Jan Reedy · 4 years, 11 months ago
  67. b846247 bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008) by Terry Jan Reedy · 5 years ago
  68. 9c28449 bpo-4630: Add cursor no-blink option for IDLE (GH-16960) by Zackery Spytz · 5 years ago
  69. c8b53dc bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103) by Zackery Spytz · 5 years ago
  70. a8fb932 bpo-37309: First idlelib/NEWS.txt for 3.9.0 (GH-16947) by Terry Jan Reedy · 5 years ago
  71. e31a79a bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943) by Terry Jan Reedy · 5 years ago
  72. e3f90b2 bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939) by Terry Jan Reedy · 5 years ago
  73. b690a27 bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583) by Serhiy Storchaka · 5 years ago
  74. 06cb94b bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Serhiy Storchaka · 5 years ago
  75. dfd34a9 bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) by Terry Jan Reedy · 5 years ago
  76. 0048afc bpo-38183: Test_idle ignores user config directory GH-16198) by Terry Jan Reedy · 5 years ago
  77. c59295a bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818) by Terry Jan Reedy · 5 years ago
  78. 38da805 bpo-38041: Refine IDLE Shell restart lines. (GH-15709) by Terry Jan Reedy · 5 years ago
  79. 2cd9025 bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368) by GeeTransit · 5 years ago
  80. 6cd9666 Fix idlelib.help comments (GH-15669) by Terry Jan Reedy · 5 years ago
  81. 580bdb0 bpo-38022: IDLE: upgrade help.html to sphinx 2.x HTML5 output (GH-15664) by Tal Einat · 5 years ago
  82. 132acab bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634) by Tal Einat · 5 years ago
  83. 15119bc IDLE: Fix 2 typos found by Min ho Kim. (GH-15617) by Terry Jan Reedy · 5 years ago
  84. 1039f39 bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500) by Terry Jan Reedy · 5 years ago
  85. d4b4c00 bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452) by Tal Einat · 5 years ago
  86. 9ece4a5 Unmark files as executable that can't actually be executed. (GH-15353) by Greg Price · 5 years ago
  87. 71662dc bpo-37849: IDLE: fix completion window positioning above line (GH-15267) by Tal Einat · 5 years ago
  88. 1213123 bpo-36419: IDLE - Refactor autocompete and improve testing. (#15121) by Terry Jan Reedy · 5 years ago
  89. 1407029 bpo-37748: Re-order the Run menu. (GH-15115) by Terry Jan Reedy · 5 years ago
  90. 86f1a18 bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103) by Tal Einat · 5 years ago
  91. fff5cb2 bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034) by Terry Jan Reedy · 5 years ago
  92. 0acb646 Fix idlelib typos discovered by min ho, pr 15018. (GH-15029) by Terry Jan Reedy · 5 years ago
  93. f35c51d bpo-34162: Update idlelib/news.txt. (#15011) by Terry Jan Reedy · 5 years ago
  94. e8874b8 bpo-37706: Disable 3 IDLE scrollbar tests on Mac. (#15010) by Terry Jan Reedy · 5 years ago
  95. b222955 bpo-37692: Improve highlight config sample (#14983) by Terry Jan Reedy · 5 years ago
  96. 3221a63 bpo-37628: Fix IDLE config sample sizes (#14958) by Tal Einat · 5 years ago
  97. 46ebd4a bpo-17535: Increase line number horizontal padding by 2 pixels (GH-14959) by Tal Einat · 5 years ago
  98. c6fd6c8 bpo-29446: IDLE -- add explicit imports (GH-14919) by Terry Jan Reedy · 5 years ago
  99. 7123ea0 bpo-17535: IDLE editor line numbers (GH-14030) by Tal Einat · 5 years ago
  100. 1ebee37 bpo-33610: validate non-negative integer inputs in IDLE's config (GH-14822) by Tal Einat · 5 years ago