summaryrefslogtreecommitdiff
path: root/Lib/idlelib/PyShell.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23180: Rename IDLE "Windows" menu item to "Window".Ned Deily2015-01-171-4/+1
* Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka.Terry Jan Reedy2014-10-121-0/+3
* Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar.Terry Jan Reedy2014-10-121-7/+2
* Issue #22420: Avoid 'write to None' crashes by using print instead.Terry Jan Reedy2014-09-191-6/+5
* Issue #14105: Stop removing breakpoints from Idle editors.Terry Jan Reedy2014-08-081-0/+10
* Issue #17654: Ensure IDLE menus are customized properly on OS X forNed Deily2014-03-271-2/+2
* Issue #20406: Use Python application icons for Idle window title bars.Terry Jan Reedy2014-02-081-3/+9
|\
| * Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.Serhiy Storchaka2013-12-251-3/+9
| |\
| | * Issue #18270: merge from 3.3Ned Deily2013-12-101-11/+14
| | |\
| | * \ Issue #19481: print() of string subclass instance in IDLE no more hangs.Serhiy Storchaka2013-12-101-3/+9
| | |\ \
| | | * \ Merge with 3.3Terry Jan Reedy2013-08-131-1/+1
| | | |\ \
| | | * \ \ Merge with 3.3Terry Jan Reedy2013-06-281-3/+9
| | | |\ \ \
| | | | * | | Issue #18081: Back out temporary changeset, 2a9e1eb3719c, to merge new patch.Terry Jan Reedy2013-06-281-3/+2
| | | | * | | Issue #18081: Workaround "./python -m test_idle test_logging" failureVictor Stinner2013-06-251-2/+3
| | | | * | | #5492: merge with 3.3Roger Serwy2013-06-111-6/+5
| | | | |\ \ \
| | | | * \ \ \ Issue #17532: mergeNed Deily2013-05-221-7/+13
| | | | |\ \ \ \
| | | | | * \ \ \ #13495: merge with 3.3.Roger Serwy2013-05-051-7/+13
| | | | | |\ \ \ \
| | | | | | * \ \ \ #17585: merge with 3.3.Roger Serwy2013-04-111-7/+13
| | | | | | |\ \ \ \
| | | | | | | * \ \ \ #14254: merge with 3.3.Roger Serwy2013-04-031-2/+12
| | | | | | | |\ \ \ \
| | | | | | | * \ \ \ \ #17614: merge with 3.3.Roger Serwy2013-04-021-7/+13
| | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ #6698: merge with 3.3.Roger Serwy2013-03-311-2/+2
| | | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ \ Merge from 3.3: Issue #17390Terry Jan Reedy2013-03-301-1/+2
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBaseSerhiy Storchaka2013-01-251-24/+68
| | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | * | | | | | | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-4/+4
| | | | | | | | * | | | | | | | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-1/+1
| | | | | | | | * | | | | | | | Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context MenuAndrew Svetlov2012-11-011-2/+21
| | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | | normalize whitespacesAndrew Svetlov2012-10-051-1/+1
| | | | | | | | * | | | | | | | | Issue #16123: IDLE - deprecate running without a subprocess.Andrew Svetlov2012-10-051-2/+8
* | | | | | | | | | | | | | | | | Issue #20406: Use Python application icons for Idle window title bars.Terry Jan Reedy2014-02-081-1/+13
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.Serhiy Storchaka2013-12-251-0/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Issue #18270: Prevent possible IDLE AttributeError on OS X when no initialNed Deily2013-12-101-11/+14
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Issue #19481: print() of string subclass instance in IDLE no more hangs.Serhiy Storchaka2013-12-101-2/+5
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_'Terry Jan Reedy2013-08-131-1/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stopTerry Jan Reedy2013-06-281-29/+53
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | #5492: Avoid traceback when exiting IDLE caused by a race condition.Roger Serwy2013-06-111-6/+5
* | | | | | | | | | | #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patchTerry Jan Reedy2013-06-081-4/+4
|/ / / / / / / / / /
* | | | | | | | | | Issue #17532: Always include Options menu for IDLE on OS X.Ned Deily2013-05-221-1/+0
|/ / / / / / / / /
* | | | | | | | | #13495: Avoid loading the color delegator twice in IDLE.Roger Serwy2013-05-051-2/+0
|/ / / / / / / /
* | | | | | | | #17585: Fixed IDLE regression. Now closes when using exit() or quit().Roger Serwy2013-04-111-0/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | #14254: IDLE now handles readline correctly across shell restarts.Roger Serwy2013-04-031-2/+12
|/ / / / / /
* | | | | | #17614: IDLE no longer raises exception when quickly closing a file.Roger Serwy2013-04-021-1/+5
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | #17614: IDLE no longer raises exception when quickly closing a file.Roger Serwy2013-04-021-1/+5
| * | | | | #6698: IDLE now opens just an editor window when configured to do so.Roger Serwy2013-03-311-2/+2
| * | | | | Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett.Terry Jan Reedy2013-03-301-1/+2
| * | | | | Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBaseSerhiy Storchaka2013-01-251-25/+69
| * | | | | Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context MenuAndrew Svetlov2012-11-011-2/+20
| * | | | | Issue #9803: Don't close IDLE on saving if breakpoint is open.Andrew Svetlov2012-07-311-2/+2
| * | | | | Issue #15318: Prevent writing to sys.stdin.Martin v. L?wis2012-07-251-1/+15
| * | | | | Issue 13532: Allow bytearrays to be written also.Terry Jan Reedy2012-07-091-2/+2
| * | | | | Widen test to support unicode.Martin v. L?wis2012-07-091-1/+1