index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
/
PyShell.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead code
Kurt B. Kaiser
2005-06-21
1
-12/+8
*
<Enter> when cursor is on a previous command retrieves that command. Instead
Kurt B. Kaiser
2005-06-19
1
-7/+27
*
Improve subprocess link error notification
Kurt B. Kaiser
2005-05-10
1
-0/+3
*
1. Polish tabbing code.
Kurt B. Kaiser
2005-01-19
1
-1/+5
*
The GUI was hanging if the shell window was closed while a raw_input()
Kurt B. Kaiser
2004-12-23
1
-6/+12
*
The remote procedure call module rpc.py can now access data attributes of
Kurt B. Kaiser
2004-12-21
1
-1/+1
*
The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to...
Kurt B. Kaiser
2004-11-13
1
-6/+8
*
1. If user passes a non-existant filename on the commandline, just open
Kurt B. Kaiser
2004-08-22
1
-4/+5
*
whitespace normalization
Skip Montanaro
2004-07-06
1
-2/+2
*
Redirect the warning stream to the shell during the ScriptBinding check of us...
Kurt B. Kaiser
2004-07-04
1
-3/+28
*
Noam Raphel: Further developemt of CodeContext feature.
Kurt B. Kaiser
2004-06-06
1
-0/+3
*
Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe
Kurt B. Kaiser
2004-03-08
1
-1/+3
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-9/+9
*
There was an error in the Tk error dialog fix at Rev 1.84 which caused starting
Kurt B. Kaiser
2004-01-21
1
-2/+2
*
Added a Tk error dialog to run.py inform the user if the subprocess can't
Kurt B. Kaiser
2004-01-21
1
-48/+65
*
Keybindings with the Shift modifier now work correctly. So do bindings
Kurt B. Kaiser
2003-11-24
1
-1/+6
*
IDLE didn't start correctly when Python was installed in "Program Files"
Kurt B. Kaiser
2003-08-14
1
-2/+7
*
Added a banner to the shell startup message discussing possible
Kurt B. Kaiser
2003-07-27
1
-2/+11
*
SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)
Raymond Hettinger
2003-07-09
1
-1/+1
*
SF Bug 767794
Kurt B. Kaiser
2003-07-09
1
-0/+2
*
Idlefork patch #682347: convert Unicode strings from readline to
Martin v. Löwis
2003-06-22
1
-4/+12
*
Support testing in .../Lib/idlelib when calling <python PyShell.py>
Kurt B. Kaiser
2003-06-15
1
-0/+1
*
Remove the 2.2 compatibility module boolcheck.py and related code
Kurt B. Kaiser
2003-06-14
1
-3/+0
*
Remove reference to IDLEfork
Kurt B. Kaiser
2003-06-14
1
-1/+1
*
Avoid problem resolving 'localhost'
Kurt B. Kaiser
2003-06-05
1
-1/+2
*
Modify the remote stack viewer to work in the threaded subprocess.
Kurt B. Kaiser
2003-06-02
1
-0/+14
*
Added a config-main General option to delete sys.exitfunc. The default
Kurt B. Kaiser
2003-05-28
1
-3/+6
*
Whitespace Normalization
Kurt B. Kaiser
2003-05-26
1
-1/+1
*
Improved the RESTART annotation in the shell window when the user
Kurt B. Kaiser
2003-05-24
1
-0/+9
*
1. Stake Freddy.
Kurt B. Kaiser
2003-05-24
1
-23/+22
*
Fix race exposed by 2.4 GHz XP box: Don't tear down PyShell until
Kurt B. Kaiser
2003-05-19
1
-5/+11
*
1. When a module is run from an EditorWindow, if its directory is not in
Kurt B. Kaiser
2003-05-15
1
-3/+16
*
1. Add a command line switch to run without the subprocess
Kurt B. Kaiser
2003-05-15
1
-18/+20
*
1. Make the startup more robust by not spawning the subprocess if IDLE
Kurt B. Kaiser
2003-05-15
1
-6/+3
*
1. Restore the capability to run and debug without a subprocess.
Kurt B. Kaiser
2003-05-15
1
-51/+68
*
1. The command-line arguments for subprocesses no longer need to be
Tony Lownds
2003-05-13
1
-22/+8
*
1. RemoteDebugger now runs user code in subprocess MainThread
Kurt B. Kaiser
2003-05-12
1
-0/+2
*
1. Update debugger to not trace RPC code even when calling Queue and
Kurt B. Kaiser
2003-05-10
1
-1/+1
*
1. Implement processing of user code in subprocess MainThread. Pass loop
Kurt B. Kaiser
2003-05-08
1
-81/+37
*
M PyShell.py
Kurt B. Kaiser
2003-03-22
1
-10/+23
*
M PyShell.py
Kurt B. Kaiser
2003-03-10
1
-1/+4
*
SF 693333
Kurt B. Kaiser
2003-03-04
1
-0/+3
*
M NEWS.txt
Kurt B. Kaiser
2003-02-17
1
-34/+75
*
M PyShell.py
Kurt B. Kaiser
2003-01-31
1
-47/+1
*
M PyShell.py
Kurt B. Kaiser
2003-01-25
1
-33/+35
*
M Bindings.py
Kurt B. Kaiser
2003-01-22
1
-2/+4
*
M AutoExpand.py
Kurt B. Kaiser
2003-01-04
1
-3/+19
*
Whitespace Normalization
Kurt B. Kaiser
2002-12-31
1
-17/+17
*
M EditorWindow.py
Kurt B. Kaiser
2002-12-29
1
-9/+12
*
Move boolcheck before import of other IDLE modules
Tony Lownds
2002-12-24
1
-3/+3
[next]