[issue15308] IDLE - add an "Interrupt Execution" to shell menu

2017-06-22 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue15308] IDLE - add an "Interrupt Execution" to shell menu

2016-09-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9148a2213631 by Terry Jan Reedy in branch '2.7': Issue #15308: Add 'interrupt execution' (^C) to Shell menu. https://hg.python.org/cpython/rev/9148a2213631 New changeset 74b84014bc27 by Terry Jan Reedy in branch '3.5': Issue #15308: Add 'interrupt

[issue15308] IDLE - add an "Interrupt Execution" to shell menu

2016-09-11 Thread Bayard Randel
Bayard Randel added the comment: Updated description in idle.rst with a fullstop. -- Added file: http://bugs.python.org/file44583/issue15308_updated-2.patch ___ Python tracker

[issue15308] IDLE - add an "Interrupt Execution" to shell menu

2016-09-11 Thread Bayard Randel
Bayard Randel added the comment: I've provided a patch which seems to bring this change up to date on Python 3.6.0a4+, however I've only manually tested. Having had a look at the existing idle tests, it wasn't clear to me how I could also provide a test. Any suggestions would be appreciated.

[issue15308] IDLE - add an "Interrupt Execution" to shell menu

2015-09-18 Thread Mark Roseman
Changes by Mark Roseman : -- nosy: +markroseman ___ Python tracker ___ ___

[issue15308] IDLE - add an Interrupt Execution to shell menu

2013-06-15 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: +Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15308 ___ ___ Python-bugs-list

[issue15308] IDLE - add an Interrupt Execution to shell menu

2012-07-09 Thread Roger Serwy
New submission from Roger Serwy roger.se...@gmail.com: Add an Interrupt Execution to the Shell menu, per issue13504, annoyance #3 - PROBLEM: There’s no obvious way to stop a running program. (Don’t expect them to know Ctrl-C) -- components: IDLE keywords: easy messages: 165122 nosy:

[issue15308] IDLE - add an Interrupt Execution to shell menu

2012-07-09 Thread Roger Serwy
Changes by Roger Serwy roger.se...@gmail.com: -- keywords: +patch Added file: http://bugs.python.org/file26335/issue15308.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15308 ___

[issue15308] IDLE - add an Interrupt Execution to shell menu

2012-07-09 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: I would like to broaden this to add other missing features to the menus. I have no need for this, but I would like history-next/prev added (to shell, as they only apply there). I never learned them because at first I did not know about them

[issue15308] IDLE - add an Interrupt Execution to shell menu

2012-07-09 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: I was thinking about #12387 about caps lock and shortcuts. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15308 ___

[issue15308] IDLE - add an Interrupt Execution to shell menu

2012-07-09 Thread Roger Serwy
Roger Serwy roger.se...@gmail.com added the comment: I'm ok with broadening the scope of this issue to include other items. If we decide to deprecate running IDLE without a subprocess (http://mail.python.org/pipermail/idle-dev/2012-June/003124.html), then the history-next/prev would fit

[issue15308] IDLE - add an Interrupt Execution to shell menu

2012-07-09 Thread Roger Serwy
Roger Serwy roger.se...@gmail.com added the comment: The help.txt file needs to be modified as well. See interrupt_execution.patch. -- Added file: http://bugs.python.org/file26339/interrupt_execution.patch ___ Python tracker rep...@bugs.python.org