1. bbdc065 Issue #25507: move test-specific imports to test function (idlelib.IOBinding). by Terry Jan Reedy · 9 years ago
  2. 4c973e9 Display IDLE warning as a warning rather than as an error. by Terry Jan Reedy · 9 years ago
  3. d081229 Issue #24782: Limit width of canvas and hence IDLE settings dialog. by Terry Jan Reedy · 9 years ago
  4. 47304c0 Issue #24782: Don't try to run now-removed extension dialog test. by Terry Jan Reedy · 9 years ago
  5. b2f8760 Issue #24782: whitespace by Terry Jan Reedy · 9 years ago
  6. 93f3542 Issue #24782: Finish converting the Configure Extension dialog into a new by Terry Jan Reedy · 9 years ago
  7. d0cadba Issue #22726: Re-activate config dialog help button with some content about by Terry Jan Reedy · 9 years ago
  8. d17e978 Issue #24820: Update IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  9. be5b7a2 Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution. by Terry Jan Reedy · 9 years ago
  10. d470527 Issue #25224: README.txt is now an idlelib index for IDLE developers and by Terry Jan Reedy · 9 years ago
  11. a8aa4d5 Issue #24820: Users can now set breakpoint colors in Settings -> by Terry Jan Reedy · 9 years ago
  12. 37f8135 Issue #24028: Add subsection about Idle calltips. by Terry Jan Reedy · 9 years ago
  13. 9af7fe7 Add recent IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  14. d351706 Issue #24972: New option is only valid in tk 8.5+. by Terry Jan Reedy · 9 years ago
  15. 507a5c4 Issue #24972: Inactive selection background now matches active selection by Terry Jan Reedy · 9 years ago
  16. 2122b62 Backed out changeset: 70c01dd35100 by Terry Jan Reedy · 9 years ago
  17. 7082cbc Issue #24972: Inactive selection background now matches active selection by Terry Jan Reedy · 9 years ago
  18. 28670d1 Issue #25198: When using the Idle dov TOC menu, put the section title at the by Terry Jan Reedy · 9 years ago
  19. d2134c7 Issue #24570: Idle: make calltip and completion boxes appear on Macs by Terry Jan Reedy · 9 years ago
  20. 00e4ce3 Issue #24988: Idle ScrolledList context menus (used in debugger) by Terry Jan Reedy · 9 years ago
  21. 3be2e54 Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls. by Terry Jan Reedy · 9 years ago
  22. 52736dd Issue #25198: Idle doc viewer now uses user width and height setting. by Terry Jan Reedy · 9 years ago
  23. ce021db Issue #25225: add revised .html. by Terry Jan Reedy · 9 years ago
  24. 974a271 Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> text by Terry Jan Reedy · 9 years ago
  25. 0053c47 Issue 21995: Explain some differences between IDLE and console Python. by Terry Jan Reedy · 9 years ago
  26. 6e10ec5 Issue 25224: Augment Idle doc feature list and no-subprocess section by Terry Jan Reedy · 9 years ago
  27. 968e285 Issue #25219: Update doc for Idle command line options. by Terry Jan Reedy · 9 years ago
  28. 6f5cdfe Idlelib.help: add 'b' prefix needed for bytes + bytes. by Terry Jan Reedy · 9 years ago
  29. a0ae789 Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning by Terry Jan Reedy · 9 years ago
  30. f94471c whitespace by Terry Jan Reedy · 9 years ago
  31. 3c7eccd Issue #24570: Right-click for context menus now work on Mac Aqual also. by Terry Jan Reedy · 9 years ago
  32. 364d6e1 whitespace by Terry Jan Reedy · 9 years ago
  33. cba1a1a Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html. by Terry Jan Reedy · 9 years ago
  34. d9763c2 Issue #24861: add Idle news item and correct previous errors. by Terry Jan Reedy · 9 years ago
  35. c3f7731 Issue #24861: Add docstring to idlelib.__init__ with 'private' warning. by Terry Jan Reedy · 9 years ago
  36. 09fbb20 Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines by Terry Jan Reedy · 9 years ago
  37. 96f802a Issue #16893: finish deprecation. by Terry Jan Reedy · 9 years ago
  38. b50c637 Issue #25199: Idle: add synchronization comments for future maintainers. by Terry Jan Reedy · 9 years ago
  39. 963a38b Issue #16893: whitespace in idle.html. by Terry Jan Reedy · 9 years ago
  40. 5d46ab1 Issue #16893: Replace help.txt with idle.html for Idle doc display. by Terry Jan Reedy · 9 years ago
  41. c37c49f Issue #24199: Add stacklevel to deprecation warning call. by Terry Jan Reedy · 9 years ago
  42. 78d915a Issue 24199: Deprecate idlelib.idlever with a warning on import. by Terry Jan Reedy · 9 years ago
  43. b41eada Issue #24889: When starting Idle, force focus onto Idle window if not already by Terry Jan Reedy · 9 years ago
  44. 4fda56f Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily. by Terry Jan Reedy · 9 years ago
  45. ac5004f Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. by Terry Jan Reedy · 9 years ago
  46. 8e92967 Issue #24790: correct typo noticed by Eric Smith by Terry Jan Reedy · 9 years ago
  47. 2050a10 Issue #24790: Restore unused function. by Terry Jan Reedy · 9 years ago
  48. 41a27e0 Issue #24782: In Idle extension config dialog, replace tabs with sorted list. by Terry Jan Reedy · 9 years ago
  49. a78ebe6 Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts). by Terry Jan Reedy · 9 years ago
  50. 5080deb Entries for idlelib/NEWS.txt by Terry Jan Reedy · 9 years ago
  51. c6dd5b1 Issue #24833: Add attribute reference needed for 3.x. by Terry Jan Reedy · 9 years ago
  52. 5c28e9f Issue #23672: Allow Idle to edit and run files with astral chars in name. by Terry Jan Reedy · 9 years ago
  53. 2f7de53 Issue #24759: Revert 13a8782a775e. by Terry Jan Reedy · 9 years ago
  54. d87d168 Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default by Terry Jan Reedy · 9 years ago
  55. 231007f Issue #21192: Idle Editor. When a file is run, put its name in the restart bar. by Terry Jan Reedy · 9 years ago
  56. 062759f Issue 24759: Gracefull exit Idle if ttk import fails. by Terry Jan Reedy · 9 years ago
  57. 30f1f67 Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. by Terry Jan Reedy · 9 years ago
  58. 19c1a87 Issue #20792: Expand idle_test.test_pathbowser. Tweak file to not copy twice. by Terry Jan Reedy · 9 years ago
  59. f1ce6de Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference by Ned Deily · 9 years ago
  60. c4dc43e Update idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  61. ef94869 Issue #24245: Eliminated senseless expect clauses that have no any effect in by Serhiy Storchaka · 9 years ago
  62. 296c66e Issue #24199: Make idlever module self updating. Syop using it in aboutDialog. by Terry Jan Reedy · 9 years ago
  63. a0b8a50 Issue #24212: Put reference in idle.__main__ to issue with explanation. by Terry Jan Reedy · 9 years ago
  64. 031d064 Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart. by Terry Jan Reedy · 9 years ago
  65. 75fb816 Issue #23184: idle tests, remove unused names and imports. by Terry Jan Reedy · 9 years ago
  66. 038c16b Issue #23184: idlelib, remove more unused names and imports. by Terry Jan Reedy · 9 years ago
  67. 2733618 idlelib: remove unused names and imports (one is a duplicate import). by Terry Jan Reedy · 9 years ago
  68. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  69. 4c9c848 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 9 years ago
  70. 9fa84b2 Issue #23825: Fixed test_idle under -OO. by Serhiy Storchaka · 9 years ago
  71. 9f8a891 Escaped backslashes in docstrings. by Serhiy Storchaka · 9 years ago
  72. 6c86fe2 Issue #23583: Added tests for standard IO streams in IDLE. by Serhiy Storchaka · 9 years ago
  73. fc8eda5 Release bump for 3.4.3 final. by Larry Hastings · 9 years ago
  74. e552906 Version bump for 3.4.3rc1. by Larry Hastings · 10 years ago
  75. ccb416f Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 10 years ago
  76. 84d64a9 Issue #23184: delete unused idlelib file. by Terry Jan Reedy · 10 years ago
  77. df93869 Issue #20577: move configuration of FormatParagraph extension to new extension by Terry Jan Reedy · 10 years ago
  78. 049882e Issue 22823: Use set literal in idlelib. by Terry Jan Reedy · 10 years ago
  79. 81f01fb Update idlelib/NEWS.txt. by Terry Jan Reedy · 10 years ago
  80. a9421fb Issue #3068: Add Idle extension configuration dialog to Options menu. by Terry Jan Reedy · 10 years ago
  81. f23530f Issue #22186: Fix typos in Lib/. by Berker Peksag · 10 years ago
  82. cd56736 Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of by Terry Jan Reedy · 10 years ago
  83. 9a6f8e1 Issue #22628: Increase Treewidge line spacing so lines do not overlap. by Terry Jan Reedy · 10 years ago
  84. 380ec63 Issue #16233: When the module browser is not invoked in an editor window with by Terry Jan Reedy · 10 years ago
  85. 00bdce3 Issue #3068: Change 0/1 to False/True so that extension configure dialog can by Terry Jan Reedy · 10 years ago
  86. ee3e561 Issue #22632: replace dead link with version-specific doc link. by Terry Jan Reedy · 10 years ago
  87. efc7258 Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka. by Terry Jan Reedy · 10 years ago
  88. 6b04dc9 Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 10 years ago
  89. ad0c57f Issue #21986: Idle now matches interpreter in not pickling user code objects. by Terry Jan Reedy · 10 years ago
  90. 4fe69ba Issue #20167: revise condition to accomodate message change. by Terry Jan Reedy · 10 years ago
  91. 8675799 De-'colour'ize stdlib except for idlelib.configDialog. by Terry Jan Reedy · 10 years ago
  92. 92cb0a3 Issue 3068: Move idlelib.configDialog action button creation into a separate by Terry Jan Reedy · 10 years ago
  93. 2ce95d7 Merge from 3.4.2 release head back into 3.4 mainline. by Larry Hastings · 10 years ago
  94. deb7bf1 idlelib.configHandler: revise docstrings, add spaces, use False/True, add some by Terry Jan Reedy · 10 years ago
  95. dbb1261 Release bump for 3.4.2 final. by Larry Hastings · 10 years ago
  96. 9e883ca Update Idle news for 3.4.2 (and 3.4.1). by Terry Jan Reedy · 10 years ago
  97. 03776e3 Bump version number for 3.4.2rc1 release. by Larry Hastings · 10 years ago
  98. b6e1778 Update Idle's online doc url. by Terry Jan Reedy · 10 years ago
  99. 81b062f Issue #22420: Avoid 'write to None' crashes by using print instead. by Terry Jan Reedy · 10 years ago
  100. 37ed873 Idle ColorDelegator: finish removing code for 'as'. by Terry Jan Reedy · 10 years ago