1. a1f4500 bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583) by Miss Islington (bot) · 6 years ago
  2. dc19124 bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Miss Islington (bot) · 6 years ago
  3. ad845be bpo-38183: Test_idle ignores user config directory GH-16198) by Miss Islington (bot) · 6 years ago
  4. 4009a85 bpo-38041: Refine IDLE Shell restart lines. (GH-15709) by Miss Islington (bot) · 6 years ago
  5. 0778870 bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500) by Miss Islington (bot) · 6 years ago
  6. 1da6a31 bpo-17535: IDLE editor line numbers (GH-14030) by Miss Islington (bot) · 6 years ago
  7. 02f7f74 bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170) by Miss Islington (bot) · 6 years ago
  8. 6bdc4de bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307) by Cheryl Sabella · 6 years ago
  9. 6a258c8 bpo-36429: Fix starting IDLE with pyshell (#12548) by Terry Jan Reedy · 6 years ago
  10. 7eebbbd bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. (GH-12031) by Ned Deily · 6 years ago
  11. 39a33e9 bpo-35196: Optimize Squeezer's write() interception (GH-10454) by Tal Einat · 7 years ago
  12. 4bc2467 bpo-34055: Revert deletion of line in IDLE's PyShell (#11346) by Terry Jan Reedy · 7 years ago
  13. 9ebe879 bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (#10464) by Tal Einat · 7 years ago
  14. d274afb bpo-33656: Move pyshell ctypes import inside try block. (GH-9858) by Terry Jan Reedy · 7 years ago
  15. 604e7b9 bpo-1529353: IDLE: squeeze large output in the shell (GH-7626) by Tal Einat · 7 years ago
  16. 33c7420 bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836) by Terry Jan Reedy · 7 years ago
  17. 9d49f85 bpo-33856: Add "help" to the welcome message of IDLE (GH-7755) by Stéphane Wirtel · 7 years ago
  18. fd88f31 bpo-33656: Add enum name for argument of Windows call. (GH-7642) by Terry Jan Reedy · 7 years ago
  19. 800415e bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137) by Terry Jan Reedy · 7 years ago
  20. 22c82be bpo-32984: IDLE - set __file__ for startup files (GH-5981) by Terry Jan Reedy · 7 years ago
  21. e86172d IDLE -- Restrict shell prompt manipulaton to the shell. (#4143) by Terry Jan Reedy · 8 years ago
  22. a96c96f bpo-31500: IDLE: Scale default fonts on HiDPI displays. (#3639) by Serhiy Storchaka · 8 years ago
  23. 223c7e7 bpo-8231: Call idlelib.IdleConf.GetUserCfgDir only once. (#2629) by terryjreedy · 8 years ago
  24. 42bc8be bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tests. (#2283) by csabella · 8 years ago
  25. 7e4db2f bpo-30166: Import command-line parsing modules only when needed. (#1293) by Serhiy Storchaka · 8 years ago
  26. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 8 years ago
  27. 0579e81 import sys before we use it on line 9 (#828) by Jelle Zijlstra · 8 years ago
  28. e16265d Issue #29162: Don't depend on 'from tkinter import *' importing sys. by Terry Jan Reedy · 9 years ago
  29. bfbaa6b Issue #27891: Consistently group and sort imports within idlelib modules. by Terry Jan Reedy · 9 years ago
  30. f35bb9e Issue #27611, #24137: Only change tkinter when easily restored. by Terry Jan Reedy · 9 years ago
  31. 6cf0e13 Issue #25507: Move 4 objects from pyshell to run and switch inports. by Terry Jan Reedy · 9 years ago
  32. d3af156 Issue #24137: Fixed IDLE on Linux with tkinter default root disabled. by Serhiy Storchaka · 9 years ago
  33. b60adc5 Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled. by Terry Jan Reedy · 9 years ago
  34. 50288f9 Issue #5124: rename PyShell back to pyshell and patch test for 3.6 by Terry Jan Reedy · 9 years ago[Renamed from Lib/idlelib/PyShell.py]
  35. b5c43f4 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  36. 5ad8599 Issue #5124: Paste with selection should always replace. by Terry Jan Reedy · 9 years ago
  37. c39e330 Issue #5124: Temporary pyshell rename to avoid case-folding collision in merge. by Terry Jan Reedy · 9 years ago[Renamed from Lib/idlelib/pyshell.py]
  38. 1080d13 Issue #24759: IDLE requires tk 8.5 and availability ttk widgets. by Terry Jan Reedy · 9 years ago
  39. 24f3a18 Issue #27262: move Aqua unbinding code, which enable context menus, to maxosx. by Terry Jan Reedy · 9 years ago
  40. 6fa5bdc Issue #24225: Within idlelib files, update idlelib module names. by Terry Jan Reedy · 9 years ago
  41. 0d9220e Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. by Terry Jan Reedy · 9 years ago[Renamed from Lib/idlelib/PyShell.py]
  42. 4379d15 Make it slightly clearer that IDLE close message is referring to user program, by Terry Jan Reedy · 10 years ago
  43. d0c0f00 Issue #25313: Change the handling of new built-in text color themes to better by Terry Jan Reedy · 10 years ago
  44. 3be2e54 Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls. by Terry Jan Reedy · 10 years ago
  45. f94471c whitespace by Terry Jan Reedy · 10 years ago
  46. 3c7eccd0 Issue #24570: Right-click for context menus now work on Mac Aqual also. by Terry Jan Reedy · 10 years ago
  47. b41eada Issue #24889: When starting Idle, force focus onto Idle window if not already by Terry Jan Reedy · 10 years ago
  48. ac5004f Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. by Terry Jan Reedy · 10 years ago
  49. 2f7de53 Issue #24759: Revert 13a8782a775e. by Terry Jan Reedy · 10 years ago
  50. 231007f Issue #21192: Idle Editor. When a file is run, put its name in the restart bar. by Terry Jan Reedy · 10 years ago
  51. 062759f Issue 24759: Gracefull exit Idle if ttk import fails. by Terry Jan Reedy · 10 years ago
  52. 038c16b Issue #23184: idlelib, remove more unused names and imports. by Terry Jan Reedy · 10 years ago
  53. ccb416f Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 11 years ago
  54. efc7258 Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka. by Terry Jan Reedy · 11 years ago
  55. 6b04dc9 Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 11 years ago
  56. 81b062f Issue #22420: Avoid 'write to None' crashes by using print instead. by Terry Jan Reedy · 11 years ago
  57. da26cca Issue #14105: Stop removing breakpoints from Idle editors. by Terry Jan Reedy · 11 years ago
  58. b760167 Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 11 years ago
  59. c030270 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 12 years ago
  60. a7c07d3 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 12 years ago
  61. a7a4b49 Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. by Serhiy Storchaka · 12 years ago
  62. 0fd5576 Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. by Serhiy Storchaka · 12 years ago
  63. e72b90e Issue #18270: merge from 3.3 by Ned Deily · 12 years ago
  64. f3c6589 Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial by Ned Deily · 12 years ago
  65. 0ed6c4a Issue #19481: print() of string subclass instance in IDLE no more hangs. by Serhiy Storchaka · 12 years ago
  66. 9df8a1c Issue #19481: print() of string subclass instance in IDLE no more hangs. by Serhiy Storchaka · 12 years ago
  67. b31e3f7 Merge with 3.3 by Terry Jan Reedy · 12 years ago
  68. 0a01ac4 Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_' by Terry Jan Reedy · 12 years ago
  69. a92bfa4 Merge with 3.3 by Terry Jan Reedy · 12 years ago
  70. 95a3f11 Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop by Terry Jan Reedy · 12 years ago
  71. 912bad7 Issue #18081: Back out temporary changeset, 2a9e1eb3719c, to merge new patch. by Terry Jan Reedy · 12 years ago
  72. b28a375 Issue #18081: Workaround "./python -m test_idle test_logging" failure by Victor Stinner · 12 years ago
  73. c2efeb6 #5492: merge with 3.3 by Roger Serwy · 12 years ago
  74. 036e849 #5492: Avoid traceback when exiting IDLE caused by a race condition. by Roger Serwy · 12 years ago
  75. ba6c0d3 #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch by Terry Jan Reedy · 12 years ago
  76. 7f0882c Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 12 years ago
  77. 6a00b6f Issue #17532: merge by Ned Deily · 12 years ago
  78. 53683f6 #13495: merge with 3.3. by Roger Serwy · 12 years ago
  79. 9bc7b79 #13495: Avoid loading the color delegator twice in IDLE. by Roger Serwy · 12 years ago
  80. 663a390 #17585: merge with 3.3. by Roger Serwy · 12 years ago
  81. 1eafd10 #17585: Fixed IDLE regression. Now closes when using exit() or quit(). by Roger Serwy · 12 years ago
  82. 1be94ce #14254: merge with 3.3. by Roger Serwy · 12 years ago
  83. 6b7a5ae #14254: IDLE now handles readline correctly across shell restarts. by Roger Serwy · 12 years ago
  84. a64a084 #17614: merge with 3.3. by Roger Serwy · 12 years ago
  85. 0d28a61 #17614: IDLE no longer raises exception when quickly closing a file. by Roger Serwy · 12 years ago
  86. d7c9d9c #17614: IDLE no longer raises exception when quickly closing a file. by Roger Serwy · 12 years ago
  87. af504ca #6698: merge with 3.3. by Roger Serwy · 12 years ago
  88. 34d0c66 #6698: IDLE now opens just an editor window when configured to do so. by Roger Serwy · 12 years ago
  89. c35151c #6698: IDLE now opens just an editor window when configured to do so. by Roger Serwy · 12 years ago
  90. d676a3a Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. by Terry Jan Reedy · 12 years ago
  91. 42a8320 Merge from 3.3: Issue #17390 by Terry Jan Reedy · 12 years ago
  92. 3262223 Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. by Terry Jan Reedy · 12 years ago
  93. 4c9bae3 Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 13 years ago
  94. b1b3c0d Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 13 years ago
  95. 39e70a4 Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 13 years ago
  96. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 13 years ago
  97. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 13 years ago
  98. d98ee97 Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 13 years ago
  99. e2af509 Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 13 years ago
  100. d183767 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 13 years ago