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
*
Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.
Serhiy Storchaka
2013-12-25
1
-0/+3
|
\
|
*
Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.
Serhiy Storchaka
2013-12-25
1
-0/+3
*
|
Issue #18270: merge from 3.3
Ned Deily
2013-12-11
1
-11/+14
|
\
\
|
|
/
|
*
Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial
Ned Deily
2013-12-11
1
-11/+14
*
|
Issue #19481: print() of string subclass instance in IDLE no more hangs.
Serhiy Storchaka
2013-12-10
1
-2/+5
|
\
\
|
|
/
|
*
Issue #19481: print() of string subclass instance in IDLE no more hangs.
Serhiy Storchaka
2013-12-10
1
-2/+5
*
|
Merge with 3.3
Terry Jan Reedy
2013-08-13
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_'
Terry Jan Reedy
2013-08-13
1
-1/+1
*
|
Merge with 3.3
Terry Jan Reedy
2013-06-29
1
-29/+53
|
\
\
|
|
/
|
*
Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop
Terry Jan Reedy
2013-06-29
1
-29/+53
*
|
Issue #18081: Back out temporary changeset, 2a9e1eb3719c, to merge new patch.
Terry Jan Reedy
2013-06-29
1
-3/+2
*
|
Issue #18081: Workaround "./python -m test_idle test_logging" failure
Victor Stinner
2013-06-24
1
-2/+3
*
|
#5492: merge with 3.3
Roger Serwy
2013-06-12
1
-6/+5
|
\
\
|
|
/
|
*
#5492: Avoid traceback when exiting IDLE caused by a race condition.
Roger Serwy
2013-06-12
1
-6/+5
|
*
#18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch
Terry Jan Reedy
2013-06-08
1
-4/+4
*
|
Issue #17532: merge
Ned Deily
2013-05-22
1
-1/+0
|
\
\
|
|
/
|
*
Issue #17532: Always include Options menu for IDLE on OS X.
Ned Deily
2013-05-22
1
-1/+0
*
|
#13495: merge with 3.3.
Roger Serwy
2013-05-06
1
-2/+0
|
\
\
|
|
/
|
*
#13495: Avoid loading the color delegator twice in IDLE.
Roger Serwy
2013-05-06
1
-2/+0
*
|
#17585: merge with 3.3.
Roger Serwy
2013-04-12
1
-0/+3
|
\
\
|
|
/
|
*
#17585: Fixed IDLE regression. Now closes when using exit() or quit().
Roger Serwy
2013-04-12
1
-0/+3
*
|
#14254: merge with 3.3.
Roger Serwy
2013-04-03
1
-2/+12
|
\
\
|
|
/
|
*
#14254: IDLE now handles readline correctly across shell restarts.
Roger Serwy
2013-04-03
1
-2/+12
*
|
#17614: merge with 3.3.
Roger Serwy
2013-04-03
1
-1/+5
|
\
\
|
|
/
|
*
#17614: IDLE no longer raises exception when quickly closing a file.
Roger Serwy
2013-04-03
1
-1/+5
|
|
\
|
|
*
#17614: IDLE no longer raises exception when quickly closing a file.
Roger Serwy
2013-04-03
1
-1/+5
|
|
*
#6698: IDLE now opens just an editor window when configured to do so.
Roger Serwy
2013-04-01
1
-2/+2
|
|
*
Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett.
Terry Jan Reedy
2013-03-30
1
-1/+2
|
|
*
Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
Serhiy Storchaka
2013-01-25
1
-25/+69
|
|
*
Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
Andrew Svetlov
2012-11-01
1
-2/+20
|
|
*
Issue #9803: Don't close IDLE on saving if breakpoint is open.
Andrew Svetlov
2012-07-31
1
-2/+2
|
|
*
Issue #15318: Prevent writing to sys.stdin.
Martin v. Löwis
2012-07-25
1
-1/+15
|
|
*
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
-0/+2
|
|
*
Issue #14962: Update text coloring in IDLE shell window after changing
Ned Deily
2012-05-31
1
-0/+5
|
|
*
Issue #10365: File open dialog now works instead of crashing
Terry Jan Reedy
2012-05-27
1
-1/+2
|
|
*
#3573: idle now doesn't hungs if launched as: idle -e <directory>
Andrew Svetlov
2012-03-21
1
-2/+4
|
|
*
whitespace3
Terry Jan Reedy
2012-01-31
1
-1/+1
|
|
*
#13506 Add '' to path for interactive interpreter by adding with_cwd parameter
Terry Jan Reedy
2012-01-31
1
-6/+13
|
|
*
Issue #4625: If IDLE cannot write to its recent file or breakpoint
Ned Deily
2011-12-14
1
-10/+18
|
|
*
Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.
Ned Deily
2011-10-31
1
-0/+2
|
|
*
Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passi...
Senthil Kumaran
2011-07-04
1
-1/+1
|
|
*
Merged revisions 88003 via svnmerge from
Ned Deily
2011-01-30
1
-0/+7
|
|
*
Merged revisions 83103 via svnmerge from
Ezio Melotti
2010-07-23
1
-1/+1
|
|
*
#7092: Fix additional "-3" warnings in the idlelib package, and convert to ab...
Florent Xicluna
2010-04-02
1
-22/+22
|
|
*
Syntax cleanup `== None` -> `is None`
Florent Xicluna
2010-03-25
1
-1/+1
|
|
*
Issue #3926: Fix the usage of the new showwarnings and formatwarning.
Guilherme Polo
2009-08-14
1
-12/+12
|
|
*
Allow multiple IDLE GUI/subprocess pairs to exist
Kurt B. Kaiser
2009-04-04
1
-17/+30
|
|
*
Remove startup firewall message. That is handled by an error dialog
Raymond Hettinger
2009-01-26
1
-12/+2
[next]