1. f948943 Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'. by Terry Jan Reedy · 12 years ago
  2. 14ef0c8 Issue #17532: Prevent exception when changing key sets if Options menu is empty. by Ned Deily · 12 years ago
  3. 2b14986 Issue #18316: Update idlelib 2.7 except clauses to ease backports. by Terry Jan Reedy · 12 years ago
  4. 674f4fa Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 12 years ago
  5. 02c0ed0 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 12 years ago
  6. 231a8fd #1207589: Backwards-compatibility patch for right-click menu in IDLE. by Roger Serwy · 12 years ago
  7. 75b249c #16887: IDLE now accepts Cancel in tabify/untabify dialog box. by Roger Serwy · 12 years ago
  8. 61006a2 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  9. d8590ff Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  10. 5018db7 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 13 years ago
  11. 7148984 Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. by Ned Deily · 13 years ago
  12. adb87e2 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 13 years ago
  13. 8ef4a70 #13039 allow proper deletion of '>>> ' in IDLE editor windows. by Terry Jan Reedy · 13 years ago
  14. 40ad041 Issue #4625: If IDLE cannot write to its recent file or breakpoint by Ned Deily · 13 years ago
  15. 179816d Issue 11718: Teach IDLE's open module dialog to find packages. by Raymond Hettinger · 14 years ago
  16. 7548bce <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue 3851. by Kurt B. Kaiser · 14 years ago
  17. 020d3d9 <Home> toggle non-functional when NumLock set. Issue3851 by Kurt B. Kaiser · 14 years ago
  18. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  19. 6065153 Merged revisions 88232 via svnmerge from by Ned Deily · 14 years ago
  20. 4a70550 Merged revisions 87394 via svnmerge from by Ned Deily · 14 years ago
  21. 247327a Issue 6285: catch missing IDLE help file. Backport from 3.2. by Terry Reedy · 14 years ago
  22. 3f752ab Merged revisions 87374 via svnmerge from by R. David Murray · 14 years ago
  23. dfd3618 #7092: silence some py3k warnings by Florent Xicluna · 15 years ago
  24. d630c04 #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. by Florent Xicluna · 15 years ago
  25. 6e3dbbd replace has_key with 'in' operator by Benjamin Peterson · 16 years ago
  26. 86b882f Issue #3344: Replace itertools.count by enumerate. by Guilherme Polo · 16 years ago
  27. fb23463 special case release candidates by Benjamin Peterson · 16 years ago
  28. f13447f Produce correct version string to access the .chm by Kurt B. Kaiser · 16 years ago
  29. 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
  30. a97063a Fixes issues 3883 and 5194 by Ronald Oussoren · 16 years ago
  31. 7b4c2be Use Georg's new permalinks to documentation by version number. by Raymond Hettinger · 16 years ago
  32. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 17 years ago
  33. ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 17 years ago
  34. 93cdae5 Home / Control-A toggles between left margin and end of leading white by Kurt B. Kaiser · 17 years ago
  35. f05fa33 Configured selection highlighting colors were ignored; updating highlighting by Kurt B. Kaiser · 17 years ago
  36. 631fee6 show paste if > 80 columns. Patch 1659326 Tal Einat. by Kurt B. Kaiser · 18 years ago
  37. d5f4910 textView cleanup. Patch 1718043 Tal Einat. by Kurt B. Kaiser · 18 years ago
  38. 0b634ef Clean up EditorWindow close. by Kurt B. Kaiser · 18 years ago
  39. a398e2d - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092). by Matthias Klose · 18 years ago
  40. 4ebbefe Patch #1362975: Rework CodeContext indentation algorithm to by Martin v. Löwis · 18 years ago
  41. 53f2b5f ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1). by Kurt B. Kaiser · 19 years ago
  42. 3075e16 Fix bug #1517990: IDLE keybindings on OSX by Ronald Oussoren · 19 years ago
  43. a2946a4 - EditorWindow.test() was failing. Bug 1417598 by Kurt B. Kaiser · 19 years ago
  44. b3c4d16 EditorWindow failed when used stand-alone if sys.ps1 not set. by Kurt B. Kaiser · 19 years ago
  45. 17db495 Without this patch CMD-W won't close EditorWindows on MacOS X. This solves by Ronald Oussoren · 19 years ago
  46. 19302d9 This patch improves the L&F of IDLE on OSX. The changes are conditionalized on by Ronald Oussoren · 19 years ago
  47. b2afe85 Make use of new str.startswith/endswith semantics. by Georg Brandl · 19 years ago
  48. 307021f Patch #1162825: Support non-ASCII characters in IDLE window titles. by Martin v. Löwis · 19 years ago
  49. 5a67f9b Following 'syntax' patch, accelerator keys in menus weren't being by Kurt B. Kaiser · 19 years ago
  50. b175445 Merge IDLE-syntax-branch r39668:41449 into trunk by Kurt B. Kaiser · 19 years ago
  51. b61602c Better indentation after first line of string continuation. by Kurt B. Kaiser · 19 years ago
  52. ca7329c 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with by Kurt B. Kaiser · 20 years ago
  53. df506ea 1. Patch 1196895 Jeff Shute: by Kurt B. Kaiser · 20 years ago
  54. acdef85 Removed ability to configure tabs indent from Options dialog. This 'feature' by Kurt B. Kaiser · 20 years ago
  55. 3069dbb Add keybindings for del-word-left and del-word-right. by Kurt B. Kaiser · 20 years ago
  56. 6af4498 1. Polish tabbing code. by Kurt B. Kaiser · 20 years ago
  57. b00e89f If an extension can't be loaded, print warning and skip it instead of by Kurt B. Kaiser · 20 years ago
  58. dcba662 The remote procedure call module rpc.py can now access data attributes of by Kurt B. Kaiser · 20 years ago
  59. 183403a 1. If user passes a non-existant filename on the commandline, just open by Kurt B. Kaiser · 21 years ago
  60. 090e636 EditorWindow.py was not finding the .chm help file on Windows. Typo by Kurt B. Kaiser · 21 years ago
  61. 8aa2392 Checking sys.platform for substring 'win' was breaking IDLE docs on Mac by Kurt B. Kaiser · 21 years ago
  62. 4d5bc60 Noam Raphel: Further developemt of CodeContext feature. by Kurt B. Kaiser · 21 years ago
  63. 610c7e0 1. Polish variables in EditorWindow extension loading and Tkinter variable code. by Kurt B. Kaiser · 21 years ago
  64. cf6f1b6 M EditorWindow.py M IOBinding.py M NEWS.txt M configDialog.py by Kurt B. Kaiser · 21 years ago
  65. 73360a3 Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe by Kurt B. Kaiser · 21 years ago
  66. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  67. 84ef153 Let IDLE use the HTMLHelp docs on Windows, if found. by Thomas Heller · 22 years ago
  68. 931237e SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) by Raymond Hettinger · 22 years ago
  69. d78b230 1. Remove the Readme entry on the Help Menu, now in About dialog. by Kurt B. Kaiser · 22 years ago
  70. ef58adf 1. Find in Files Dialog shows text selection if there is one by Kurt B. Kaiser · 22 years ago
  71. 260cb90 1. Update WindowList registry when filename changes so that by Kurt B. Kaiser · 22 years ago
  72. 852f35b Change to <<open-module>>: always pop up the dialog, using the current by Guido van Rossum · 22 years ago
  73. d2f4861 SF 748973 Guido van Rossum patch by Kurt B. Kaiser · 22 years ago
  74. 5ec186b Patch 611069 (Christos Georgiou) IDLE TODO:left/right when selected text by Kurt B. Kaiser · 22 years ago
  75. 8e92bf7 M Bindings.py by Kurt B. Kaiser · 22 years ago
  76. 69e8afc SF bug #652933 (for IdleFork): Open Module "math" Fails (Hettinger) by Kurt B. Kaiser · 22 years ago
  77. 114713d 1. Make finding Python help docs more robust, including the installed by Kurt B. Kaiser · 22 years ago
  78. 1061e72 M AutoExpand.py by Kurt B. Kaiser · 22 years ago
  79. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  80. 5e65ce6 Remove some old debugging print statements. by Kurt B. Kaiser · 22 years ago
  81. 4ada7ad M EditorWindow.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  82. 4ba6067 Remove debugging statement checked in by accident, ah, carelessness. by Kurt B. Kaiser · 22 years ago
  83. 83a3560 "'foo' in str" not implemented in Python 2.2, only single character lookup by Kurt B. Kaiser · 22 years ago
  84. 1bdca5e In Shell: by Kurt B. Kaiser · 22 years ago
  85. 822a77f M EditorWindow.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  86. 45186c4 Implement Restoring Breakpoints in Subprocess Debugger by Kurt B. Kaiser · 23 years ago
  87. c9a5b5c Apply Josh Robb's Patch: [ 617097 ] EditorWindow.py: underline recent files by Kurt B. Kaiser · 23 years ago
  88. a1dee06 Apply Josh Robb's Patch by Kurt B. Kaiser · 23 years ago
  89. 84f4803 Fix Bug 612886 copy/paste menu items fail by Kurt B. Kaiser · 23 years ago
  90. 220ecbc Merge Py Idle changes: by Kurt B. Kaiser · 23 years ago
  91. 1b3c269 Merge Py Idle's changes to AutoIndent.py into EditorWindow.py since by Kurt B. Kaiser · 23 years ago
  92. 12b9f34 MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 23 years ago
  93. cb7a383 MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 23 years ago
  94. dc1e709 1. Prevent Undo before IOmark in PyShell.PyShell by Kurt B. Kaiser · 23 years ago
  95. 889f8bf Modifying EditorWindow causes breakpoints in that module to be removed by Kurt B. Kaiser · 23 years ago
  96. 83118c6 Clear associated breakpoints when closing an edit window. by Kurt B. Kaiser · 23 years ago
  97. 969de45 Rework the code to have only the GvR RPC. Output from execution of user by Kurt B. Kaiser · 23 years ago
  98. 931625d tracking python idle changes: Patch #540583: Open MS Help Docs if available. by Steven M. Gava · 23 years ago
  99. 1d46e40 further work on new config system; recent files menu by Steven M. Gava · 23 years ago
  100. 0c5bc8c further work on new config system; user defined help items by Steven M. Gava · 23 years ago