1. 3d09622 Issue #24750: Improve appearance of IDLE editor window status bar. by Terry Jan Reedy · 9 years ago
  2. 35aa5d0 Issue #25313: Change the handling of new built-in text color themes to better by Terry Jan Reedy · 10 years ago
  3. 8048776 Display IDLE warning as a warning rather than as an error. by Terry Jan Reedy · 10 years ago
  4. 1c49ec0 Issue #24782: Finish converting the Configure Extension dialog into a new by Terry Jan Reedy · 10 years ago
  5. a667380 Issue #24972: New option is only valid in tk 8.5+. by Terry Jan Reedy · 10 years ago
  6. 62520b2 Issue #24972: Inactive selection background now matches active selection by Terry Jan Reedy · 10 years ago
  7. fea7fc1 Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning by Terry Jan Reedy · 10 years ago
  8. ca33d56 Issue #24570: Right-click for context menus now work on Mac Aqual also. by Terry Jan Reedy · 10 years ago
  9. 8b7122c Issue #16893: finish deprecation. by Terry Jan Reedy · 10 years ago
  10. 36443f1 Issue #25199: Idle: add synchronization comments for future maintainers. by Terry Jan Reedy · 10 years ago
  11. 70e763c Issue #16893: Replace help.txt with idle.html for Idle doc display. by Terry Jan Reedy · 10 years ago
  12. 1235214 Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default by Terry Jan Reedy · 10 years ago
  13. fa002d4 Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. by Terry Jan Reedy · 10 years ago
  14. 2848925 Issue #23184: idlelib, remove more unused names and imports. by Terry Jan Reedy · 10 years ago
  15. b5daa3d Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 10 years ago
  16. 7a16207 Issue #3068: Add Idle extension configuration dialog to Options menu. by Terry Jan Reedy · 11 years ago
  17. cf83476 Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of by Terry Jan Reedy · 11 years ago
  18. 0234fd1 Issue #16233: When the module browser is not invoked in an editor window with by Terry Jan Reedy · 11 years ago
  19. 1375538 De-'colour'ize stdlib except for idlelib.configDialog. by Terry Jan Reedy · 11 years ago
  20. b17c1e0 Update Idle's online doc url. by Terry Jan Reedy · 11 years ago
  21. c11633e Issue #17390: Adjust Editor window title. Remove 'Python', move version to end. by Terry Jan Reedy · 11 years ago
  22. 985ef28 Issue #21477: Idle htest: modify run; add more tests. by Terry Jan Reedy · 11 years ago
  23. 4345846 Issue #21477: idle htests - lower case function names, other cleanups. by Terry Jan Reedy · 11 years ago
  24. 00b0bd5 Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin by Terry Jan Reedy · 11 years ago
  25. 57847df Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 11 years ago
  26. 5924365 Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 11 years ago
  27. f948943 Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'. by Terry Jan Reedy · 12 years ago
  28. 14ef0c8 Issue #17532: Prevent exception when changing key sets if Options menu is empty. by Ned Deily · 12 years ago
  29. 2b14986 Issue #18316: Update idlelib 2.7 except clauses to ease backports. by Terry Jan Reedy · 12 years ago
  30. 674f4fa Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 12 years ago
  31. 02c0ed0 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 12 years ago
  32. 231a8fd #1207589: Backwards-compatibility patch for right-click menu in IDLE. by Roger Serwy · 12 years ago
  33. 75b249c #16887: IDLE now accepts Cancel in tabify/untabify dialog box. by Roger Serwy · 12 years ago
  34. 61006a2 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  35. d8590ff Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  36. 5018db7 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 13 years ago
  37. 7148984 Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. by Ned Deily · 13 years ago
  38. adb87e2 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 13 years ago
  39. 8ef4a70 #13039 allow proper deletion of '>>> ' in IDLE editor windows. by Terry Jan Reedy · 13 years ago
  40. 40ad041 Issue #4625: If IDLE cannot write to its recent file or breakpoint by Ned Deily · 13 years ago
  41. 179816d Issue 11718: Teach IDLE's open module dialog to find packages. by Raymond Hettinger · 14 years ago
  42. 7548bce <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue 3851. by Kurt B. Kaiser · 14 years ago
  43. 020d3d9 <Home> toggle non-functional when NumLock set. Issue3851 by Kurt B. Kaiser · 14 years ago
  44. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  45. 6065153 Merged revisions 88232 via svnmerge from by Ned Deily · 14 years ago
  46. 4a70550 Merged revisions 87394 via svnmerge from by Ned Deily · 14 years ago
  47. 247327a Issue 6285: catch missing IDLE help file. Backport from 3.2. by Terry Reedy · 14 years ago
  48. 3f752ab Merged revisions 87374 via svnmerge from by R. David Murray · 14 years ago
  49. dfd3618 #7092: silence some py3k warnings by Florent Xicluna · 15 years ago
  50. d630c04 #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. by Florent Xicluna · 15 years ago
  51. 6e3dbbd replace has_key with 'in' operator by Benjamin Peterson · 16 years ago
  52. 86b882f Issue #3344: Replace itertools.count by enumerate. by Guilherme Polo · 16 years ago
  53. fb23463 special case release candidates by Benjamin Peterson · 16 years ago
  54. f13447f Produce correct version string to access the .chm by Kurt B. Kaiser · 16 years ago
  55. ce46511 Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle mixed space/tab properly. Issue 5120, patch by Guilherme Polo. by Kurt B. Kaiser · 16 years ago
  56. a97063a Fixes issues 3883 and 5194 by Ronald Oussoren · 16 years ago
  57. 7b4c2be Use Georg's new permalinks to documentation by version number. by Raymond Hettinger · 16 years ago
  58. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 17 years ago
  59. ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 17 years ago
  60. 93cdae5 Home / Control-A toggles between left margin and end of leading white by Kurt B. Kaiser · 17 years ago
  61. f05fa33 Configured selection highlighting colors were ignored; updating highlighting by Kurt B. Kaiser · 17 years ago
  62. 631fee6 show paste if > 80 columns. Patch 1659326 Tal Einat. by Kurt B. Kaiser · 18 years ago
  63. d5f4910 textView cleanup. Patch 1718043 Tal Einat. by Kurt B. Kaiser · 18 years ago
  64. 0b634ef Clean up EditorWindow close. by Kurt B. Kaiser · 18 years ago
  65. a398e2d - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092). by Matthias Klose · 18 years ago
  66. 4ebbefe Patch #1362975: Rework CodeContext indentation algorithm to by Martin v. Löwis · 18 years ago
  67. 53f2b5f ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1). by Kurt B. Kaiser · 19 years ago
  68. 3075e16 Fix bug #1517990: IDLE keybindings on OSX by Ronald Oussoren · 19 years ago
  69. a2946a4 - EditorWindow.test() was failing. Bug 1417598 by Kurt B. Kaiser · 19 years ago
  70. b3c4d16 EditorWindow failed when used stand-alone if sys.ps1 not set. by Kurt B. Kaiser · 19 years ago
  71. 17db495 Without this patch CMD-W won't close EditorWindows on MacOS X. This solves by Ronald Oussoren · 19 years ago
  72. 19302d9 This patch improves the L&F of IDLE on OSX. The changes are conditionalized on by Ronald Oussoren · 19 years ago
  73. b2afe85 Make use of new str.startswith/endswith semantics. by Georg Brandl · 19 years ago
  74. 307021f Patch #1162825: Support non-ASCII characters in IDLE window titles. by Martin v. Löwis · 19 years ago
  75. 5a67f9b Following 'syntax' patch, accelerator keys in menus weren't being by Kurt B. Kaiser · 19 years ago
  76. b175445 Merge IDLE-syntax-branch r39668:41449 into trunk by Kurt B. Kaiser · 19 years ago
  77. b61602c Better indentation after first line of string continuation. by Kurt B. Kaiser · 20 years ago
  78. ca7329c 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with by Kurt B. Kaiser · 20 years ago
  79. df506ea 1. Patch 1196895 Jeff Shute: by Kurt B. Kaiser · 20 years ago
  80. acdef85 Removed ability to configure tabs indent from Options dialog. This 'feature' by Kurt B. Kaiser · 20 years ago
  81. 3069dbb Add keybindings for del-word-left and del-word-right. by Kurt B. Kaiser · 20 years ago
  82. 6af4498 1. Polish tabbing code. by Kurt B. Kaiser · 20 years ago
  83. b00e89f If an extension can't be loaded, print warning and skip it instead of by Kurt B. Kaiser · 20 years ago
  84. dcba662 The remote procedure call module rpc.py can now access data attributes of by Kurt B. Kaiser · 20 years ago
  85. 183403a 1. If user passes a non-existant filename on the commandline, just open by Kurt B. Kaiser · 21 years ago
  86. 090e636 EditorWindow.py was not finding the .chm help file on Windows. Typo by Kurt B. Kaiser · 21 years ago
  87. 8aa2392 Checking sys.platform for substring 'win' was breaking IDLE docs on Mac by Kurt B. Kaiser · 21 years ago
  88. 4d5bc60 Noam Raphel: Further developemt of CodeContext feature. by Kurt B. Kaiser · 21 years ago
  89. 610c7e0 1. Polish variables in EditorWindow extension loading and Tkinter variable code. by Kurt B. Kaiser · 21 years ago
  90. cf6f1b6 M EditorWindow.py M IOBinding.py M NEWS.txt M configDialog.py by Kurt B. Kaiser · 21 years ago
  91. 73360a3 Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe by Kurt B. Kaiser · 21 years ago
  92. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  93. 84ef153 Let IDLE use the HTMLHelp docs on Windows, if found. by Thomas Heller · 22 years ago
  94. 931237e SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) by Raymond Hettinger · 22 years ago
  95. d78b230 1. Remove the Readme entry on the Help Menu, now in About dialog. by Kurt B. Kaiser · 22 years ago
  96. ef58adf 1. Find in Files Dialog shows text selection if there is one by Kurt B. Kaiser · 22 years ago
  97. 260cb90 1. Update WindowList registry when filename changes so that by Kurt B. Kaiser · 22 years ago
  98. 852f35b Change to <<open-module>>: always pop up the dialog, using the current by Guido van Rossum · 22 years ago
  99. d2f4861 SF 748973 Guido van Rossum patch by Kurt B. Kaiser · 22 years ago
  100. 5ec186b Patch 611069 (Christos Georgiou) IDLE TODO:left/right when selected text by Kurt B. Kaiser · 22 years ago