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