1. 2303b1c Keybindings with the Shift modifier now work correctly. So do bindings by Kurt B. Kaiser · 21 years ago
  2. c714d45 Update NEWS.txt to include some items missed earlier. Update the by Kurt B. Kaiser · 21 years ago
  3. 924f616 - After an exception, run.py was not setting the exception vector. Noam by Kurt B. Kaiser · 21 years ago
  4. 9920430 SF #775057, fix IDLE problem in about dialog by Neal Norwitz · 21 years ago
  5. 84ef153 Let IDLE use the HTMLHelp docs on Windows, if found. by Thomas Heller · 21 years ago
  6. 62685d3 Python Bug 775061 by Kurt B. Kaiser · 21 years ago
  7. 8ad1dd7 Catch locale.error as well. Fixes #788378. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  8. b785518 IDLE didn't start correctly when Python was installed in "Program Files" by Kurt B. Kaiser · 21 years ago
  9. 3f42a6d IDLEfork Bug 782759 backported to 23-maint by Kurt B. Kaiser · 21 years ago
  10. 249d50a Make sure eol_convention is an ASCII string. Fixes #774680. by Martin v. Löwis · 21 years ago
  11. 220fecf Added a banner to the shell startup message discussing possible by Kurt B. Kaiser · 21 years ago
  12. 7fbc304 Update for release. by Kurt B. Kaiser · 21 years ago
  13. 6145a62 1. Python Bug 775541: Calltips error when docstring is None. Introduced by Kurt B. Kaiser · 21 years ago
  14. cca9122 Update to reflect the current status of the configuration system. by Kurt B. Kaiser · 21 years ago
  15. 61bfb73 SF bug #769142: CallTip trimming may loop forever. by Raymond Hettinger · 21 years ago
  16. 931237e SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) by Raymond Hettinger · 21 years ago
  17. bea57c6 SF Bug 767794 "Break or continue outside loop causes crash" by Kurt B. Kaiser · 21 years ago
  18. bcc651a Idlefork patch #682347: convert Unicode strings from readline to by Martin v. Löwis · 21 years ago
  19. 7345375 Add ':' after IDLE version, fix spacing on a couple of lines I missed by Kurt B. Kaiser · 21 years ago
  20. 424a415 Make CREDITS.txt a Latin-1 file. Extend ViewFile to support file encodings. by Martin v. Löwis · 21 years ago
  21. 7de3772 Forwardport Patch from IDLEfork SF 615312 by Kurt B. Kaiser · 21 years ago
  22. 9e8b828 Support testing in .../Lib/idlelib when calling <python PyShell.py> by Kurt B. Kaiser · 21 years ago
  23. f35092c Move to Version 1.0b2 by Kurt B. Kaiser · 21 years ago
  24. 61e2c9a Forwardport Patch from IDLEfork SF 610329 Remove deprecated tempfile usage by Kurt B. Kaiser · 21 years ago
  25. b3a0a66 Remove the 2.2 compatibility module boolcheck.py and related code by Kurt B. Kaiser · 21 years ago
  26. ae8bbff Remove reference to IDLEfork by Kurt B. Kaiser · 21 years ago
  27. 76bcb5c Update NEWS.txt and move info on release 0.8.1 and earlier to HISTORY.txt by Kurt B. Kaiser · 21 years ago
  28. 93e8e54 Interrupt module has been folded into the thread module by Kurt B. Kaiser · 21 years ago
  29. a4e5c4d No longer needed. by Kurt B. Kaiser · 21 years ago
  30. 09cb74b aboutDialog.py: by Kurt B. Kaiser · 21 years ago
  31. d78b230 1. Remove the Readme entry on the Help Menu, now in About dialog. by Kurt B. Kaiser · 21 years ago
  32. fe04afc Direct readers to CVS logs. by Kurt B. Kaiser · 21 years ago
  33. 31dea4c It /is/ a package... by Kurt B. Kaiser · 21 years ago
  34. 1821056 Updated for IDLEfork re-integration by Kurt B. Kaiser · 21 years ago
  35. b67e13d Will use the Python LICENSE file instead. by Kurt B. Kaiser · 21 years ago
  36. d5407da Remove setup file, no longer needed. by Kurt B. Kaiser · 21 years ago
  37. a00d7bd Remove unneeded MANIFEST template. by Kurt B. Kaiser · 21 years ago
  38. a737bb3 Remove unneeded installation instructions. by Kurt B. Kaiser · 21 years ago
  39. a8f22d7 Update version. by Kurt B. Kaiser · 21 years ago
  40. 9067c8d SF 748975 Printing unsaved shell fails by Kurt B. Kaiser · 21 years ago
  41. ef58adf 1. Find in Files Dialog shows text selection if there is one by Kurt B. Kaiser · 21 years ago
  42. 260cb90 1. Update WindowList registry when filename changes so that by Kurt B. Kaiser · 21 years ago
  43. 24d7e0c Avoid problem resolving 'localhost' by Kurt B. Kaiser · 21 years ago
  44. 852f35b Change to <<open-module>>: always pop up the dialog, using the current by Guido van Rossum · 21 years ago
  45. 3f8ace9 SF 747667 Error Doesn't Decolorize by Kurt B. Kaiser · 21 years ago
  46. d2f4861 SF 748973 Guido van Rossum patch by Kurt B. Kaiser · 21 years ago
  47. 01e3273 Eliminate the Revert to Default Settings submenu of Option menu. by Kurt B. Kaiser · 21 years ago
  48. 9f36609 Modify the remote stack viewer to work in the threaded subprocess. by Kurt B. Kaiser · 21 years ago
  49. 5ddef75 Update for release Modified Files: NEWS.txt README.txt TODO.txt by Kurt B. Kaiser · 21 years ago
  50. 6c8579e Set the default for delete-exitfunc in config-main.def to True to handle by Kurt B. Kaiser · 21 years ago
  51. ce5b6d5 SF 745525 by Kurt B. Kaiser · 21 years ago
  52. e394ef8 Update for release by Kurt B. Kaiser · 21 years ago
  53. 62df044 Added a config-main General option to delete sys.exitfunc. The default by Kurt B. Kaiser · 21 years ago
  54. 8d1f11b Whitespace Normalization Modified Files: PyShell.py ScriptBinding.py buildapp.py by Kurt B. Kaiser · 21 years ago
  55. 0539169 1. SF Bug 661676 by Kurt B. Kaiser · 21 years ago
  56. 6c638b6 Bruce Sherwood RFE/Patch SF 661318 by Kurt B. Kaiser · 21 years ago
  57. 6f80594 Improved the RESTART annotation in the shell window when the user by Kurt B. Kaiser · 21 years ago
  58. 36364be Fix a bug in Rev 1.10 - Windows can't handle a leading ':' if the by Kurt B. Kaiser · 21 years ago
  59. 67fd0ea 1. Stake Freddy. by Kurt B. Kaiser · 21 years ago
  60. 88957d8 Fix race exposed by 2.4 GHz XP box: Don't tear down PyShell until by Kurt B. Kaiser · 21 years ago
  61. c626658 Let Python inform the user what went wrong with the import. by Kurt B. Kaiser · 21 years ago
  62. 4767401 Whitespace Normalization by Kurt B. Kaiser · 21 years ago
  63. 282f122 Whitespace Normalization by Kurt B. Kaiser · 21 years ago
  64. a2792be Show Freddy the mirror by Kurt B. Kaiser · 21 years ago
  65. 108c40c Added icon for IDLE on OS X by Tony Lownds · 21 years ago
  66. 63af08a Nigel Rowe's Patch [ 735527 ] Re Bug [ 678325 ] ParenMatching Missing AutoIndent by Kurt B. Kaiser · 21 years ago
  67. a80d57c Noam Raphael's patch. by Kurt B. Kaiser · 21 years ago
  68. 11659ad 1. When a module is run from an EditorWindow, if its directory is not in by Kurt B. Kaiser · 21 years ago
  69. 8f570a7 1. Add a command line switch to run without the subprocess by Kurt B. Kaiser · 21 years ago
  70. 5db4843 1. Make the startup more robust by not spawning the subprocess if IDLE by Kurt B. Kaiser · 21 years ago
  71. 7f38ec0 1. Restore the capability to run and debug without a subprocess. by Kurt B. Kaiser · 21 years ago
  72. aa6b856 On Windows the subprocess was not exiting during a restart. by Kurt B. Kaiser · 21 years ago
  73. 2398d57 1. The command-line arguments for subprocesses no longer need to be by Tony Lownds · 21 years ago
  74. 73414a2 Update for SF 71033 and changes to subprocess threading by Kurt B. Kaiser · 21 years ago
  75. 9ec454e 1. RemoteDebugger now runs user code in subprocess MainThread by Kurt B. Kaiser · 21 years ago
  76. a053f33 [ SF 710733 - Martin v. Loewis] Improving source encoding dialog by Kurt B. Kaiser · 21 years ago
  77. 57bfe5d 1. Update debugger to not trace RPC code even when calling Queue and by Kurt B. Kaiser · 21 years ago
  78. a00050f 1. Implement processing of user code in subprocess MainThread. Pass loop by Kurt B. Kaiser · 21 years ago
  79. c2f77dd New feature: when saving a file, keep the eol convention of the by Guido van Rossum · 21 years ago
  80. 9a90e70 Update for release into Python NEWS.txt idlever.py by Kurt B. Kaiser · 21 years ago
  81. 40f19e3 Update for 2.3b1 Modified Files: NEWS.txt CREDITS.txt INSTALL.txt setup.cfg by Kurt B. Kaiser · 21 years ago
  82. 0529377 Correct error in last checkin noticed by Neal Norwitz. And some more. by Kurt B. Kaiser · 21 years ago
  83. 11c53e2 M PyShell.py M run.py by Kurt B. Kaiser · 21 years ago
  84. e51529d Improve error message handling. by Kurt B. Kaiser · 21 years ago
  85. 94afd30 Move setting of ioready 'wait' earlier in call chain, to by Kurt B. Kaiser · 21 years ago
  86. 7c22132 M rpc.py by Kurt B. Kaiser · 21 years ago
  87. 9ac783d M PyShell.py M rpc.py Improve exception handing if peer process has terminated. by Kurt B. Kaiser · 21 years ago
  88. 98b15ab A interruptmodule.c by Kurt B. Kaiser · 21 years ago
  89. ddeaf11 Attempting to save the shell raised an error related to saving by Kurt B. Kaiser · 21 years ago
  90. b248733 SF 693333 by Kurt B. Kaiser · 21 years ago
  91. b6aff15 SF 695861 by Kurt B. Kaiser · 21 years ago
  92. 86bc464 M rpc.py M run.py by Kurt B. Kaiser · 21 years ago
  93. 003091c M NEWS.txt M PyShell.py M ScriptBinding.py M rpc.py M run.py by Kurt B. Kaiser · 21 years ago
  94. 8cd0def M PyShell.py M rpc.py by Kurt B. Kaiser · 22 years ago
  95. 7e17289 Update for release. Modified Files: INSTALL.txt NEWS.txt idlever.py by Kurt B. Kaiser · 22 years ago
  96. e66675b Whitespace normalization. by Kurt B. Kaiser · 22 years ago
  97. d9db3a6 Update. by Kurt B. Kaiser · 22 years ago
  98. eb9637e M ScriptBinding.py M config-extensions.def M help.txt by Kurt B. Kaiser · 22 years ago
  99. bc28613 M PyShell.py M RemoteDebugger.py M rpc.py by Kurt B. Kaiser · 22 years ago
  100. 0a0e6c3 1. Eliminate putrequest(): only used in asynccall(), merge it there. by Kurt B. Kaiser · 22 years ago