1. d0d9fa8 bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068) by Cheryl Sabella · 6 years ago
  2. f9e07e1 bpo-32989: IDLE - remove unneeded parameter (GH-18138) by Terry Jan Reedy · 6 years ago
  3. 2e43b64 bpo-39050: The Help button in IDLE's config menu works again (GH-17611) by Zackery Spytz · 6 years ago
  4. ec64640 bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968) by Cheryl Sabella · 6 years ago
  5. 6c7bb38 bpo-39136: Fixed typos (GH-17720) by Gurupad Hegde · 6 years ago
  6. bbc4162 bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416) by JohnnyNajera · 6 years ago
  7. 232689b bpo-38944: Escape key now closes IDLE completion windows. (GH-17419) by JohnnyNajera · 6 years ago
  8. 6bf644e bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366) by Terry Jan Reedy · 6 years ago
  9. b846247 bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008) by Terry Jan Reedy · 6 years ago
  10. 9c28449 bpo-4630: Add cursor no-blink option for IDLE (GH-16960) by Zackery Spytz · 6 years ago
  11. c8b53dc bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103) by Zackery Spytz · 6 years ago
  12. a8fb932 bpo-37309: First idlelib/NEWS.txt for 3.9.0 (GH-16947) by Terry Jan Reedy · 6 years ago
  13. e31a79a bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943) by Terry Jan Reedy · 6 years ago
  14. dfd34a9 bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) by Terry Jan Reedy · 6 years ago
  15. c59295a bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818) by Terry Jan Reedy · 6 years ago
  16. 38da805 bpo-38041: Refine IDLE Shell restart lines. (GH-15709) by Terry Jan Reedy · 6 years ago
  17. 2cd9025 bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368) by GeeTransit · 6 years ago
  18. 132acab bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634) by Tal Einat · 6 years ago
  19. 1039f39 bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500) by Terry Jan Reedy · 6 years ago
  20. 71662dc bpo-37849: IDLE: fix completion window positioning above line (GH-15267) by Tal Einat · 6 years ago
  21. 1407029 bpo-37748: Re-order the Run menu. (GH-15115) by Terry Jan Reedy · 6 years ago
  22. fff5cb2 bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034) by Terry Jan Reedy · 6 years ago
  23. 0acb646 Fix idlelib typos discovered by min ho, pr 15018. (GH-15029) by Terry Jan Reedy · 6 years ago
  24. f35c51d bpo-34162: Update idlelib/news.txt. (#15011) by Terry Jan Reedy · 6 years ago
  25. fcf1d00 bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944) by Tal Einat · 6 years ago
  26. 54cf2e0 bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209) by Terry Jan Reedy · 6 years ago
  27. 8fac122 bpo-37321: Edit IDLE subprocess connection error messages. (#14170) by Terry Jan Reedy · 6 years ago
  28. 5bff3c8 bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) by Tal Einat · 6 years ago
  29. 6bdc4de bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307) by Cheryl Sabella · 6 years ago
  30. 1a4d9ff bpo-32411: IDLE: Remove line number sort in browser.py (#5011) by Cheryl Sabella · 6 years ago
  31. 81bb97d bpo-37038: Make idlelib.run runnable; add test clause (GH-13560) by Terry Jan Reedy · 6 years ago
  32. 6d965b3 bpo-36958: In IDLE, print exit message (GH-13435) by Terry Jan Reedy · 6 years ago
  33. 6a258c8 bpo-36429: Fix starting IDLE with pyshell (#12548) by Terry Jan Reedy · 6 years ago
  34. 0fe4513 bpo-36405: IDLE - Restore __main__ and add tests (#12518) by Terry Jan Reedy · 6 years ago
  35. 2b75155 bpo-36405: Use dict unpacking in idlelib (#12507) by Terry Jan Reedy · 6 years ago
  36. c141957 bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491) by Terry Jan Reedy · 6 years ago
  37. 491ef53 bpo-36176: Fix IDLE autocomplete & calltip popup colors. (#12262) by Terry Jan Reedy · 6 years ago
  38. 8a1bab9 bpo-34162: Add entries for idlelib/NEWS.txt (#12232) by Terry Jan Reedy · 6 years ago
  39. d610116 bpo-24310: Document IDLE settings dialog font tab sample (GH-12007) by Terry Jan Reedy · 6 years ago
  40. ee0f927 bpo-35689: IDLE: Add docstrings and unittests for colorizer.py (GH-11472) by Cheryl Sabella · 6 years ago
  41. 8a03ff2 bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799) by Terry Jan Reedy · 7 years ago
  42. 39ed289 bpo-35770: IDLE macosx deletes Options => Configure IDLE. (GH-11614) by Terry Jan Reedy · 7 years ago
  43. a902239 bpo-35769: Change IDLE's name for new files from 'Untitled' to 'untitled' (GH-11602) by Terry Jan Reedy · 7 years ago
  44. 56c1605 bpo-34161: Update idlelib/NEWS.txt to 2019 Jan 17 (GH-11597) by Terry Jan Reedy · 7 years ago
  45. 39a33e9 bpo-35196: Optimize Squeezer's write() interception (GH-10454) by Tal Einat · 7 years ago
  46. 44a79cc bpo-35208: Fix IDLE Squeezer line counting (GH-10449) by Tal Einat · 7 years ago
  47. 8874f51 bpo-35555: IDLE: Gray out Code Context menu item on non-editors (#11282) by Cheryl Sabella · 7 years ago
  48. c1b4b0f bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels (GH-11214) by Cheryl Sabella · 7 years ago
  49. 87ec110 bpo-34162: Update idlelib/NEWS.txt to 2018-12-20. (#11255) by Terry Jan Reedy · 7 years ago
  50. 9ebe879 bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (#10464) by Tal Einat · 7 years ago
  51. 6ea9d54 bpo-34162: Update idlelib NEWS to 2018-12-05. (GH-10964) by Terry Jan Reedy · 7 years ago
  52. 683281f bpo-34906: Doc: Fix typos (2) (GH-9735) by Stéphane Wirtel · 7 years ago
  53. 22ef31d bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573) by Terry Jan Reedy · 7 years ago
  54. 16fba62 bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551) by Terry Jan Reedy · 7 years ago
  55. 5a60667 bpo-34162: Add entry for idlelib/NEWS.txt already included for 3.6/3.7 (GH-9549) by Terry Jan Reedy · 7 years ago
  56. 2c5c0a3 bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH-8345) by Terry Jan Reedy · 7 years ago
  57. 4b704f2 bpo-33656: Mention color in idlelib/NEWS.txt entry. (#7646) by Terry Jan Reedy · 7 years ago
  58. 800415e bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137) by Terry Jan Reedy · 7 years ago
  59. b1f6902 Update idlelib/NEWS.txt to 2018 Jun 8 am. (GH-7517) by Terry Jan Reedy · 7 years ago
  60. 8506016 bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085) by Cheryl Sabella · 7 years ago
  61. 6b0d09b bpo-30928: Update idlelib/NEWS.txt. (#6995) by Terry Jan Reedy · 7 years ago
  62. 038b21f bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. (#6873) by Terry Jan Reedy · 7 years ago
  63. 61f82e0 Spelling fixes to docs, docstrings, and comments (GH-6374) by Ville Skyttä · 7 years ago
  64. 0954c9e bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932) by Terry Jan Reedy · 7 years ago
  65. 05e8067 Add entry for uniform lower context; add 'since' to be explicit. (GH-5539) by Terry Jan Reedy · 8 years ago
  66. f658641 Removed doubled 'bpo-'. (#4777) by Terry Jan Reedy · 8 years ago
  67. 2c0c68d bpo-30928: update idlelib/NEWS.txt. (#4706) by Terry Jan Reedy · 8 years ago
  68. 21255fc bpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. (#4701) by Terry Jan Reedy · 8 years ago
  69. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 8 years ago
  70. 27288de bpo-30928: Update idlelib/NEWS.txt to 2017 Oct 17. (#4025) by Terry Jan Reedy · 8 years ago
  71. 55679e0 bpo-30928: Update idlelib/NEWS.txt to 2017 Sep 17. (#3635) by Terry Jan Reedy · 8 years ago
  72. 8239fd7 bpo-30928: Update idlelib/NEWS.txt to 2017-09-11. (#3503) by Terry Jan Reedy · 8 years ago
  73. 7f06684 bpo-30928: Update idlelib/NEWS.txt to 2017-08-15. (#3098) by Terry Jan Reedy · 8 years ago
  74. c3aa47f bpo-30928: Update IDLE News.txt. (#2948) by Terry Jan Reedy · 8 years ago
  75. 0d0a32f Update idlelib/NEWS.txt. (#2703) by terryjreedy · 8 years ago
  76. 1ccbad9 Update idlelib/NEWS.txt with merges upto 2017 Jul 5. (#2595) by terryjreedy · 8 years ago
  77. faa63d1 Add IDLE items to NEWS and idlelib/NEWS.txt (#2239) by terryjreedy · 8 years ago
  78. 503bc63 Update idlelib NEWS for 3.7 (#2089) by terryjreedy · 8 years ago
  79. c6b5f08 Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt. by Terry Jan Reedy · 9 years ago
  80. 55f3ae6 Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt. by Terry Jan Reedy · 9 years ago
  81. 6c58c34 IDLE NEWS item and ack. by Terry Jan Reedy · 9 years ago
  82. 3dad1a5 Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 9 years ago
  83. 7036019 IDLE newx items. merge from 3.5 by Terry Jan Reedy · 9 years ago
  84. d92cecb IDLE newx items. by Terry Jan Reedy · 9 years ago
  85. 49dcf9d Fix typo in IDLE News. by Terry Jan Reedy · 9 years ago
  86. 9f95770 Fix typo in IDLE News. by Terry Jan Reedy · 9 years ago
  87. 97c463d Add 3.6.0a4 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 9 years ago
  88. d3fb557 Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 9 years ago
  89. 702f4f5 Issue #23804: Merge spelling and NEWS fixes from 3.5 by Martin Panter · 9 years ago
  90. 204bf0b English spelling and grammar fixes by Martin Panter · 9 years ago
  91. 4bf9c51 IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  92. 754a5c1 Merge Update NEWS and idlelib NEWS.text. by Terry Jan Reedy · 9 years ago
  93. 1e957d1 Update NEWS and idlelib NEWS.text. by Terry Jan Reedy · 9 years ago
  94. b8a79ae Issue #27365: Merge minimal part. by Terry Jan Reedy · 9 years ago
  95. 6ff7a14 Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2. by Terry Jan Reedy · 9 years ago
  96. b1c9b64 IDLE NEWS entries by Terry Jan Reedy · 9 years ago
  97. 661c032 Merge Issue #5124: NEWS entries. by Terry Jan Reedy · 9 years ago
  98. 8ace13b Issue #5124: NEWS entries. by Terry Jan Reedy · 9 years ago
  99. ea938ba Items for NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  100. 8bff8f6 Items for NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago