1. 4687cf7 #1207589: merge with 3.3. by Roger Serwy · 11 years ago
  2. 6b2918a #1207589: Backwards-compatibility patch for right-click menu in IDLE. by Roger Serwy · 11 years ago
  3. cdbb06c #16887: merge with 3.3. by Roger Serwy · 11 years ago
  4. 0ef392c #16887: IDLE now accepts Cancel in tabify/untabify dialog box. by Roger Serwy · 11 years ago
  5. ffa1795 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  6. 64df4a1 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  7. 07e0e06 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  8. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  9. 6a7a49c Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  10. 7174f08 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  11. 8a495a4 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  12. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  13. e2af509 Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  14. d183767 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  15. 01d63a6 Issue #10997: merge from 3.2 by Ned Deily · 12 years ago
  16. 3aee941 Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. by Ned Deily · 12 years ago
  17. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  18. 7f9d181 Include micro version even if it is 0. by Martin v. Löwis · 12 years ago
  19. aef82d3 IDLE was relying on implicit relative imports which have gone away in by Brett Cannon · 12 years ago
  20. e91e763 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 12 years ago
  21. 7f53aea #13039 allow proper deletion of '>>> ' in IDLE editor windows. by Terry Jan Reedy · 13 years ago
  22. f505b74 Issue #4625: If IDLE cannot write to its recent file or breakpoint by Ned Deily · 13 years ago
  23. 2df393c Fix nit. by Raymond Hettinger · 13 years ago
  24. f6445e8 Issue 11718: Teach IDLE's open module dialog to find packages. by Raymond Hettinger · 13 years ago
  25. e7665c4 Merge from 3.1 by Kurt B. Kaiser · 13 years ago
  26. 946f172 <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue #4676 by Kurt B. Kaiser · 13 years ago
  27. 01ac8cd Merge from 3.1 by Kurt B. Kaiser · 13 years ago
  28. 75fc566 <Home> toggle non-functional when NumLock set on Windows. Issue3851. by Kurt B. Kaiser · 13 years ago
  29. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  30. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  31. 7006393 Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the by Ned Deily · 14 years ago
  32. ab5dd00 Merged revisions 88174 via svnmerge from by Ned Deily · 14 years ago
  33. 122539e #10974: IDLE no longer crashes if its recent files list includes files by Ned Deily · 14 years ago
  34. 574a3cf Issue 6285: catch missing IDLE help file. by Terry Reedy · 14 years ago
  35. 6739cc0 Issue 6285: catch missing IDLE help file. by Terry Reedy · 14 years ago
  36. aedd289 #6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevin Walzer and Ned Deily. by Georg Brandl · 14 years ago
  37. 28b77ec Merged revisions 87374 via svnmerge from by R. David Murray · 14 years ago
  38. b68a7bc #10404: Use ctl-button-1 for context menus on OSX Idle. by R. David Murray · 14 years ago
  39. 1fff008 Merged revisions 74446-74449 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  40. b48f634 Merged revisions 73415,73417-73418 via svnmerge from by Benjamin Peterson · 15 years ago
  41. c34ed8e Merged revisions 71812 via svnmerge from by Kurt B. Kaiser · 15 years ago
  42. 113f0e8 Merged revisions 70723 via svnmerge from by Kurt B. Kaiser · 15 years ago
  43. 827822e Fix for issue5194, based on a patch by Ned Deily. by Ronald Oussoren · 15 years ago
  44. 152b657 Merged revisions 68797,68801 via svnmerge from by Benjamin Peterson · 16 years ago
  45. 7d4f39a xrange -> range. by Georg Brandl · 16 years ago
  46. 5424b0a Fixed old Tkinter import, the last apparently by Guilherme Polo · 16 years ago
  47. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 16 years ago
  48. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  49. 428de65 - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been by Trent Nelson · 16 years ago
  50. a156e09 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 16 years ago
  51. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  52. 105f60e 1. Fail gracefully if the file fails to decode when loaded. by Kurt B. Kaiser · 17 years ago
  53. d953f6e Point IDLE menu Help / Python Docs at Python 3000 version by Kurt B. Kaiser · 17 years ago
  54. e071277 Conform to py3k dict.{keys, items, values} with some advice from 2b3 by Kurt B. Kaiser · 17 years ago
  55. ad66742 Fix raise with 2to3 by Kurt B. Kaiser · 17 years ago
  56. 2d7f6a0 Switch to absolute imports to support direct execution of modules. Many by Kurt B. Kaiser · 17 years ago
  57. 66aaf74 Fix remaining map() issues. by Kurt B. Kaiser · 17 years ago
  58. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  59. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
  60. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  61. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  62. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  63. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  64. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  65. 0b70cca Remove usage of backticks. by Brett Cannon · 18 years ago
  66. 811c4e0 Remove has_key() references from idlelib. IDLE still doesn't run due by Guido van Rossum · 18 years ago
  67. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  68. 307021f Patch #1162825: Support non-ASCII characters in IDLE window titles. by Martin v. Löwis · 19 years ago
  69. 5a67f9b Following 'syntax' patch, accelerator keys in menus weren't being by Kurt B. Kaiser · 19 years ago
  70. b175445 Merge IDLE-syntax-branch r39668:41449 into trunk by Kurt B. Kaiser · 19 years ago
  71. b61602c Better indentation after first line of string continuation. by Kurt B. Kaiser · 19 years ago
  72. ca7329c 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with by Kurt B. Kaiser · 19 years ago
  73. df506ea 1. Patch 1196895 Jeff Shute: by Kurt B. Kaiser · 19 years ago
  74. acdef85 Removed ability to configure tabs indent from Options dialog. This 'feature' by Kurt B. Kaiser · 20 years ago
  75. 3069dbb Add keybindings for del-word-left and del-word-right. by Kurt B. Kaiser · 20 years ago
  76. 6af4498 1. Polish tabbing code. by Kurt B. Kaiser · 20 years ago
  77. b00e89f If an extension can't be loaded, print warning and skip it instead of by Kurt B. Kaiser · 20 years ago
  78. dcba662 The remote procedure call module rpc.py can now access data attributes of by Kurt B. Kaiser · 20 years ago
  79. 183403a 1. If user passes a non-existant filename on the commandline, just open by Kurt B. Kaiser · 20 years ago
  80. 090e636 EditorWindow.py was not finding the .chm help file on Windows. Typo by Kurt B. Kaiser · 20 years ago
  81. 8aa2392 Checking sys.platform for substring 'win' was breaking IDLE docs on Mac by Kurt B. Kaiser · 20 years ago
  82. 4d5bc60 Noam Raphel: Further developemt of CodeContext feature. by Kurt B. Kaiser · 20 years ago
  83. 610c7e0 1. Polish variables in EditorWindow extension loading and Tkinter variable code. by Kurt B. Kaiser · 20 years ago
  84. cf6f1b6 M EditorWindow.py M IOBinding.py M NEWS.txt M configDialog.py by Kurt B. Kaiser · 20 years ago
  85. 73360a3 Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe by Kurt B. Kaiser · 20 years ago
  86. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  87. 84ef153 Let IDLE use the HTMLHelp docs on Windows, if found. by Thomas Heller · 21 years ago
  88. 931237e SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) by Raymond Hettinger · 21 years ago
  89. d78b230 1. Remove the Readme entry on the Help Menu, now in About dialog. by Kurt B. Kaiser · 21 years ago
  90. ef58adf 1. Find in Files Dialog shows text selection if there is one by Kurt B. Kaiser · 21 years ago
  91. 260cb90 1. Update WindowList registry when filename changes so that by Kurt B. Kaiser · 21 years ago
  92. 852f35b Change to <<open-module>>: always pop up the dialog, using the current by Guido van Rossum · 21 years ago
  93. d2f4861 SF 748973 Guido van Rossum patch by Kurt B. Kaiser · 21 years ago
  94. 5ec186b Patch 611069 (Christos Georgiou) IDLE TODO:left/right when selected text by Kurt B. Kaiser · 22 years ago
  95. 8e92bf7 M Bindings.py by Kurt B. Kaiser · 22 years ago
  96. 69e8afc SF bug #652933 (for IdleFork): Open Module "math" Fails (Hettinger) by Kurt B. Kaiser · 22 years ago
  97. 114713d 1. Make finding Python help docs more robust, including the installed by Kurt B. Kaiser · 22 years ago
  98. 1061e72 M AutoExpand.py by Kurt B. Kaiser · 22 years ago
  99. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  100. 5e65ce6 Remove some old debugging print statements. by Kurt B. Kaiser · 22 years ago