1. 05cc881 bpo-41775: Make 'IDLE Shell' the shell title (#22399) by Terry Jan Reedy · 4 years, 11 months ago
  2. 7af072c bpo-41841: Prepare IDLE News for 3.10 (GH-22379) by Terry Jan Reedy · 4 years, 11 months ago
  3. 947adca bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363) by Terry Jan Reedy · 4 years, 11 months ago
  4. 40a0625 bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350) by Terry Jan Reedy · 4 years, 11 months ago
  5. 4712471 Update idlelib/help.html to current IDLE doc (GH-22181) by Terry Jan Reedy · 5 years ago
  6. 416f0b7 bpo-41514: Fix buggy IDLE test (GH-21808) by Terry Jan Reedy · 5 years ago
  7. f2e161c bpo-41468: Improve and test IDLE run error exit (GH-21798) by Terry Jan Reedy · 5 years ago
  8. 8b67bf9 Improve renamed test_run.RecursionLimitTest (GH-21794) by Terry Jan Reedy · 5 years ago
  9. af08db7 bpo-37309: NEWS for #41373 (GH-21612) by Terry Jan Reedy · 5 years ago
  10. 0dd463c bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (GH-21597) by Serhiy Storchaka · 5 years ago
  11. 592527f bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594) by Zackery Spytz · 5 years ago
  12. 38d3864 bpo-41300: IDLE - save files with non-ascii chars (GH-21512) by Terry Jan Reedy · 5 years ago
  13. bce2eb4 bpo-37765: Add keywords to IDLE tab completions (GH-15138) by Terry Jan Reedy · 5 years ago
  14. 694d31e bpo-41158: IDLE: rewrite the code for handling file encoding (GH-21215) by Serhiy Storchaka · 5 years ago
  15. 2515a28 bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214) by Serhiy Storchaka · 5 years ago
  16. 8ab77c6 bpo-41144: Fix IDLE open module error (#21182) by E-Paine · 5 years ago
  17. 9355868 bpo-41043: Escape literal part of the path for glob(). (GH-20994) by Serhiy Storchaka · 5 years ago
  18. 97e4e0f bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) by Terry Jan Reedy · 5 years ago
  19. 16ef324 bpo-37309: Update IDLE NEWS.txt (GH-20356) by Terry Jan Reedy · 5 years ago
  20. 905b3cd bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311) by Florian Dahlitz · 5 years ago
  21. edf2643 bpo-40460: Fix typo in idlelib/zzdummy.py (GH-20093) by Victor Stinner · 5 years ago
  22. 6900f16 bpo-40443: Remove unused imports in idlelib (GH-19801) by Victor Stinner · 5 years ago
  23. 3a69f3c bpo-38439: Add 256px IDLE icon (GH-17473) by Miro Hrončok · 5 years ago
  24. 52013e5 bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152) by Tal Einat · 5 years ago
  25. 34a49aa bpo-38002: Use False/True for IDLE pyshell bools (GH-19203) by Terry Jan Reedy · 5 years ago
  26. 363fab8 bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871) by Terry Jan Reedy · 5 years ago
  27. e53a393 bpo-27115: Move IDLE Query error blanking (GH-18868) by Terry Jan Reedy · 5 years ago
  28. 4ca060d bpo-39885: IDLE context menu clears selection (#18859) by Terry Jan Reedy · 5 years ago
  29. 2522db1 bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801) by Terry Jan Reedy · 5 years ago
  30. c705fd1 bpo-39781: Do not jump when select in IDLE codecontext (GH-18683) by Terry Jan Reedy · 5 years ago
  31. ffda25f bpo-39663: IDLE: Add additional tests for pyparse (GH-18536) by Cheryl Sabella · 5 years ago
  32. 96ce227 bpo-39600: Adjust code, add idlelib/NEWS item (GH-18449) by Terry Jan Reedy · 6 years ago
  33. ed335cf bpo-39600, IDLE: Remove duplicated font names (GH-18430) by Victor Stinner · 6 years ago
  34. bfdeaa3 bpo-38792: Remove IDLE shell calltip before new prompt. (#17150) by Zackery Spytz · 6 years ago
  35. dd023ad bpo-30780: Add IDLE configdialog tests (#3592) by Cheryl Sabella · 6 years ago
  36. d0d9fa8 bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068) by Cheryl Sabella · 6 years ago
  37. f9e07e1 bpo-32989: IDLE - remove unneeded parameter (GH-18138) by Terry Jan Reedy · 6 years ago
  38. 2e43b64 bpo-39050: The Help button in IDLE's config menu works again (GH-17611) by Zackery Spytz · 6 years ago
  39. ec64640 bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968) by Cheryl Sabella · 6 years ago
  40. d6c08db Minor formatting improvements and fixes to idle.rst (GH-17165) by Tal Einat · 6 years ago
  41. ba82ee8 Fix idlelib README typo. (GH-17770) by Terry Jan Reedy · 6 years ago
  42. 6c7bb38 bpo-39136: Fixed typos (GH-17720) by Gurupad Hegde · 6 years ago
  43. bbc4162 bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416) by JohnnyNajera · 6 years ago
  44. 232689b bpo-38944: Escape key now closes IDLE completion windows. (GH-17419) by JohnnyNajera · 6 years ago
  45. 6bf644e bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366) by Terry Jan Reedy · 6 years ago
  46. b846247 bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008) by Terry Jan Reedy · 6 years ago
  47. 9c28449 bpo-4630: Add cursor no-blink option for IDLE (GH-16960) by Zackery Spytz · 6 years ago
  48. c8b53dc bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103) by Zackery Spytz · 6 years ago
  49. a8fb932 bpo-37309: First idlelib/NEWS.txt for 3.9.0 (GH-16947) by Terry Jan Reedy · 6 years ago
  50. e31a79a bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943) by Terry Jan Reedy · 6 years ago
  51. e3f90b2 bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939) by Terry Jan Reedy · 6 years ago
  52. b690a27 bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583) by Serhiy Storchaka · 6 years ago
  53. 06cb94b bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Serhiy Storchaka · 6 years ago
  54. dfd34a9 bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) by Terry Jan Reedy · 6 years ago
  55. 0048afc bpo-38183: Test_idle ignores user config directory GH-16198) by Terry Jan Reedy · 6 years ago
  56. c59295a bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818) by Terry Jan Reedy · 6 years ago
  57. 38da805 bpo-38041: Refine IDLE Shell restart lines. (GH-15709) by Terry Jan Reedy · 6 years ago
  58. 2cd9025 bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368) by GeeTransit · 6 years ago
  59. 6cd9666 Fix idlelib.help comments (GH-15669) by Terry Jan Reedy · 6 years ago
  60. 580bdb0 bpo-38022: IDLE: upgrade help.html to sphinx 2.x HTML5 output (GH-15664) by Tal Einat · 6 years ago
  61. 132acab bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634) by Tal Einat · 6 years ago
  62. 15119bc IDLE: Fix 2 typos found by Min ho Kim. (GH-15617) by Terry Jan Reedy · 6 years ago
  63. 1039f39 bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500) by Terry Jan Reedy · 6 years ago
  64. d4b4c00 bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452) by Tal Einat · 6 years ago
  65. 9ece4a5 Unmark files as executable that can't actually be executed. (GH-15353) by Greg Price · 6 years ago
  66. 71662dc bpo-37849: IDLE: fix completion window positioning above line (GH-15267) by Tal Einat · 6 years ago
  67. 1213123 bpo-36419: IDLE - Refactor autocompete and improve testing. (#15121) by Terry Jan Reedy · 6 years ago
  68. 1407029 bpo-37748: Re-order the Run menu. (GH-15115) by Terry Jan Reedy · 6 years ago
  69. 86f1a18 bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103) by Tal Einat · 6 years ago
  70. fff5cb2 bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034) by Terry Jan Reedy · 6 years ago
  71. 0acb646 Fix idlelib typos discovered by min ho, pr 15018. (GH-15029) by Terry Jan Reedy · 6 years ago
  72. f35c51d bpo-34162: Update idlelib/news.txt. (#15011) by Terry Jan Reedy · 6 years ago
  73. e8874b8 bpo-37706: Disable 3 IDLE scrollbar tests on Mac. (#15010) by Terry Jan Reedy · 6 years ago
  74. b222955 bpo-37692: Improve highlight config sample (#14983) by Terry Jan Reedy · 6 years ago
  75. 3221a63 bpo-37628: Fix IDLE config sample sizes (#14958) by Tal Einat · 6 years ago
  76. 46ebd4a bpo-17535: Increase line number horizontal padding by 2 pixels (GH-14959) by Tal Einat · 6 years ago
  77. c6fd6c8 bpo-29446: IDLE -- add explicit imports (GH-14919) by Terry Jan Reedy · 6 years ago
  78. 7123ea0 bpo-17535: IDLE editor line numbers (GH-14030) by Tal Einat · 6 years ago
  79. 1ebee37 bpo-33610: validate non-negative integer inputs in IDLE's config (GH-14822) by Tal Einat · 6 years ago
  80. 8e3a738 Fix typo found by Min ho Kim (#14879) by Terry Jan Reedy · 6 years ago
  81. 35b87e6 bpo-37627: Initialize IDLE Custom Run dialog with previous entries (#14870) by Ngalim Siregar · 6 years ago
  82. e0a1f8f bpo-33610: IDLE's code-context always shows current context immediately (GH-14821) by Tal Einat · 6 years ago
  83. 1b38922 bpo-36390: Gather IDLE Format menu functions into format.py (#14827) by Terry Jan Reedy · 6 years ago
  84. 82494aa bpo-36390: IDLE: Combine region formatting methods. (GH-12481) by Cheryl Sabella · 6 years ago
  85. 7036e1d bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675) by Tal Einat · 6 years ago
  86. f8d4cc7 bpo-27452: IDLE: Cleanup config.py code (GH-14577) by Cheryl Sabella · 6 years ago
  87. 9b5ce62 bpo-36390: simplify classifyws(), rename it and add unit tests (GH-14500) by Tal Einat · 6 years ago
  88. 6aeb2fe bpo-26806: IDLE should run without docstrings (#14657) by Terry Jan Reedy · 6 years ago
  89. fcf1d00 bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944) by Tal Einat · 6 years ago
  90. 8713aa6 Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263) by İsmail Arılık · 6 years ago
  91. 54cf2e0 bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209) by Terry Jan Reedy · 6 years ago
  92. 201bc2d bpo-5680: IDLE: Customize running a module (GH-13763) by Cheryl Sabella · 6 years ago
  93. 8fac122 bpo-37321: Edit IDLE subprocess connection error messages. (#14170) by Terry Jan Reedy · 6 years ago
  94. 5bff3c8 bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) by Tal Einat · 6 years ago
  95. 66d47da bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957) by Terry Jan Reedy · 6 years ago
  96. 7f8a38a IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876) by Cheryl Sabella · 6 years ago
  97. 554450f bpo-37177: make IDLE's search dialogs transient (GH-13869) by Tal Einat · 6 years ago
  98. 949fe97 bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791) by Terry Jan Reedy · 6 years ago
  99. d9677f3 IDLE: Fix typos in docs and comments (GH-13749) by Xtreak · 6 years ago
  100. 6bdc4de bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307) by Cheryl Sabella · 6 years ago