1. f30ba3d There was an error on exit if no sys.exitfunc was defined. Issue 1647. by Kurt B. Kaiser · 18 years ago
  2. b4aaa76 Could not open files in .idlerc directory if latter was hidden on Windows. by Kurt B. Kaiser · 18 years ago
  3. 28c7bcf Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat. by Kurt B. Kaiser · 18 years ago
  4. 20172f9 check in Tal Einat's update to tabpage.py Patch 1612746 by Kurt B. Kaiser · 18 years ago
  5. 60d5840 Add confirmation dialog before printing. Patch 1717170 Tal Einat. by Kurt B. Kaiser · 18 years ago
  6. 631fee6 show paste if > 80 columns. Patch 1659326 Tal Einat. by Kurt B. Kaiser · 18 years ago
  7. cca976b Allow cursor color change w/o restart. Patch 1725576 Tal Einat. by Kurt B. Kaiser · 18 years ago
  8. c8f65e6 Allow interrupt only when executing user code in subprocess by Kurt B. Kaiser · 18 years ago
  9. e3fde8f configDialog cleanup. Patch 1730217 Tal Einat. by Kurt B. Kaiser · 18 years ago
  10. d5f4910 textView cleanup. Patch 1718043 Tal Einat. by Kurt B. Kaiser · 18 years ago
  11. 0b634ef Clean up EditorWindow close. by Kurt B. Kaiser · 18 years ago
  12. 209de1f Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented; by Kurt B. Kaiser · 19 years ago
  13. ca30acf [ 1621265 ] Auto-completion list placement by Kurt B. Kaiser · 19 years ago
  14. ecf796e 1. Calltips now 'handle' tuples in the argument list (display '<tuple>' :) by Kurt B. Kaiser · 19 years ago
  15. 90f8492 Add 'raw' support to configHandler. Patch 1650174 Tal Einat. by Kurt B. Kaiser · 19 years ago
  16. c3200b9 1. Avoid hang when encountering a duplicate in a completion list. Bug 1571112. by Kurt B. Kaiser · 19 years ago
  17. 8609da9 Move IDLE news into NEWS.txt. by Martin v. Löwis · 19 years ago
  18. c426ffc Some syntax errors were being caught by tokenize during the tabnanny by Kurt B. Kaiser · 19 years ago
  19. 78b1a08 Updating IDLE's version number to match Python's (as per python-dev discussion). by Anthony Baxter · 19 years ago
  20. 7ae3548 File menu hotkeys: there were three 'p' assignments. Reassign the by Kurt B. Kaiser · 19 years ago
  21. d112bc7 Patch #1540892: site.py Quitter() class attempts to close sys.stdin by Kurt B. Kaiser · 19 years ago
  22. b409666 preparing for 2.5c1 by Anthony Baxter · 19 years ago
  23. 2a7ff29 The 'with' statement is now a Code Context block opener by Kurt B. Kaiser · 19 years ago
  24. cd3d8be Retrieval of previous shell command was not always preserving indentation by Kurt B. Kaiser · 19 years ago
  25. 1fe9ca0 Changing tokenize (39046) to detect dedent broke tabnanny check (since 1.2a1) by Kurt B. Kaiser · 19 years ago
  26. 53f2b5f ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1). by Kurt B. Kaiser · 19 years ago
  27. faeeab7 Typo fix by Andrew M. Kuchling · 19 years ago
  28. 312e5af 1. When used w/o subprocess, all exceptions were preceeded by an error by Kurt B. Kaiser · 19 years ago
  29. 5d32a9f pre-release machinations by Anthony Baxter · 19 years ago
  30. a2946a4 - EditorWindow.test() was failing. Bug 1417598 by Kurt B. Kaiser · 19 years ago
  31. b3c4d16 EditorWindow failed when used stand-alone if sys.ps1 not set. by Kurt B. Kaiser · 19 years ago
  32. c6bacd5 Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren Guthrie by Kurt B. Kaiser · 19 years ago
  33. 43476e0 Avoid occasional failure to detect closing paren properly. by Kurt B. Kaiser · 19 years ago
  34. 4b7e35b Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168. by Kurt B. Kaiser · 19 years ago
  35. 70e8e87 preparing for 2.5b2 by Anthony Baxter · 19 years ago
  36. d113680 Preparing for 2.5b1. by Anthony Baxter · 19 years ago
  37. c7d0032 2.5a2 by Anthony Baxter · 19 years ago
  38. ebed3f6 preparation for 2.5a1 by Anthony Baxter · 19 years ago
  39. 70f05c5 Source file f.flush() after writing; trying to avoid lossage if user by Kurt B. Kaiser · 19 years ago
  40. 5c6e0a1 1. Made advanced keybinding dialog functional. 2. Allow binding of movement keys by Kurt B. Kaiser · 20 years ago
  41. b61602c Better indentation after first line of string continuation. by Kurt B. Kaiser · 20 years ago
  42. 389482c Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem. by Kurt B. Kaiser · 20 years ago
  43. 7491022 Increased performance in CodeContext extension Patch 936169 Noam Raphael by Kurt B. Kaiser · 20 years ago
  44. 2618c7f 1. Mac line endings were incorrect when pasting code from some browsers by Kurt B. Kaiser · 20 years ago
  45. a7daba6 <Enter> when cursor is on a previous command retrieves that command. Instead by Kurt B. Kaiser · 20 years ago
  46. ca7329c 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with by Kurt B. Kaiser · 20 years ago
  47. df506ea 1. Patch 1196895 Jeff Shute: by Kurt B. Kaiser · 20 years ago
  48. 935ea9a Improve subprocess link error notification M NEWS.txt M PyShell.py M rpc.py by Kurt B. Kaiser · 20 years ago
  49. 20345fb Use Queue's blocking feature instead of sleeping in the main by Kurt B. Kaiser · 20 years ago
  50. 0676dfd Add config-main.def option to make the 'history' feature non-cyclic. by Kurt B. Kaiser · 21 years ago
  51. acdef85 Removed ability to configure tabs indent from Options dialog. This 'feature' by Kurt B. Kaiser · 21 years ago
  52. 3069dbb Add keybindings for del-word-left and del-word-right. by Kurt B. Kaiser · 21 years ago
  53. 6af4498 1. Polish tabbing code. by Kurt B. Kaiser · 21 years ago
  54. b00e89f If an extension can't be loaded, print warning and skip it instead of by Kurt B. Kaiser · 21 years ago
  55. 5c3df35 The GUI was hanging if the shell window was closed while a raw_input() by Kurt B. Kaiser · 21 years ago
  56. dcba662 The remote procedure call module rpc.py can now access data attributes of by Kurt B. Kaiser · 21 years ago
  57. e2648ee doodedoodedoo on the way to 2.4 final by Anthony Baxter · 21 years ago
  58. e953511 On OpenBSD, terminating IDLE with ctrl-c from the command line caused a by Kurt B. Kaiser · 21 years ago
  59. 5cc727a 2.4rc1 by Anthony Baxter · 21 years ago
  60. 03562a5 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" by Kurt B. Kaiser · 21 years ago
  61. f7a8899 The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to exit by Kurt B. Kaiser · 21 years ago
  62. b0c6630 post-release by Anthony Baxter · 21 years ago
  63. 9f41f3a release shenanigans by Anthony Baxter · 21 years ago
  64. 16e3cf5 format_paragraph_event(): Patch 961387 introduced a bug here, causing by Tim Peters · 21 years ago
  65. 6a587c1 release shenanigans by Anthony Baxter · 21 years ago
  66. 183403a 1. If user passes a non-existant filename on the commandline, just open by Kurt B. Kaiser · 21 years ago
  67. ff347ca release date by Anthony Baxter · 21 years ago
  68. 8aa2392 Checking sys.platform for substring 'win' was breaking IDLE docs on Mac by Kurt B. Kaiser · 21 years ago
  69. 3210b36 release dates by Anthony Baxter · 21 years ago
  70. 49a5fe1 Redirect the warning stream to the shell during the ScriptBinding check of user code by Kurt B. Kaiser · 21 years ago
  71. 4d5bc60 Noam Raphel: Further developemt of CodeContext feature. by Kurt B. Kaiser · 21 years ago
  72. 54d1a3b - New Extension: CodeContext. Provides block structuring hints for code by Kurt B. Kaiser · 21 years ago
  73. cf6f1b6 M EditorWindow.py M IOBinding.py M NEWS.txt M configDialog.py by Kurt B. Kaiser · 21 years ago
  74. 0bc3d98 1. Bug in Patch 805830 fixed by Nigel Rowe by Kurt B. Kaiser · 21 years ago
  75. 73360a3 Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe by Kurt B. Kaiser · 21 years ago
  76. d6ab77d rpc.py:SocketIO - Large modules were generating large pickles when downloaded by Kurt B. Kaiser · 22 years ago
  77. af3eb87 Added a Tk error dialog to run.py inform the user if the subprocess can't by Kurt B. Kaiser · 22 years ago
  78. e9802a3 - Print correct exception even if source file changed since shell was by Kurt B. Kaiser · 22 years ago
  79. 2303b1c Keybindings with the Shift modifier now work correctly. So do bindings by Kurt B. Kaiser · 22 years ago
  80. c714d45 Update NEWS.txt to include some items missed earlier. Update the by Kurt B. Kaiser · 22 years ago
  81. 924f616 - After an exception, run.py was not setting the exception vector. Noam by Kurt B. Kaiser · 22 years ago
  82. b785518 IDLE didn't start correctly when Python was installed in "Program Files" by Kurt B. Kaiser · 22 years ago
  83. 220fecf Added a banner to the shell startup message discussing possible by Kurt B. Kaiser · 22 years ago
  84. 6145a62 1. Python Bug 775541: Calltips error when docstring is None. Introduced by Kurt B. Kaiser · 22 years ago
  85. cca9122 Update to reflect the current status of the configuration system. by Kurt B. Kaiser · 22 years ago
  86. 76bcb5c Update NEWS.txt and move info on release 0.8.1 and earlier to HISTORY.txt by Kurt B. Kaiser · 22 years ago
  87. 5ddef75 Update for release Modified Files: NEWS.txt README.txt TODO.txt by Kurt B. Kaiser · 22 years ago
  88. a80d57c Noam Raphael's patch. by Kurt B. Kaiser · 22 years ago
  89. 7f38ec0 1. Restore the capability to run and debug without a subprocess. by Kurt B. Kaiser · 22 years ago
  90. 73414a2 Update for SF 71033 and changes to subprocess threading by Kurt B. Kaiser · 22 years ago
  91. a00050f 1. Implement processing of user code in subprocess MainThread. Pass loop by Kurt B. Kaiser · 22 years ago
  92. 9a90e70 Update for release into Python NEWS.txt idlever.py by Kurt B. Kaiser · 22 years ago
  93. 40f19e3 Update for 2.3b1 Modified Files: NEWS.txt CREDITS.txt INSTALL.txt setup.cfg by Kurt B. Kaiser · 22 years ago
  94. 94afd30 Move setting of ioready 'wait' earlier in call chain, to by Kurt B. Kaiser · 22 years ago
  95. 003091c M NEWS.txt M PyShell.py M ScriptBinding.py M rpc.py M run.py by Kurt B. Kaiser · 22 years ago
  96. 7e17289 Update for release. Modified Files: INSTALL.txt NEWS.txt idlever.py by Kurt B. Kaiser · 23 years ago
  97. 5ec186b Patch 611069 (Christos Georgiou) IDLE TODO:left/right when selected text by Kurt B. Kaiser · 23 years ago
  98. 8e92bf7 M Bindings.py by Kurt B. Kaiser · 23 years ago
  99. a7b804f Update documentation. by Kurt B. Kaiser · 23 years ago
  100. 2cb5402 Update (slightly) for Alpha release by Kurt B. Kaiser · 23 years ago