1. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  2. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  3. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 17 years ago
  4. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  5. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 17 years ago
  6. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  7. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  8. 0b70cca Remove usage of backticks. by Brett Cannon · 18 years ago
  9. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  10. 811c4e0 Remove has_key() references from idlelib. IDLE still doesn't run due by Guido van Rossum · 18 years ago
  11. 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
  12. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  13. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  14. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  15. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  16. 69e8084 Fix two errors that prevented "make libinstall" from working: by Guido van Rossum · 18 years ago
  17. d910855 Remove apply() by Neal Norwitz · 18 years ago
  18. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  19. ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 18 years ago
  20. 307021f Patch #1162825: Support non-ASCII characters in IDLE window titles. by Martin v. Löwis · 19 years ago
  21. 9df23ea Fix main() call by Kurt B. Kaiser · 19 years ago
  22. 5c6e0a1 1. Made advanced keybinding dialog functional. 2. Allow binding of movement keys by Kurt B. Kaiser · 19 years ago
  23. 3b148ca Fix typo and update comment obsoleted by 'syntax' patch by Kurt B. Kaiser · 19 years ago
  24. 2bf2af6 Default two second delay on attribute pop-up, less noisy interface. by Kurt B. Kaiser · 19 years ago
  25. 5a67f9b Following 'syntax' patch, accelerator keys in menus weren't being by Kurt B. Kaiser · 19 years ago
  26. b175445 Merge IDLE-syntax-branch r39668:41449 into trunk by Kurt B. Kaiser · 19 years ago
  27. b61602c Better indentation after first line of string continuation. by Kurt B. Kaiser · 19 years ago
  28. 389482c Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem. by Kurt B. Kaiser · 19 years ago
  29. 0a13579 Tweak CodeContext.py docstrings, comments, and names. by Kurt B. Kaiser · 19 years ago
  30. 7491022 Increased performance in CodeContext extension Patch 936169 Noam Raphael by Kurt B. Kaiser · 19 years ago
  31. 6203196 Remove unused import by Neal Norwitz · 19 years ago
  32. 0cd233f Revert previous code elimination, 'filename' is needed. by Kurt B. Kaiser · 19 years ago
  33. 2618c7f 1. Mac line endings were incorrect when pasting code from some browsers by Kurt B. Kaiser · 19 years ago
  34. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  35. 08c02db [ 1243081 ] repair typos by Georg Brandl · 19 years ago
  36. 8fa7eb5 Remove dead code M IdleHistory.py M PyShell.py by Kurt B. Kaiser · 19 years ago
  37. a7daba6 <Enter> when cursor is on a previous command retrieves that command. Instead by Kurt B. Kaiser · 19 years ago
  38. ca7329c 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with by Kurt B. Kaiser · 19 years ago
  39. df506ea 1. Patch 1196895 Jeff Shute: by Kurt B. Kaiser · 19 years ago
  40. 935ea9a Improve subprocess link error notification M NEWS.txt M PyShell.py M rpc.py by Kurt B. Kaiser · 19 years ago
  41. 20345fb Use Queue's blocking feature instead of sleeping in the main by Kurt B. Kaiser · 19 years ago
  42. 0676dfd Add config-main.def option to make the 'history' feature non-cyclic. by Kurt B. Kaiser · 19 years ago
  43. acdef85 Removed ability to configure tabs indent from Options dialog. This 'feature' by Kurt B. Kaiser · 19 years ago
  44. 3069dbb Add keybindings for del-word-left and del-word-right. by Kurt B. Kaiser · 19 years ago
  45. 6af4498 1. Polish tabbing code. by Kurt B. Kaiser · 19 years ago
  46. b00e89f If an extension can't be loaded, print warning and skip it instead of by Kurt B. Kaiser · 19 years ago
  47. 608c2ff Whitespace normalization. by Tim Peters · 19 years ago
  48. 1b6f398 Improve error handling when .idlerc can't be created. by Kurt B. Kaiser · 19 years ago
  49. e852c19 Improve error message if rpc'l localcall() fails with unexpected exception. by Kurt B. Kaiser · 20 years ago
  50. 5c3df35 The GUI was hanging if the shell window was closed while a raw_input() by Kurt B. Kaiser · 20 years ago
  51. dcba662 The remote procedure call module rpc.py can now access data attributes of by Kurt B. Kaiser · 20 years ago
  52. e2648ee doodedoodedoo on the way to 2.4 final by Anthony Baxter · 20 years ago
  53. e48bad7 preparing for 2.4 final (wooooooo!) by Anthony Baxter · 20 years ago
  54. e953511 On OpenBSD, terminating IDLE with ctrl-c from the command line caused a by Kurt B. Kaiser · 20 years ago
  55. 5cc727a 2.4rc1 by Anthony Baxter · 20 years ago
  56. 03562a5 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" by Kurt B. Kaiser · 20 years ago
  57. 5acdf93 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" by Kurt B. Kaiser · 20 years ago
  58. f7a8899 The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to exit by Kurt B. Kaiser · 20 years ago
  59. b0c6630 post-release by Anthony Baxter · 20 years ago
  60. 9f41f3a release shenanigans by Anthony Baxter · 20 years ago
  61. 16e3cf5 format_paragraph_event(): Patch 961387 introduced a bug here, causing by Tim Peters · 20 years ago
  62. 6a587c1 release shenanigans by Anthony Baxter · 20 years ago
  63. 183403a 1. If user passes a non-existant filename on the commandline, just open by Kurt B. Kaiser · 20 years ago
  64. 1f65b47 SF bug #833957: Ctrl+key combos stop working in IDLE by Raymond Hettinger · 20 years ago
  65. a9170c7 Patch #808719: Ignore the locale's encoding if it is an empty string. by Martin v. Löwis · 20 years ago
  66. ff347ca release date by Anthony Baxter · 20 years ago
  67. 090e636 EditorWindow.py was not finding the .chm help file on Windows. Typo by Kurt B. Kaiser · 20 years ago
  68. 8aa2392 Checking sys.platform for substring 'win' was breaking IDLE docs on Mac by Kurt B. Kaiser · 20 years ago
  69. 3210b36 release dates by Anthony Baxter · 20 years ago
  70. d916142 whitespace normalization by Skip Montanaro · 20 years ago
  71. 49a5fe1 Redirect the warning stream to the shell during the ScriptBinding check of user code by Kurt B. Kaiser · 20 years ago
  72. 4d5bc60 Noam Raphel: Further developemt of CodeContext feature. by Kurt B. Kaiser · 20 years ago
  73. 4e49b83 SF patch #961387: Make IDLE's paragraph reformatting width configurable by Raymond Hettinger · 20 years ago
  74. c5e378d Testing for None should be done with 'is' by Raymond Hettinger · 20 years ago
  75. e3636e0 Fix a bug I introduced which causes all block openers at an indent level by Kurt B. Kaiser · 20 years ago
  76. d00587a 1. Add an Options menu entry: Code Context by Kurt B. Kaiser · 20 years ago
  77. 610c7e0 1. Polish variables in EditorWindow extension loading and Tkinter variable code. by Kurt B. Kaiser · 20 years ago
  78. 54d1a3b - New Extension: CodeContext. Provides block structuring hints for code by Kurt B. Kaiser · 20 years ago
  79. cf6f1b6 M EditorWindow.py M IOBinding.py M NEWS.txt M configDialog.py by Kurt B. Kaiser · 20 years ago
  80. 6e4620b 1. Make builtin foreground Royal Purple instead of Barney Purple. by Kurt B. Kaiser · 20 years ago
  81. 0bc3d98 1. Bug in Patch 805830 fixed by Nigel Rowe by Kurt B. Kaiser · 20 years ago
  82. 73360a3 Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe by Kurt B. Kaiser · 20 years ago
  83. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  84. 7663729 There was an error in the Tk error dialog fix at Rev 1.84 which caused starting by Kurt B. Kaiser · 20 years ago
  85. d6ab77d rpc.py:SocketIO - Large modules were generating large pickles when downloaded by Kurt B. Kaiser · 20 years ago
  86. af3eb87 Added a Tk error dialog to run.py inform the user if the subprocess can't by Kurt B. Kaiser · 20 years ago
  87. e9802a3 - Print correct exception even if source file changed since shell was by Kurt B. Kaiser · 21 years ago
  88. 188e25f Fix a typo introduced at 1.21 by Kurt B. Kaiser · 21 years ago
  89. 2303b1c Keybindings with the Shift modifier now work correctly. So do bindings by Kurt B. Kaiser · 21 years ago
  90. c714d45 Update NEWS.txt to include some items missed earlier. Update the by Kurt B. Kaiser · 21 years ago
  91. 924f616 - After an exception, run.py was not setting the exception vector. Noam by Kurt B. Kaiser · 21 years ago
  92. 9920430 SF #775057, fix IDLE problem in about dialog by Neal Norwitz · 21 years ago
  93. 84ef153 Let IDLE use the HTMLHelp docs on Windows, if found. by Thomas Heller · 21 years ago
  94. 62685d3 Python Bug 775061 by Kurt B. Kaiser · 21 years ago
  95. 8ad1dd7 Catch locale.error as well. Fixes #788378. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  96. b785518 IDLE didn't start correctly when Python was installed in "Program Files" by Kurt B. Kaiser · 21 years ago
  97. 3f42a6d IDLEfork Bug 782759 backported to 23-maint by Kurt B. Kaiser · 21 years ago
  98. 249d50a Make sure eol_convention is an ASCII string. Fixes #774680. by Martin v. Löwis · 21 years ago
  99. 220fecf Added a banner to the shell startup message discussing possible by Kurt B. Kaiser · 21 years ago
  100. 7fbc304 Update for release. by Kurt B. Kaiser · 21 years ago