aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/PyShell.py
Commit message (Expand)AuthorAge
* Issue #5124: Paste with selection should always replace.Terry Jan Reedy2016-06-11
* Make it slightly clearer that IDLE close message is referring to user program,Terry Jan Reedy2015-11-20
* Issue #25313: Change the handling of new built-in text color themes to betterTerry Jan Reedy2015-11-12
* Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.Terry Jan Reedy2015-09-25
* whitespaceTerry Jan Reedy2015-09-22
* Issue #24570: Right-click for context menus now work on Mac Aqual also.Terry Jan Reedy2015-09-22
* Issue #24889: When starting Idle, force focus onto Idle window if not alreadyTerry Jan Reedy2015-09-07
* Issue #21192: Change 'RUN' back to 'RESTART' when running editor file.Terry Jan Reedy2015-09-02
* Issue #24759: Revert 13a8782a775e.Terry Jan Reedy2015-08-03
* Issue #21192: Idle Editor. When a file is run, put its name in the restart bar.Terry Jan Reedy2015-07-31
* Issue 24759: Gracefull exit Idle if ttk import fails.Terry Jan Reedy2015-07-30
* Issue #23184: idlelib, remove more unused names and imports.Terry Jan Reedy2015-05-15
* Issue #23180: Rename IDLE "Windows" menu item to "Window".Ned Deily2015-01-17
* Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka.Terry Jan Reedy2014-10-12
* Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar.Terry Jan Reedy2014-10-12
* Issue #22420: Avoid 'write to None' crashes by using print instead.Terry Jan Reedy2014-09-19
* Issue #14105: Stop removing breakpoints from Idle editors.Terry Jan Reedy2014-08-08
* Issue #17654: Ensure IDLE menus are customized properly on OS X forNed Deily2014-03-27
* Issue #20406: Use Python application icons for Idle window title bars.Terry Jan Reedy2014-02-08
|\
| * Issue #20406: Use Python application icons for Idle window title bars.Terry Jan Reedy2014-02-08
* | Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.Serhiy Storchaka2013-12-25
|\|
| * Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.Serhiy Storchaka2013-12-25
* | Issue #18270: merge from 3.3Ned Deily2013-12-10
|\|
| * Issue #18270: Prevent possible IDLE AttributeError on OS X when no initialNed Deily2013-12-10
* | Issue #19481: print() of string subclass instance in IDLE no more hangs.Serhiy Storchaka2013-12-10
|\|
| * Issue #19481: print() of string subclass instance in IDLE no more hangs.Serhiy Storchaka2013-12-10
* | Merge with 3.3Terry Jan Reedy2013-08-13
|\|
| * Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_'Terry Jan Reedy2013-08-13
* | Merge with 3.3Terry Jan Reedy2013-06-28
|\|
| * Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stopTerry Jan Reedy2013-06-28
* | Issue #18081: Back out temporary changeset, 2a9e1eb3719c, to merge new patch.Terry Jan Reedy2013-06-28
* | Issue #18081: Workaround "./python -m test_idle test_logging" failureVictor Stinner2013-06-25
* | #5492: merge with 3.3Roger Serwy2013-06-11
|\|
| * #5492: Avoid traceback when exiting IDLE caused by a race condition.Roger Serwy2013-06-11
| * #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patchTerry Jan Reedy2013-06-08
* | Issue #17532: mergeNed Deily2013-05-22
|\|
| * Issue #17532: Always include Options menu for IDLE on OS X.Ned Deily2013-05-22
* | #13495: merge with 3.3.Roger Serwy2013-05-05
|\|
| * #13495: Avoid loading the color delegator twice in IDLE.Roger Serwy2013-05-05
* | #17585: merge with 3.3.Roger Serwy2013-04-11
|\|
| * #17585: Fixed IDLE regression. Now closes when using exit() or quit().Roger Serwy2013-04-11
* | #14254: merge with 3.3.Roger Serwy2013-04-03
|\|
| * #14254: IDLE now handles readline correctly across shell restarts.Roger Serwy2013-04-03
* | #17614: merge with 3.3.Roger Serwy2013-04-02
|\|
| * #17614: IDLE no longer raises exception when quickly closing a file.Roger Serwy2013-04-02
| |\
| | * #17614: IDLE no longer raises exception when quickly closing a file.Roger Serwy2013-04-02
| | * #6698: IDLE now opens just an editor window when configured to do so.Roger Serwy2013-03-31
| | * Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett.Terry Jan Reedy2013-03-30
| | * Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBaseSerhiy Storchaka2013-01-25
| | * Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context MenuAndrew Svetlov2012-11-01