1. e394ef8 Update for release by Kurt B. Kaiser · 21 years ago
  2. 62df044 Added a config-main General option to delete sys.exitfunc. The default by Kurt B. Kaiser · 21 years ago
  3. 8d1f11b Whitespace Normalization Modified Files: PyShell.py ScriptBinding.py buildapp.py by Kurt B. Kaiser · 21 years ago
  4. 0539169 1. SF Bug 661676 by Kurt B. Kaiser · 21 years ago
  5. 6c638b6 Bruce Sherwood RFE/Patch SF 661318 by Kurt B. Kaiser · 21 years ago
  6. 6f80594 Improved the RESTART annotation in the shell window when the user by Kurt B. Kaiser · 21 years ago
  7. 36364be Fix a bug in Rev 1.10 - Windows can't handle a leading ':' if the by Kurt B. Kaiser · 21 years ago
  8. 67fd0ea 1. Stake Freddy. by Kurt B. Kaiser · 21 years ago
  9. 88957d8 Fix race exposed by 2.4 GHz XP box: Don't tear down PyShell until by Kurt B. Kaiser · 21 years ago
  10. c626658 Let Python inform the user what went wrong with the import. by Kurt B. Kaiser · 21 years ago
  11. 4767401 Whitespace Normalization by Kurt B. Kaiser · 21 years ago
  12. 282f122 Whitespace Normalization by Kurt B. Kaiser · 21 years ago
  13. a2792be Show Freddy the mirror by Kurt B. Kaiser · 21 years ago
  14. 108c40c Added icon for IDLE on OS X by Tony Lownds · 21 years ago
  15. 63af08a Nigel Rowe's Patch [ 735527 ] Re Bug [ 678325 ] ParenMatching Missing AutoIndent by Kurt B. Kaiser · 21 years ago
  16. a80d57c Noam Raphael's patch. by Kurt B. Kaiser · 21 years ago
  17. 11659ad 1. When a module is run from an EditorWindow, if its directory is not in by Kurt B. Kaiser · 21 years ago
  18. 8f570a7 1. Add a command line switch to run without the subprocess by Kurt B. Kaiser · 21 years ago
  19. 5db4843 1. Make the startup more robust by not spawning the subprocess if IDLE by Kurt B. Kaiser · 21 years ago
  20. 7f38ec0 1. Restore the capability to run and debug without a subprocess. by Kurt B. Kaiser · 21 years ago
  21. aa6b856 On Windows the subprocess was not exiting during a restart. by Kurt B. Kaiser · 21 years ago
  22. 2398d57 1. The command-line arguments for subprocesses no longer need to be by Tony Lownds · 21 years ago
  23. 73414a2 Update for SF 71033 and changes to subprocess threading by Kurt B. Kaiser · 21 years ago
  24. 9ec454e 1. RemoteDebugger now runs user code in subprocess MainThread by Kurt B. Kaiser · 21 years ago
  25. a053f33 [ SF 710733 - Martin v. Loewis] Improving source encoding dialog by Kurt B. Kaiser · 21 years ago
  26. 57bfe5d 1. Update debugger to not trace RPC code even when calling Queue and by Kurt B. Kaiser · 21 years ago
  27. a00050f 1. Implement processing of user code in subprocess MainThread. Pass loop by Kurt B. Kaiser · 21 years ago
  28. c2f77dd New feature: when saving a file, keep the eol convention of the by Guido van Rossum · 21 years ago
  29. 9a90e70 Update for release into Python NEWS.txt idlever.py by Kurt B. Kaiser · 21 years ago
  30. 40f19e3 Update for 2.3b1 Modified Files: NEWS.txt CREDITS.txt INSTALL.txt setup.cfg by Kurt B. Kaiser · 21 years ago
  31. 0529377 Correct error in last checkin noticed by Neal Norwitz. And some more. by Kurt B. Kaiser · 22 years ago
  32. 11c53e2 M PyShell.py M run.py by Kurt B. Kaiser · 22 years ago
  33. e51529d Improve error message handling. by Kurt B. Kaiser · 22 years ago
  34. 94afd30 Move setting of ioready 'wait' earlier in call chain, to by Kurt B. Kaiser · 22 years ago
  35. 7c22132 M rpc.py by Kurt B. Kaiser · 22 years ago
  36. 9ac783d M PyShell.py M rpc.py Improve exception handing if peer process has terminated. by Kurt B. Kaiser · 22 years ago
  37. 98b15ab A interruptmodule.c by Kurt B. Kaiser · 22 years ago
  38. ddeaf11 Attempting to save the shell raised an error related to saving by Kurt B. Kaiser · 22 years ago
  39. b248733 SF 693333 by Kurt B. Kaiser · 22 years ago
  40. b6aff15 SF 695861 by Kurt B. Kaiser · 22 years ago
  41. 86bc464 M rpc.py M run.py by Kurt B. Kaiser · 22 years ago
  42. 003091c M NEWS.txt M PyShell.py M ScriptBinding.py M rpc.py M run.py by Kurt B. Kaiser · 22 years ago
  43. 8cd0def M PyShell.py M rpc.py by Kurt B. Kaiser · 22 years ago
  44. 7e17289 Update for release. Modified Files: INSTALL.txt NEWS.txt idlever.py by Kurt B. Kaiser · 22 years ago
  45. e66675b Whitespace normalization. by Kurt B. Kaiser · 22 years ago
  46. d9db3a6 Update. by Kurt B. Kaiser · 22 years ago
  47. eb9637e M ScriptBinding.py M config-extensions.def M help.txt by Kurt B. Kaiser · 22 years ago
  48. bc28613 M PyShell.py M RemoteDebugger.py M rpc.py by Kurt B. Kaiser · 22 years ago
  49. 0a0e6c3 1. Eliminate putrequest(): only used in asynccall(), merge it there. by Kurt B. Kaiser · 22 years ago
  50. 9813445 Make Alt-Key-2 the Zoom Height binding for ClassBrowser and PathBrowser, by Kurt B. Kaiser · 22 years ago
  51. 4cc5ef5 M Bindings.py M PyShell.py M config-keys.def M configHandler.py by Kurt B. Kaiser · 22 years ago
  52. 2da75fa 1. Restore the rest of Python IDLE setup.py Rev 1.4 (Python SF 634078) by Kurt B. Kaiser · 22 years ago
  53. 0b74344 ...and the old pyclbr.py faked Function instances with Class instances by Kurt B. Kaiser · 22 years ago
  54. 6550051 SF bug #668906: class browser raises AttributeError by Raymond Hettinger · 22 years ago
  55. 5ec186b Patch 611069 (Christos Georgiou) IDLE TODO:left/right when selected text by Kurt B. Kaiser · 22 years ago
  56. 9fd0799 SF Bug 667812: Some Linux distros have Alt and Meta reversed. by Kurt B. Kaiser · 22 years ago
  57. 6fa0911 Updated IDLE Help to reflect changes in Additional Help Source by Kurt B. Kaiser · 22 years ago
  58. 8e92bf7 M Bindings.py by Kurt B. Kaiser · 22 years ago
  59. a7b804f Update documentation. by Kurt B. Kaiser · 22 years ago
  60. 69e8afc SF bug #652933 (for IdleFork): Open Module "math" Fails (Hettinger) by Kurt B. Kaiser · 22 years ago
  61. e7a161e M configDialog.py M configHelpSourceEdit.py by Kurt B. Kaiser · 22 years ago
  62. 114713d 1. Make finding Python help docs more robust, including the installed by Kurt B. Kaiser · 22 years ago
  63. a5e8bb9 Default the OK key in the Save Before Run dialog. by Kurt B. Kaiser · 22 years ago
  64. 1061e72 M AutoExpand.py by Kurt B. Kaiser · 22 years ago
  65. fe8496c 1. Remove obsolete, incorrect comment on non-package installation by Kurt B. Kaiser · 22 years ago
  66. e23ca3c Improve exception handling. by Kurt B. Kaiser · 22 years ago
  67. 50e9c4f More installation info. Bump alpha version. by Kurt B. Kaiser · 22 years ago
  68. 38f1110 Debugger was tracing through rpc.py when IDLEfork was not started by Kurt B. Kaiser · 22 years ago
  69. 7cca3d8 Improve exception handling. by Kurt B. Kaiser · 22 years ago
  70. cf94ee8 Don't let the docstring end up in __main__.__doc__ by Tony Lownds · 22 years ago
  71. 2cb5402 Update (slightly) for Alpha release by Kurt B. Kaiser · 22 years ago
  72. 085ce5a Move history to HISTORY.txt by Kurt B. Kaiser · 22 years ago
  73. f5934dd Update for Alpha 0 Release by Kurt B. Kaiser · 22 years ago
  74. d8a6c5f Keep __main__ namespace clean by Tony Lownds · 22 years ago
  75. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  76. 5e65ce6 Remove some old debugging print statements. by Kurt B. Kaiser · 22 years ago
  77. 4ada7ad M EditorWindow.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  78. e1bebe9 boolcheck cannot be deleted here. by Tony Lownds · 22 years ago
  79. b693f8e Move boolcheck before import of other IDLE modules by Tony Lownds · 22 years ago
  80. f4f4276 M PyShell.py M idle M idle.py M idle.pyw M setup.py by Kurt B. Kaiser · 22 years ago
  81. a2a3cb2 IDLE should exit if it fails to connect with the execution server by Kurt B. Kaiser · 22 years ago
  82. 11220fa 1. RPC stack levels were not pruned from traceback unless IDLE was started by Kurt B. Kaiser · 22 years ago
  83. d375abe Uniform Capitalization in Menus by Kurt B. Kaiser · 22 years ago
  84. 74d93c8 Remove debugging connection message by Kurt B. Kaiser · 22 years ago
  85. 1fc1fe8 Make this script execute using pythonw by Tony Lownds · 22 years ago
  86. b0bfd0f Revert to revision 1.3; Mac OS X has a platform specific startup script, macosx_main.py by Tony Lownds · 22 years ago
  87. 103ee91 Move boolcheck to PyShell by Tony Lownds · 22 years ago
  88. 710fa6c Alt-H was conflicting with the Help menu on Windows. by Kurt B. Kaiser · 22 years ago
  89. da4d3c1 M MANIFEST.in M PyShell.py M idlever.py M setup.py by Kurt B. Kaiser · 22 years ago
  90. 1809154 Add configuration for packaging. by Kurt B. Kaiser · 22 years ago
  91. ff002b9 When IDLE is installed and run from a startup script, the script's by Kurt B. Kaiser · 22 years ago
  92. dd70e1b M PyShell.py M idle M setup.py by Kurt B. Kaiser · 22 years ago
  93. f39f59a Update the setup file: by Kurt B. Kaiser · 22 years ago
  94. 4ba6067 Remove debugging statement checked in by accident, ah, carelessness. by Kurt B. Kaiser · 22 years ago
  95. 83a3560 "'foo' in str" not implemented in Python 2.2, only single character lookup by Kurt B. Kaiser · 22 years ago
  96. 582fa88 *** empty log message *** by Tony Lownds · 22 years ago
  97. f53dec2 Update way a subprocess is launched for Mac OS X. by Tony Lownds · 22 years ago
  98. d0e2926 Panel Bar on the Bottom is Probably More Common by Kurt B. Kaiser · 22 years ago
  99. a137cc9 Updated. by Kurt B. Kaiser · 22 years ago
  100. d5e1cef If Edit window has not been saved, offer to save if user tries to Run or by Kurt B. Kaiser · 22 years ago