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
*
Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.
Terry Jan Reedy
2015-09-26
1
-1/+1
*
Issue #15809: IDLE shell now uses locale encoding instead of Latin1 for
Serhiy Storchaka
2015-05-17
1
-0/+2
*
Issue #23184: idlelib, remove more unused names and imports.
Terry Jan Reedy
2015-05-16
1
-1/+0
*
Issue #18316: Update idlelib 2.7 except clauses to ease backports.
Terry Jan Reedy
2013-06-29
1
-1/+1
*
Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop
Terry Jan Reedy
2013-06-29
1
-18/+38
*
prevent IDLE from trying to close when sys.stdin is reassigned (#17838)
Benjamin Peterson
2013-05-12
1
-0/+5
*
Keep IDLE from displaying spurious SystemExit tracebacks
Raymond Hettinger
2013-02-09
1
-1/+4
*
Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
Serhiy Storchaka
2013-01-25
1
-45/+9
*
Issue #15318: Prevent writing to sys.stdin.
Martin v. Löwis
2012-07-25
1
-6/+21
*
Use _RPCFile.write properly.
Martin v. Löwis
2012-07-11
1
-2/+2
*
Don't use TextIOBase implementations in _RPCFile.
Martin v. Löwis
2012-07-11
1
-2/+8
*
Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka.
Martin v. Löwis
2012-07-11
1
-1/+1
*
Issue 13532: Allow bytearrays to be written also.
Terry Jan Reedy
2012-07-09
1
-2/+2
*
Widen test to support unicode.
Martin v. Löwis
2012-07-09
1
-1/+1
*
- Issue #13532: Check that arguments to sys.stdout.write are strings.
Martin v. Löwis
2012-07-09
1
-3/+21
*
#7092: Fix additional "-3" warnings in the idlelib package, and convert to ab...
Florent Xicluna
2010-04-02
1
-10/+11
*
Issue #3926: Fix the usage of the new showwarnings and formatwarning.
Guilherme Polo
2009-08-14
1
-3/+4
*
Remove port spec from run.py and fix bug where
Kurt B. Kaiser
2009-04-02
1
-3/+6
*
use new showwarnings signature for idle #3391
Benjamin Peterson
2008-10-16
1
-2/+3
*
support the optional line argument for idle
Benjamin Peterson
2008-10-15
1
-1/+2
*
Queue renaming reversal part 3: move module into place and
Georg Brandl
2008-05-25
1
-2/+2
*
Tkinter rename reversal: remove tkinter package, adapt imports and docs.
Georg Brandl
2008-05-20
1
-3/+3
*
Tkinter rename, step 2: fix imports and add stub modules.
Georg Brandl
2008-05-16
1
-3/+3
*
Added stub for the Queue module to be renamed in 3.0.
Alexandre Vassalotti
2008-05-11
1
-2/+2
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
1
-1/+0
*
There was an error on exit if no sys.exitfunc was defined. Issue 1647.
Kurt B. Kaiser
2008-01-23
1
-1/+4
*
Allow interrupt only when executing user code in subprocess
Kurt B. Kaiser
2007-10-09
1
-3/+10
*
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
[next]