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
...
|
|
*
Clean up ModifiedInterpreter.runcode() structure
Kurt B. Kaiser
2007-02-06
1
-27/+29
|
|
*
Bug #813342: Start the IDLE subprocess with -Qnew if the parent
Georg Brandl
2006-10-12
1
-0/+2
|
|
*
Add comment explaining that error msgs may be due to user code when
Kurt B. Kaiser
2006-10-01
1
-0/+2
|
|
*
File menu hotkeys: there were three 'p' assignments. Reassign the
Kurt B. Kaiser
2006-08-16
1
-1/+1
|
|
*
Get quit() and exit() to work cleanly when not using subprocess.
Kurt B. Kaiser
2006-08-16
1
-7/+10
|
|
*
Patch #1540892: site.py Quitter() class attempts to close sys.stdin
Kurt B. Kaiser
2006-08-16
1
-8/+8
|
|
*
Retrieval of previous shell command was not always preserving indentation
Kurt B. Kaiser
2006-08-10
1
-9/+15
|
|
*
As a slight enhancement to the previous checkin, improve the
Kurt B. Kaiser
2006-08-09
1
-2/+5
|
|
*
1. When used w/o subprocess, all exceptions were preceeded by an error
Kurt B. Kaiser
2006-08-09
1
-1/+2
|
|
*
EditorWindow failed when used stand-alone if sys.ps1 not set.
Kurt B. Kaiser
2006-07-24
1
-4/+0
|
|
*
Whitespace normalization.
Tim Peters
2006-06-11
1
-2/+2
|
|
*
This patch improves the L&F of IDLE on OSX. The changes are conditionalized on
Ronald Oussoren
2006-06-11
1
-1/+20
*
|
|
#6698: merge with 3.3.
Roger Serwy
2013-04-01
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
#6698: IDLE now opens just an editor window when configured to do so.
Roger Serwy
2013-04-01
1
-2/+2
*
|
|
Merge from 3.3: Issue #17390
Terry Jan Reedy
2013-03-30
1
-1/+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
-24/+68
|
\
\
\
|
|
/
/
|
*
|
Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
Serhiy Storchaka
2013-01-25
1
-24/+68
|
|
\
\
|
|
*
|
Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
Serhiy Storchaka
2013-01-25
1
-24/+68
*
|
|
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-4/+4
*
|
|
|
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov
2012-12-18
1
-1/+1
*
|
|
|
Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
Andrew Svetlov
2012-11-01
1
-2/+21
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
Andrew Svetlov
2012-11-01
1
-2/+21
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
Andrew Svetlov
2012-11-01
1
-2/+21
*
|
|
|
normalize whitespaces
Andrew Svetlov
2012-10-05
1
-1/+1
*
|
|
|
Issue #16123: IDLE - deprecate running without a subprocess.
Andrew Svetlov
2012-10-05
1
-2/+8
|
/
/
/
*
|
|
Issue #9803: Don't close IDLE on saving if breakpoint is open.
Andrew Svetlov
2012-07-31
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #9803: Don't close IDLE on saving if breakpoint is open.
Andrew Svetlov
2012-07-31
1
-2/+2
*
|
|
merge 3.2
Martin v. Löwis
2012-07-25
1
-3/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #7163: Propagate return value of sys.stdout.write.
Martin v. Löwis
2012-07-25
1
-3/+4
*
|
|
merge 3.2
Martin v. Löwis
2012-07-25
1
-1/+15
|
\
\
\
|
|
/
/
|
*
|
Issue #15318: Prevent writing to sys.stdin.
Martin v. Löwis
2012-07-25
1
-1/+15
*
|
|
merge 3.2
Martin v. Löwis
2012-07-09
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #13532: Check that arguments to sys.stdout.write are strings.
Martin v. Löwis
2012-07-09
1
-0/+2
*
|
|
Issue #14962: merge
Ned Deily
2012-05-31
1
-0/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #14962: Update text coloring in IDLE shell window after changing
Ned Deily
2012-05-31
1
-0/+5
*
|
|
Merge with 3.2
Terry Jan Reedy
2012-05-27
1
-1/+2
|
\
\
\
|
|
/
/
|
*
|
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
*
|
|
Issue #14200 — now displayhook for IDLE works in non-subprocess mode as wel...
Andrew Svetlov
2012-03-25
1
-0/+2
*
|
|
#3573: idle now doesn't hungs if launched as: idle -e <directory>
Andrew Svetlov
2012-03-20
1
-2/+4
*
|
|
Issue #14200: Idle shell crash on printing non-BMP unicode character.
Andrew Svetlov
2012-03-14
1
-0/+10
*
|
|
Merge with 3.2 whitespace
Terry Jan Reedy
2012-01-31
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
whitespace
Terry Jan Reedy
2012-01-31
1
-1/+1
*
|
|
Merge 3.2
Terry Jan Reedy
2012-01-31
1
-6/+13
|
\
\
\
|
|
/
/
|
*
|
#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
-8/+16
|
\
\
\
|
|
/
/
|
*
|
Issue #4625: If IDLE cannot write to its recent file or breakpoint
Ned Deily
2011-12-14
1
-8/+16
*
|
|
Issue #13300: Fix IDLE Restart Shell command failure introduced by
Ned Deily
2011-11-06
1
-0/+4
|
/
/
*
|
Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.
Ned Deily
2011-10-31
1
-0/+2
[prev]
[next]