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
/
run.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
1
-1/+0
*
help() was not paging to the shell. Issue1650.
Kurt B. Kaiser
2007-12-28
1
-0/+3
*
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum
2007-11-01
1
-3/+10
*
In followup to #1310: Remove more exception indexing.
Georg Brandl
2007-10-22
1
-4/+5
*
Switch to absolute imports to support direct execution of modules. Many
Kurt B. Kaiser
2007-08-22
1
-7/+7
*
Merged revisions 56782-56847 via svnmerge from
Guido van Rossum
2007-08-09
1
-3/+5
*
Merged revisions 56492-56752 via svnmerge from
Guido van Rossum
2007-08-05
1
-2/+2
*
Merged revisions 56443-56466 via svnmerge from
Guido van Rossum
2007-07-20
1
-7/+7
*
Kill off softspace completely (except in formatter.py which seems to have
Guido van Rossum
2007-02-09
1
-6/+1
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-14/+14
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1/+1
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-1/+1
*
Merge IDLE-syntax-branch r39668:41449 into trunk
Kurt B. Kaiser
2005-11-18
1
-0/+6
*
Use Queue's blocking feature instead of sleeping in the main
Kurt B. Kaiser
2005-05-05
1
-2/+1
*
The remote procedure call module rpc.py can now access data attributes of
Kurt B. Kaiser
2004-12-21
1
-1/+1
*
On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
Kurt B. Kaiser
2004-11-19
1
-1/+3
*
Redirect the warning stream to the shell during the ScriptBinding check of us...
Kurt B. Kaiser
2004-07-04
1
-0/+17
*
Added a Tk error dialog to run.py inform the user if the subprocess can't
Kurt B. Kaiser
2004-01-21
1
-8/+23
*
- Print correct exception even if source file changed since shell was
Kurt B. Kaiser
2004-01-02
1
-0/+2
*
- After an exception, run.py was not setting the exception vector. Noam
Kurt B. Kaiser
2003-11-19
1
-1/+2
*
Idlefork patch #682347: convert Unicode strings from readline to
Martin v. Löwis
2003-06-22
1
-0/+3
*
Remove the 2.2 compatibility module boolcheck.py and related code
Kurt B. Kaiser
2003-06-14
1
-2/+0
*
Interrupt module has been folded into the thread module
Kurt B. Kaiser
2003-06-13
1
-5/+5
*
Avoid problem resolving 'localhost'
Kurt B. Kaiser
2003-06-05
1
-1/+3
*
Modify the remote stack viewer to work in the threaded subprocess.
Kurt B. Kaiser
2003-06-02
1
-3/+12
*
Added a config-main General option to delete sys.exitfunc. The default
Kurt B. Kaiser
2003-05-28
1
-5/+17
*
1. Stake Freddy.
Kurt B. Kaiser
2003-05-24
1
-24/+34
*
Show Freddy the mirror
Kurt B. Kaiser
2003-05-17
1
-7/+15
*
On Windows the subprocess was not exiting during a restart.
Kurt B. Kaiser
2003-05-14
1
-0/+2
*
1. RemoteDebugger now runs user code in subprocess MainThread
Kurt B. Kaiser
2003-05-12
1
-53/+58
*
1. Implement processing of user code in subprocess MainThread. Pass loop
Kurt B. Kaiser
2003-05-08
1
-55/+75
*
M PyShell.py
Kurt B. Kaiser
2003-03-22
1
-9/+72
*
M rpc.py
Kurt B. Kaiser
2003-03-11
1
-1/+1
*
SF 695861
Kurt B. Kaiser
2003-03-03
1
-1/+11
*
M rpc.py
Kurt B. Kaiser
2003-02-27
1
-1/+45
*
M NEWS.txt
Kurt B. Kaiser
2003-02-17
1
-0/+5
*
Update way a subprocess is launched for Mac OS X.
Tony Lownds
2002-12-20
1
-0/+2
*
M CallTips.py Add support for getting calltip from subprocess,
Kurt B. Kaiser
2002-10-10
1
-15/+23
*
1. Revert subprocess environment clearing, will restart subprocess
Kurt B. Kaiser
2002-08-25
1
-11/+3
*
GvR provided solution to the socket rebinding timeout problem.
Kurt B. Kaiser
2002-08-05
1
-2/+2
*
Reset the Python execution server environment to its initial value prior
Kurt B. Kaiser
2002-07-28
1
-3/+11
*
Reverse the RPC socket connection: Python execution server connects to
Kurt B. Kaiser
2002-07-26
1
-1/+32
*
Shutdown subprocess debugger and associated Proxies/Adapters when closing
Kurt B. Kaiser
2002-06-26
1
-3/+7
*
Polish RemoteDebugger code.
Kurt B. Kaiser
2002-06-16
1
-2/+2
*
GvR's rpc patch
Chui Tey
2002-05-26
1
-0/+49