1. 60d9f8d Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented; by Kurt B. Kaiser · 16 years ago
  2. 1df323a 1. Avoid hang when encountering a duplicate in a completion list. Bug 1571112. by Kurt B. Kaiser · 16 years ago
  3. 6493ade Some syntax errors were being caught by tokenize during the tabnanny by Kurt B. Kaiser · 16 years ago
  4. b80a194 Bring NEWS.txt up to date. by Kurt B. Kaiser · 16 years ago
  5. 47f29a6 Patch 1693258: Fix for duplicate "preferences" menu-OS X by Ronald Oussoren · 17 years ago
  6. 43f1f68 Fixes IDLE crash on OSX: some versions of Tcl/Tk on OSX don't have a by Ronald Oussoren · 17 years ago
  7. ef57abd 2.5.1 final by Anthony Baxter · 17 years ago
  8. 9515c96 preparing for 2.5.1c1 by Anthony Baxter · 17 years ago
  9. 8da6f1b Patch #1672481: fix bug in idlelib.MultiCall. (backport from rev. 54156) by Georg Brandl · 17 years ago
  10. 9e031c7 - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092). by Matthias Klose · 18 years ago
  11. f0db92a Bug #813342: Start the IDLE subprocess with -Qnew if the parent by Georg Brandl · 18 years ago
  12. 2d8697f Preparing for 2.5 final. by Anthony Baxter · 18 years ago
  13. 2d4183c preparing for 2.5c2 by Anthony Baxter · 18 years ago
  14. 7ae3548 File menu hotkeys: there were three 'p' assignments. Reassign the by Kurt B. Kaiser · 18 years ago
  15. f137e1d Get quit() and exit() to work cleanly when not using subprocess. by Kurt B. Kaiser · 18 years ago
  16. d112bc7 Patch #1540892: site.py Quitter() class attempts to close sys.stdin by Kurt B. Kaiser · 18 years ago
  17. b409666 preparing for 2.5c1 by Anthony Baxter · 18 years ago
  18. 2a7ff29 The 'with' statement is now a Code Context block opener by Kurt B. Kaiser · 18 years ago
  19. cd3d8be Retrieval of previous shell command was not always preserving indentation by Kurt B. Kaiser · 18 years ago
  20. 1fe9ca0 Changing tokenize (39046) to detect dedent broke tabnanny check (since 1.2a1) by Kurt B. Kaiser · 18 years ago
  21. 53f2b5f ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1). by Kurt B. Kaiser · 18 years ago
  22. faeeab7 Typo fix by Andrew M. Kuchling · 18 years ago
  23. be332e4 As a slight enhancement to the previous checkin, improve the by Kurt B. Kaiser · 18 years ago
  24. 312e5af 1. When used w/o subprocess, all exceptions were preceeded by an error by Kurt B. Kaiser · 18 years ago
  25. 5d32a9f pre-release machinations by Anthony Baxter · 18 years ago
  26. 3075e16 Fix bug #1517990: IDLE keybindings on OSX by Ronald Oussoren · 18 years ago
  27. 0b48303 Bug #1525817: Don't truncate short lines in IDLE's tool tips. by Martin v. Löwis · 18 years ago
  28. 0bbfd83 Whitespace normalization. by Tim Peters · 18 years ago
  29. a2946a4 - EditorWindow.test() was failing. Bug 1417598 by Kurt B. Kaiser · 18 years ago
  30. b3c4d16 EditorWindow failed when used stand-alone if sys.ps1 not set. by Kurt B. Kaiser · 18 years ago
  31. 8133f9d Fix for bug #1517996: Class and Path browsers show Tk menu by Ronald Oussoren · 18 years ago
  32. 17db495 Without this patch CMD-W won't close EditorWindows on MacOS X. This solves by Ronald Oussoren · 18 years ago
  33. c6bacd5 Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren Guthrie by Kurt B. Kaiser · 18 years ago
  34. 43476e0 Avoid occasional failure to detect closing paren properly. by Kurt B. Kaiser · 18 years ago
  35. 4b7e35b Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168. by Kurt B. Kaiser · 18 years ago
  36. a2f60a4 Patch 1479219 - Tal Einat by Kurt B. Kaiser · 18 years ago
  37. 7b71bf3 Remove usage of sets module (patch #1500609). by Georg Brandl · 18 years ago
  38. 70e8e87 preparing for 2.5b2 by Anthony Baxter · 18 years ago
  39. 53f1a94 Workaround for bug #1512124 by Ronald Oussoren · 18 years ago
  40. d113680 Preparing for 2.5b1. by Anthony Baxter · 18 years ago
  41. 231c3c8 Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  42. 4f96f1f Whitespace normalization. by Tim Peters · 18 years ago
  43. 19302d9 This patch improves the L&F of IDLE on OSX. The changes are conditionalized on by Ronald Oussoren · 18 years ago
  44. b2afe85 Make use of new str.startswith/endswith semantics. by Georg Brandl · 18 years ago
  45. 19bebf2 Without this patch OSX users couldn't add new help sources because the code by Ronald Oussoren · 18 years ago
  46. c7d0032 2.5a2 by Anthony Baxter · 18 years ago
  47. ebed3f6 preparation for 2.5a1 by Anthony Baxter · 18 years ago
  48. 70f05c5 Source file f.flush() after writing; trying to avoid lossage if user by Kurt B. Kaiser · 18 years ago
  49. 307021f Patch #1162825: Support non-ASCII characters in IDLE window titles. by Martin v. Löwis · 19 years ago
  50. 9df23ea Fix main() call by Kurt B. Kaiser · 19 years ago
  51. 5c6e0a1 1. Made advanced keybinding dialog functional. 2. Allow binding of movement keys by Kurt B. Kaiser · 19 years ago
  52. 3b148ca Fix typo and update comment obsoleted by 'syntax' patch by Kurt B. Kaiser · 19 years ago
  53. 2bf2af6 Default two second delay on attribute pop-up, less noisy interface. by Kurt B. Kaiser · 19 years ago
  54. 5a67f9b Following 'syntax' patch, accelerator keys in menus weren't being by Kurt B. Kaiser · 19 years ago
  55. b175445 Merge IDLE-syntax-branch r39668:41449 into trunk by Kurt B. Kaiser · 19 years ago
  56. b61602c Better indentation after first line of string continuation. by Kurt B. Kaiser · 19 years ago
  57. 389482c Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem. by Kurt B. Kaiser · 19 years ago
  58. 0a13579 Tweak CodeContext.py docstrings, comments, and names. by Kurt B. Kaiser · 19 years ago
  59. 7491022 Increased performance in CodeContext extension Patch 936169 Noam Raphael by Kurt B. Kaiser · 19 years ago
  60. 6203196 Remove unused import by Neal Norwitz · 19 years ago
  61. 0cd233f Revert previous code elimination, 'filename' is needed. by Kurt B. Kaiser · 19 years ago
  62. 2618c7f 1. Mac line endings were incorrect when pasting code from some browsers by Kurt B. Kaiser · 19 years ago
  63. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  64. 08c02db [ 1243081 ] repair typos by Georg Brandl · 19 years ago
  65. 8fa7eb5 Remove dead code M IdleHistory.py M PyShell.py by Kurt B. Kaiser · 19 years ago
  66. a7daba6 <Enter> when cursor is on a previous command retrieves that command. Instead by Kurt B. Kaiser · 19 years ago
  67. ca7329c 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with by Kurt B. Kaiser · 19 years ago
  68. df506ea 1. Patch 1196895 Jeff Shute: by Kurt B. Kaiser · 19 years ago
  69. 935ea9a Improve subprocess link error notification M NEWS.txt M PyShell.py M rpc.py by Kurt B. Kaiser · 19 years ago
  70. 20345fb Use Queue's blocking feature instead of sleeping in the main by Kurt B. Kaiser · 19 years ago
  71. 0676dfd Add config-main.def option to make the 'history' feature non-cyclic. by Kurt B. Kaiser · 19 years ago
  72. acdef85 Removed ability to configure tabs indent from Options dialog. This 'feature' by Kurt B. Kaiser · 19 years ago
  73. 3069dbb Add keybindings for del-word-left and del-word-right. by Kurt B. Kaiser · 20 years ago
  74. 6af4498 1. Polish tabbing code. by Kurt B. Kaiser · 20 years ago
  75. b00e89f If an extension can't be loaded, print warning and skip it instead of by Kurt B. Kaiser · 20 years ago
  76. 608c2ff Whitespace normalization. by Tim Peters · 20 years ago
  77. 1b6f398 Improve error handling when .idlerc can't be created. by Kurt B. Kaiser · 20 years ago
  78. e852c19 Improve error message if rpc'l localcall() fails with unexpected exception. by Kurt B. Kaiser · 20 years ago
  79. 5c3df35 The GUI was hanging if the shell window was closed while a raw_input() by Kurt B. Kaiser · 20 years ago
  80. dcba662 The remote procedure call module rpc.py can now access data attributes of by Kurt B. Kaiser · 20 years ago
  81. e2648ee doodedoodedoo on the way to 2.4 final by Anthony Baxter · 20 years ago
  82. e48bad7 preparing for 2.4 final (wooooooo!) by Anthony Baxter · 20 years ago
  83. e953511 On OpenBSD, terminating IDLE with ctrl-c from the command line caused a by Kurt B. Kaiser · 20 years ago
  84. 5cc727a 2.4rc1 by Anthony Baxter · 20 years ago
  85. 03562a5 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" by Kurt B. Kaiser · 20 years ago
  86. 5acdf93 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" by Kurt B. Kaiser · 20 years ago
  87. f7a8899 The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to exit by Kurt B. Kaiser · 20 years ago
  88. b0c6630 post-release by Anthony Baxter · 20 years ago
  89. 9f41f3a release shenanigans by Anthony Baxter · 20 years ago
  90. 16e3cf5 format_paragraph_event(): Patch 961387 introduced a bug here, causing by Tim Peters · 20 years ago
  91. 6a587c1 release shenanigans by Anthony Baxter · 20 years ago
  92. 183403a 1. If user passes a non-existant filename on the commandline, just open by Kurt B. Kaiser · 20 years ago
  93. 1f65b47 SF bug #833957: Ctrl+key combos stop working in IDLE by Raymond Hettinger · 20 years ago
  94. a9170c7 Patch #808719: Ignore the locale's encoding if it is an empty string. by Martin v. Löwis · 20 years ago
  95. ff347ca release date by Anthony Baxter · 20 years ago
  96. 090e636 EditorWindow.py was not finding the .chm help file on Windows. Typo by Kurt B. Kaiser · 20 years ago
  97. 8aa2392 Checking sys.platform for substring 'win' was breaking IDLE docs on Mac by Kurt B. Kaiser · 20 years ago
  98. 3210b36 release dates by Anthony Baxter · 20 years ago
  99. d916142 whitespace normalization by Skip Montanaro · 20 years ago
  100. 49a5fe1 Redirect the warning stream to the shell during the ScriptBinding check of user code by Kurt B. Kaiser · 20 years ago