1. 0a0e6c3 1. Eliminate putrequest(): only used in asynccall(), merge it there. by Kurt B. Kaiser · 22 years ago
  2. 9813445 Make Alt-Key-2 the Zoom Height binding for ClassBrowser and PathBrowser, by Kurt B. Kaiser · 22 years ago
  3. 4cc5ef5 M Bindings.py M PyShell.py M config-keys.def M configHandler.py by Kurt B. Kaiser · 22 years ago
  4. 2da75fa 1. Restore the rest of Python IDLE setup.py Rev 1.4 (Python SF 634078) by Kurt B. Kaiser · 22 years ago
  5. 0b74344 ...and the old pyclbr.py faked Function instances with Class instances by Kurt B. Kaiser · 22 years ago
  6. 6550051 SF bug #668906: class browser raises AttributeError by Raymond Hettinger · 22 years ago
  7. 5ec186b Patch 611069 (Christos Georgiou) IDLE TODO:left/right when selected text by Kurt B. Kaiser · 22 years ago
  8. 9fd0799 SF Bug 667812: Some Linux distros have Alt and Meta reversed. by Kurt B. Kaiser · 22 years ago
  9. 6fa0911 Updated IDLE Help to reflect changes in Additional Help Source by Kurt B. Kaiser · 22 years ago
  10. 8e92bf7 M Bindings.py by Kurt B. Kaiser · 22 years ago
  11. a7b804f Update documentation. by Kurt B. Kaiser · 22 years ago
  12. 69e8afc SF bug #652933 (for IdleFork): Open Module "math" Fails (Hettinger) by Kurt B. Kaiser · 22 years ago
  13. e7a161e M configDialog.py M configHelpSourceEdit.py by Kurt B. Kaiser · 22 years ago
  14. 114713d 1. Make finding Python help docs more robust, including the installed by Kurt B. Kaiser · 22 years ago
  15. a5e8bb9 Default the OK key in the Save Before Run dialog. by Kurt B. Kaiser · 22 years ago
  16. 1061e72 M AutoExpand.py by Kurt B. Kaiser · 22 years ago
  17. fe8496c 1. Remove obsolete, incorrect comment on non-package installation by Kurt B. Kaiser · 22 years ago
  18. e23ca3c Improve exception handling. by Kurt B. Kaiser · 22 years ago
  19. 50e9c4f More installation info. Bump alpha version. by Kurt B. Kaiser · 22 years ago
  20. 38f1110 Debugger was tracing through rpc.py when IDLEfork was not started by Kurt B. Kaiser · 22 years ago
  21. 7cca3d8 Improve exception handling. by Kurt B. Kaiser · 22 years ago
  22. cf94ee8 Don't let the docstring end up in __main__.__doc__ by Tony Lownds · 22 years ago
  23. 2cb5402 Update (slightly) for Alpha release by Kurt B. Kaiser · 22 years ago
  24. 085ce5a Move history to HISTORY.txt by Kurt B. Kaiser · 22 years ago
  25. f5934dd Update for Alpha 0 Release by Kurt B. Kaiser · 22 years ago
  26. d8a6c5f Keep __main__ namespace clean by Tony Lownds · 22 years ago
  27. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  28. 5e65ce6 Remove some old debugging print statements. by Kurt B. Kaiser · 22 years ago
  29. 4ada7ad M EditorWindow.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  30. e1bebe9 boolcheck cannot be deleted here. by Tony Lownds · 22 years ago
  31. b693f8e Move boolcheck before import of other IDLE modules by Tony Lownds · 22 years ago
  32. f4f4276 M PyShell.py M idle M idle.py M idle.pyw M setup.py by Kurt B. Kaiser · 22 years ago
  33. a2a3cb2 IDLE should exit if it fails to connect with the execution server by Kurt B. Kaiser · 22 years ago
  34. 11220fa 1. RPC stack levels were not pruned from traceback unless IDLE was started by Kurt B. Kaiser · 22 years ago
  35. d375abe Uniform Capitalization in Menus by Kurt B. Kaiser · 22 years ago
  36. 74d93c8 Remove debugging connection message by Kurt B. Kaiser · 22 years ago
  37. 1fc1fe8 Make this script execute using pythonw by Tony Lownds · 22 years ago
  38. b0bfd0f Revert to revision 1.3; Mac OS X has a platform specific startup script, macosx_main.py by Tony Lownds · 22 years ago
  39. 103ee91 Move boolcheck to PyShell by Tony Lownds · 22 years ago
  40. 710fa6c Alt-H was conflicting with the Help menu on Windows. by Kurt B. Kaiser · 22 years ago
  41. da4d3c1 M MANIFEST.in M PyShell.py M idlever.py M setup.py by Kurt B. Kaiser · 22 years ago
  42. 1809154 Add configuration for packaging. by Kurt B. Kaiser · 22 years ago
  43. ff002b9 When IDLE is installed and run from a startup script, the script's by Kurt B. Kaiser · 22 years ago
  44. dd70e1b M PyShell.py M idle M setup.py by Kurt B. Kaiser · 22 years ago
  45. f39f59a Update the setup file: by Kurt B. Kaiser · 22 years ago
  46. 4ba6067 Remove debugging statement checked in by accident, ah, carelessness. by Kurt B. Kaiser · 22 years ago
  47. 83a3560 "'foo' in str" not implemented in Python 2.2, only single character lookup by Kurt B. Kaiser · 22 years ago
  48. 582fa88 *** empty log message *** by Tony Lownds · 22 years ago
  49. f53dec2 Update way a subprocess is launched for Mac OS X. by Tony Lownds · 22 years ago
  50. d0e2926 Panel Bar on the Bottom is Probably More Common by Kurt B. Kaiser · 22 years ago
  51. a137cc9 Updated. by Kurt B. Kaiser · 22 years ago
  52. d5e1cef If Edit window has not been saved, offer to save if user tries to Run or by Kurt B. Kaiser · 22 years ago
  53. 92b5ca3 M ColorDelegator.py M PyShell.py M ScriptBinding.py by Kurt B. Kaiser · 22 years ago
  54. 1bdca5e In Shell: by Kurt B. Kaiser · 22 years ago
  55. 822a77f M EditorWindow.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  56. bfed346 M Debugger.py M IOBinding.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  57. 067d734 Prevent debugger from stepping into Idle rpc code by Chui Tey · 22 years ago
  58. e54710b M CallTipWindow.py M CallTips.py by Kurt B. Kaiser · 22 years ago
  59. 39c7b45 Update to reflect current implementation. by Kurt B. Kaiser · 22 years ago
  60. f06eed0 Rework the command line interface, incorporating the shell/edit by Kurt B. Kaiser · 22 years ago
  61. 0930c43 M PyShell.py 1. Format and print exceptions raised in user code. by Kurt B. Kaiser · 22 years ago
  62. 6eadc6c Enable Check Module by Kurt B. Kaiser · 22 years ago
  63. 318016b Don't use Alt-Fn or Ctrl-Fn keys, reserved for desktop changes in Unix. by Kurt B. Kaiser · 22 years ago
  64. a1962d6 Get rid of 1.5.2 compatibility hack. :-) by Guido van Rossum · 22 years ago
  65. 5f7c4b3 Remove dead code in get_stack(). by Kurt B. Kaiser · 22 years ago
  66. 491427d Fix beep. Then remove annoying beep, not needed with breakpoint highlighting. by Kurt B. Kaiser · 22 years ago
  67. 6453c1f Cleanup: by Neal Norwitz · 22 years ago
  68. 539594f Remove unused import by Neal Norwitz · 22 years ago
  69. 5b0b00f Convert string exceptions to classes, string exceptions are deprecated by Neal Norwitz · 22 years ago
  70. 672ce57 Convert some more 1/0 to True/False by Neal Norwitz · 22 years ago
  71. f4c4f11 Add missing self for method call by Neal Norwitz · 22 years ago
  72. 3e0edbf Port Martin von Loewis checkin from Python: by Neal Norwitz · 22 years ago
  73. ce8ed1a Port Martin von Loewis checkin from python: Support sdist. by Neal Norwitz · 22 years ago
  74. 6e44cc2 M PyShell.py M rpc.py by Kurt B. Kaiser · 22 years ago
  75. 8188559 Correct an error introduced at Rev 1.30. The keyword arg is necessary by Kurt B. Kaiser · 22 years ago
  76. 4fc9047 Apply Nicolas Riley's Patch. by Kurt B. Kaiser · 22 years ago
  77. 5a231c8f By default when getting the search menu, the currently highligted by Chui Tey · 22 years ago
  78. 69371d6 Set breakpoints on remote debugger by Chui Tey · 22 years ago
  79. 72a8a3b Tidied up widget placement by Chui Tey · 22 years ago
  80. a2adb0f Recalls breakpoints set in a file by Chui Tey · 22 years ago
  81. a178cff [ 629984 ] Smaller font sizes not supported by Chui Tey · 22 years ago
  82. 993e81a 619127: Recent File Menu Not Updating by Chui Tey · 22 years ago
  83. 45186c4 Implement Restoring Breakpoints in Subprocess Debugger by Kurt B. Kaiser · 22 years ago
  84. 5afa1df M CallTips.py Add support for getting calltip from subprocess, by Kurt B. Kaiser · 22 years ago
  85. c9a5b5c Apply Josh Robb's Patch: [ 617097 ] EditorWindow.py: underline recent files by Kurt B. Kaiser · 22 years ago
  86. beb6bd9 Josh Robb's Patch [ 617109 ] WindowList.py: fix win98 quit. by Kurt B. Kaiser · 22 years ago
  87. a1dee06 Apply Josh Robb's Patch by Kurt B. Kaiser · 22 years ago
  88. f2324b9 Finding a suitable interpreter to spawn needed tweaking on the Mac by Tony Lownds · 22 years ago
  89. af7a302 Mac users now see correct modifiers in the Key Binding Entry window. by Tony Lownds · 22 years ago
  90. 6565b26 Change key binding to avoid conflict. by Tony Lownds · 22 years ago
  91. 46466b4 Revert Rev 1.6 by Kurt B. Kaiser · 22 years ago
  92. 84f4803 Fix Bug 612886 copy/paste menu items fail by Kurt B. Kaiser · 22 years ago
  93. b976419 Fix bug I created during merge from Python-idle. by Kurt B. Kaiser · 22 years ago
  94. e49dd4c Blank line missing. by Tony Lownds · 22 years ago
  95. 8b1b8d6 Work around Mac OS X transient window issues by Tony Lownds · 22 years ago
  96. e555fc7 Work around Mac OS X platform encoding issues. by Tony Lownds · 22 years ago
  97. f18efa5 Added new standard keybinding set for Macs. by Tony Lownds · 22 years ago
  98. 16849a7 SF Bug #611225. by Kurt B. Kaiser · 22 years ago
  99. f027eac Merge Py Idle: Removing config-mac.txt, not used in Idlefork by Kurt B. Kaiser · 22 years ago
  100. 6283398 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago