1. 11d75ec bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) by Terry Jan Reedy · 3 years, 7 months ago
  2. 23a567c bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) by Zackery Spytz · 3 years, 8 months ago
  3. 7a34380 bpo-43008: Make IDLE respect sys.excepthook (GH-24302) by Ken · 3 years, 8 months ago
  4. 81f87bb bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183) by Terry Jan Reedy · 3 years, 8 months ago
  5. e40e2a2 bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491) by Cheryl Sabella · 3 years, 8 months ago
  6. 57e5113 bpo-42508: Keep IDLE running on macOS (GH-23577) by Terry Jan Reedy · 3 years, 9 months ago
  7. 453bc1d bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447) by Serhiy Storchaka · 3 years, 10 months ago
  8. 7ddbaa7 bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416) by Terry Jan Reedy · 3 years, 10 months ago
  9. 5df6c99 bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942) by Mark Roseman · 3 years, 11 months ago
  10. 05cc881 bpo-41775: Make 'IDLE Shell' the shell title (#22399) by Terry Jan Reedy · 4 years ago
  11. 7af072c bpo-41841: Prepare IDLE News for 3.10 (GH-22379) by Terry Jan Reedy · 4 years ago
  12. 947adca bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363) by Terry Jan Reedy · 4 years ago
  13. 40a0625 bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350) by Terry Jan Reedy · 4 years ago
  14. f2e161c bpo-41468: Improve and test IDLE run error exit (GH-21798) by Terry Jan Reedy · 4 years, 1 month ago
  15. af08db7 bpo-37309: NEWS for #41373 (GH-21612) by Terry Jan Reedy · 4 years, 2 months ago
  16. 592527f bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594) by Zackery Spytz · 4 years, 2 months ago
  17. 38d3864 bpo-41300: IDLE - save files with non-ascii chars (GH-21512) by Terry Jan Reedy · 4 years, 2 months ago
  18. bce2eb4 bpo-37765: Add keywords to IDLE tab completions (GH-15138) by Terry Jan Reedy · 4 years, 2 months ago
  19. 2515a28 bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214) by Serhiy Storchaka · 4 years, 2 months ago
  20. 8ab77c6 bpo-41144: Fix IDLE open module error (#21182) by E-Paine · 4 years, 3 months ago
  21. 97e4e0f bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) by Terry Jan Reedy · 4 years, 3 months ago
  22. 16ef324 bpo-37309: Update IDLE NEWS.txt (GH-20356) by Terry Jan Reedy · 4 years, 4 months ago
  23. 905b3cd bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311) by Florian Dahlitz · 4 years, 4 months ago
  24. 52013e5 bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152) by Tal Einat · 4 years, 5 months ago
  25. 363fab8 bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871) by Terry Jan Reedy · 4 years, 6 months ago
  26. 4ca060d bpo-39885: IDLE context menu clears selection (#18859) by Terry Jan Reedy · 4 years, 6 months ago
  27. 2522db1 bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801) by Terry Jan Reedy · 4 years, 6 months ago
  28. c705fd1 bpo-39781: Do not jump when select in IDLE codecontext (GH-18683) by Terry Jan Reedy · 4 years, 7 months ago
  29. ffda25f bpo-39663: IDLE: Add additional tests for pyparse (GH-18536) by Cheryl Sabella · 4 years, 7 months ago
  30. 96ce227 bpo-39600: Adjust code, add idlelib/NEWS item (GH-18449) by Terry Jan Reedy · 4 years, 7 months ago
  31. bfdeaa3 bpo-38792: Remove IDLE shell calltip before new prompt. (#17150) by Zackery Spytz · 4 years, 7 months ago
  32. dd023ad bpo-30780: Add IDLE configdialog tests (#3592) by Cheryl Sabella · 4 years, 8 months ago
  33. d0d9fa8 bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068) by Cheryl Sabella · 4 years, 8 months ago
  34. f9e07e1 bpo-32989: IDLE - remove unneeded parameter (GH-18138) by Terry Jan Reedy · 4 years, 8 months ago
  35. 2e43b64 bpo-39050: The Help button in IDLE's config menu works again (GH-17611) by Zackery Spytz · 4 years, 8 months ago
  36. ec64640 bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968) by Cheryl Sabella · 4 years, 8 months ago
  37. 6c7bb38 bpo-39136: Fixed typos (GH-17720) by Gurupad Hegde · 4 years, 9 months ago
  38. bbc4162 bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416) by JohnnyNajera · 4 years, 9 months ago
  39. 232689b bpo-38944: Escape key now closes IDLE completion windows. (GH-17419) by JohnnyNajera · 4 years, 9 months ago
  40. 6bf644e bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366) by Terry Jan Reedy · 4 years, 10 months ago
  41. b846247 bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008) by Terry Jan Reedy · 4 years, 10 months ago
  42. 9c28449 bpo-4630: Add cursor no-blink option for IDLE (GH-16960) by Zackery Spytz · 4 years, 10 months ago
  43. c8b53dc bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103) by Zackery Spytz · 4 years, 10 months ago
  44. a8fb932 bpo-37309: First idlelib/NEWS.txt for 3.9.0 (GH-16947) by Terry Jan Reedy · 4 years, 11 months ago
  45. e31a79a bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943) by Terry Jan Reedy · 4 years, 11 months ago
  46. dfd34a9 bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) by Terry Jan Reedy · 5 years ago
  47. c59295a bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818) by Terry Jan Reedy · 5 years ago
  48. 38da805 bpo-38041: Refine IDLE Shell restart lines. (GH-15709) by Terry Jan Reedy · 5 years ago
  49. 2cd9025 bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368) by GeeTransit · 5 years ago
  50. 132acab bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634) by Tal Einat · 5 years ago
  51. 1039f39 bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500) by Terry Jan Reedy · 5 years ago
  52. 71662dc bpo-37849: IDLE: fix completion window positioning above line (GH-15267) by Tal Einat · 5 years ago
  53. 1407029 bpo-37748: Re-order the Run menu. (GH-15115) by Terry Jan Reedy · 5 years ago
  54. fff5cb2 bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034) by Terry Jan Reedy · 5 years ago
  55. 0acb646 Fix idlelib typos discovered by min ho, pr 15018. (GH-15029) by Terry Jan Reedy · 5 years ago
  56. f35c51d bpo-34162: Update idlelib/news.txt. (#15011) by Terry Jan Reedy · 5 years ago
  57. fcf1d00 bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944) by Tal Einat · 5 years ago
  58. 54cf2e0 bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209) by Terry Jan Reedy · 5 years ago
  59. 8fac122 bpo-37321: Edit IDLE subprocess connection error messages. (#14170) by Terry Jan Reedy · 5 years ago
  60. 5bff3c8 bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) by Tal Einat · 5 years ago
  61. 6bdc4de bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307) by Cheryl Sabella · 5 years ago
  62. 1a4d9ff bpo-32411: IDLE: Remove line number sort in browser.py (#5011) by Cheryl Sabella · 5 years ago
  63. 81bb97d bpo-37038: Make idlelib.run runnable; add test clause (GH-13560) by Terry Jan Reedy · 5 years ago
  64. 6d965b3 bpo-36958: In IDLE, print exit message (GH-13435) by Terry Jan Reedy · 5 years ago
  65. 6a258c8 bpo-36429: Fix starting IDLE with pyshell (#12548) by Terry Jan Reedy · 5 years ago
  66. 0fe4513 bpo-36405: IDLE - Restore __main__ and add tests (#12518) by Terry Jan Reedy · 5 years ago
  67. 2b75155 bpo-36405: Use dict unpacking in idlelib (#12507) by Terry Jan Reedy · 5 years ago
  68. c141957 bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491) by Terry Jan Reedy · 5 years ago
  69. 491ef53 bpo-36176: Fix IDLE autocomplete & calltip popup colors. (#12262) by Terry Jan Reedy · 6 years ago
  70. 8a1bab9 bpo-34162: Add entries for idlelib/NEWS.txt (#12232) by Terry Jan Reedy · 6 years ago
  71. d610116 bpo-24310: Document IDLE settings dialog font tab sample (GH-12007) by Terry Jan Reedy · 6 years ago
  72. ee0f927 bpo-35689: IDLE: Add docstrings and unittests for colorizer.py (GH-11472) by Cheryl Sabella · 6 years ago
  73. 8a03ff2 bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799) by Terry Jan Reedy · 6 years ago
  74. 39ed289 bpo-35770: IDLE macosx deletes Options => Configure IDLE. (GH-11614) by Terry Jan Reedy · 6 years ago
  75. a902239 bpo-35769: Change IDLE's name for new files from 'Untitled' to 'untitled' (GH-11602) by Terry Jan Reedy · 6 years ago
  76. 56c1605 bpo-34161: Update idlelib/NEWS.txt to 2019 Jan 17 (GH-11597) by Terry Jan Reedy · 6 years ago
  77. 39a33e9 bpo-35196: Optimize Squeezer's write() interception (GH-10454) by Tal Einat · 6 years ago
  78. 44a79cc bpo-35208: Fix IDLE Squeezer line counting (GH-10449) by Tal Einat · 6 years ago
  79. 8874f51 bpo-35555: IDLE: Gray out Code Context menu item on non-editors (#11282) by Cheryl Sabella · 6 years ago
  80. c1b4b0f bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels (GH-11214) by Cheryl Sabella · 6 years ago
  81. 87ec110 bpo-34162: Update idlelib/NEWS.txt to 2018-12-20. (#11255) by Terry Jan Reedy · 6 years ago
  82. 9ebe879 bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (#10464) by Tal Einat · 6 years ago
  83. 6ea9d54 bpo-34162: Update idlelib NEWS to 2018-12-05. (GH-10964) by Terry Jan Reedy · 6 years ago
  84. 683281f bpo-34906: Doc: Fix typos (2) (GH-9735) by Stéphane Wirtel · 6 years ago
  85. 22ef31d bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573) by Terry Jan Reedy · 6 years ago
  86. 16fba62 bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551) by Terry Jan Reedy · 6 years ago
  87. 5a60667 bpo-34162: Add entry for idlelib/NEWS.txt already included for 3.6/3.7 (GH-9549) by Terry Jan Reedy · 6 years ago
  88. 2c5c0a3 bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH-8345) by Terry Jan Reedy · 6 years ago
  89. 4b704f2 bpo-33656: Mention color in idlelib/NEWS.txt entry. (#7646) by Terry Jan Reedy · 6 years ago
  90. 800415e bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137) by Terry Jan Reedy · 6 years ago
  91. b1f6902 Update idlelib/NEWS.txt to 2018 Jun 8 am. (GH-7517) by Terry Jan Reedy · 6 years ago
  92. 8506016 bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085) by Cheryl Sabella · 6 years ago
  93. 6b0d09b bpo-30928: Update idlelib/NEWS.txt. (#6995) by Terry Jan Reedy · 6 years ago
  94. 038b21f bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. (#6873) by Terry Jan Reedy · 6 years ago
  95. 61f82e0 Spelling fixes to docs, docstrings, and comments (GH-6374) by Ville Skyttä · 6 years ago
  96. 0954c9e bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932) by Terry Jan Reedy · 7 years ago
  97. 05e8067 Add entry for uniform lower context; add 'since' to be explicit. (GH-5539) by Terry Jan Reedy · 7 years ago
  98. f658641 Removed doubled 'bpo-'. (#4777) by Terry Jan Reedy · 7 years ago
  99. 2c0c68d bpo-30928: update idlelib/NEWS.txt. (#4706) by Terry Jan Reedy · 7 years ago
  100. 21255fc bpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. (#4701) by Terry Jan Reedy · 7 years ago