139 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Kurt B. Kaiser dcba6622f5 The remote procedure call module rpc.py can now access data attributes of 21 years ago
Kurt B. Kaiser f7a8899f33 The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to exit 22 years ago
Kurt B. Kaiser 183403a271 1. If user passes a non-existant filename on the commandline, just open 22 years ago
Skip Montanaro d916142343 whitespace normalization 22 years ago
Kurt B. Kaiser 49a5fe107f Redirect the warning stream to the shell during the ScriptBinding check of user code 22 years ago
Kurt B. Kaiser 4d5bc6031c Noam Raphel: Further developemt of CodeContext feature. 22 years ago
Kurt B. Kaiser 73360a3e61 Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe 22 years ago
Walter Dörwald 70a6b49821 Replace backticks with repr() or "%r" 22 years ago
Kurt B. Kaiser 7663729ec7 There was an error in the Tk error dialog fix at Rev 1.84 which caused starting 22 years ago
Kurt B. Kaiser af3eb87802 Added a Tk error dialog to run.py inform the user if the subprocess can't 22 years ago
Kurt B. Kaiser 2303b1c19a Keybindings with the Shift modifier now work correctly. So do bindings 23 years ago
Kurt B. Kaiser b785518d05 IDLE didn't start correctly when Python was installed in "Program Files" 23 years ago
Kurt B. Kaiser 220fecf0f4 Added a banner to the shell startup message discussing possible 23 years ago
Raymond Hettinger 931237e2e6 SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) 23 years ago
Kurt B. Kaiser bea57c6c35 SF Bug 767794 23 years ago
Martin v. Löwis bcc651a1f9 Idlefork patch #682347: convert Unicode strings from readline to 23 years ago
Kurt B. Kaiser 9e8b828f07 Support testing in .../Lib/idlelib when calling <python PyShell.py> 23 years ago
Kurt B. Kaiser b3a0a666f2 Remove the 2.2 compatibility module boolcheck.py and related code 23 years ago
Kurt B. Kaiser ae8bbff231 Remove reference to IDLEfork 23 years ago
Kurt B. Kaiser 24d7e0cbb8 Avoid problem resolving 'localhost' 23 years ago
Kurt B. Kaiser 9f36609720 Modify the remote stack viewer to work in the threaded subprocess. 23 years ago
Kurt B. Kaiser 62df044885 Added a config-main General option to delete sys.exitfunc. The default 23 years ago
Kurt B. Kaiser 8d1f11b0ef Whitespace Normalization 23 years ago
Kurt B. Kaiser 6f80594229 Improved the RESTART annotation in the shell window when the user 23 years ago
Kurt B. Kaiser 67fd0ea46d 1. Stake Freddy. 23 years ago
Kurt B. Kaiser 88957d8d0d Fix race exposed by 2.4 GHz XP box: Don't tear down PyShell until 23 years ago
Kurt B. Kaiser 11659ade1e 1. When a module is run from an EditorWindow, if its directory is not in 23 years ago
Kurt B. Kaiser 8f570a768f 1. Add a command line switch to run without the subprocess 23 years ago
Kurt B. Kaiser 5db4843c5e 1. Make the startup more robust by not spawning the subprocess if IDLE 23 years ago
Kurt B. Kaiser 7f38ec0849 1. Restore the capability to run and debug without a subprocess. 23 years ago
Tony Lownds 2398d578a3 1. The command-line arguments for subprocesses no longer need to be 23 years ago
Kurt B. Kaiser 9ec454ec00 1. RemoteDebugger now runs user code in subprocess MainThread 23 years ago
Kurt B. Kaiser 57bfe5dc5a 1. Update debugger to not trace RPC code even when calling Queue and 23 years ago
Kurt B. Kaiser a00050f209 1. Implement processing of user code in subprocess MainThread. Pass loop 23 years ago
Kurt B. Kaiser 11c53e2ea7 M PyShell.py 23 years ago
Kurt B. Kaiser 9ac783d723 M PyShell.py 23 years ago
Kurt B. Kaiser b2487335bf SF 693333 23 years ago
Kurt B. Kaiser 003091cd51 M NEWS.txt 23 years ago
Kurt B. Kaiser 8cd0def10d M PyShell.py 23 years ago
Kurt B. Kaiser bc2861313c M PyShell.py 23 years ago
Kurt B. Kaiser 4cc5ef5dbe M Bindings.py 23 years ago
Kurt B. Kaiser 1061e7270b M AutoExpand.py 23 years ago
Kurt B. Kaiser 6655e4bc27 Whitespace Normalization 24 years ago
Kurt B. Kaiser 4ada7ad3bc M EditorWindow.py 24 years ago
Tony Lownds b693f8e4fa Move boolcheck before import of other IDLE modules 24 years ago
Kurt B. Kaiser f4f4276815 M PyShell.py 24 years ago
Kurt B. Kaiser a2a3cb23de IDLE should exit if it fails to connect with the execution server 24 years ago
Kurt B. Kaiser 11220fad1d 1. RPC stack levels were not pruned from traceback unless IDLE was started 24 years ago
Tony Lownds 103ee91410 Move boolcheck to PyShell 24 years ago
Kurt B. Kaiser da4d3c1e85 M MANIFEST.in 24 years ago