[issue21519] IDLE : Bug in keybinding validity check

2017-06-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: Thanks for the patch. The F3-missing bug has been fixed. -- resolution: -> fixed stage: test needed -> resolved status: open -> closed ___ Python tracker

[issue21519] IDLE : Bug in keybinding validity check

2017-06-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 93b88e995373c48713c9f7d4b32fe1d0166709e5 by terryjreedy in branch '3.6': [3.6] bpo-21519: IDLE basic custom key entry better detects duplicates. (GH-2428) (#2433) https://github.com/python/cpython/commit/93b88e995373c48713c9f7d4b32fe1d0166709e5

[issue21519] IDLE : Bug in keybinding validity check

2017-06-26 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +2481 ___ Python tracker ___ ___

[issue21519] IDLE : Bug in keybinding validity check

2017-06-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 44913e584bcf4e2a0e1a6372c304c2d5ea521fc6 by terryjreedy in branch 'master': bpo-21519: IDLE basic custom key entry better detects duplicates. (#2428) https://github.com/python/cpython/commit/44913e584bcf4e2a0e1a6372c304c2d5ea521fc6 --

[issue21519] IDLE : Bug in keybinding validity check

2017-06-26 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +2479 ___ Python tracker ___ ___

[issue21519] IDLE : Bug in keybinding validity check

2017-06-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: configdialog.ConfigDialog.getNewKeys() calls config_key.GetKeysDialog with a list of lists of one or more sequences (currentKeySequences). GetKeysDialog.KeysOK looks for keys.split() in currentKeySequences. Since KeysOK on only called for the no-space

[issue21519] IDLE : Bug in keybinding validity check

2017-06-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: #6739 is about rejecting *invalid* sequences, this is about rejecting a *duplicate* valid sequence. Both fixes are needed. -- ___ Python tracker

[issue21519] IDLE : Bug in keybinding validity check

2017-06-21 Thread Terry J. Reedy
Terry J. Reedy added the comment: I believe patch affects same area of file as patch for #6739. -- ___ Python tracker ___

[issue21519] IDLE : Bug in keybinding validity check

2017-06-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: #6739 also has a patch to refuse invalid key bindings. -- assignee: -> terry.reedy versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.4 ___ Python tracker

[issue24572] IDLE Bug

2015-07-05 Thread Kevin Phillips (kmecpp)
://stackoverflow.com/q/31235670/3476226 -- components: IDLE files: python_bug.png messages: 246343 nosy: Kevin Phillips (kmecpp) priority: normal severity: normal status: open title: IDLE Bug type: behavior versions: Python 3.4 Added file: http://bugs.python.org/file39873/python_bug.png

[issue21519] IDLE : Bug in keybinding validity check

2014-10-02 Thread Terry J. Reedy
Terry J. Reedy added the comment: #6739 may also be relevant -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21519 ___ ___ Python-bugs-list

[issue21519] IDLE : Bug in keybinding validity check

2014-06-15 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: A small bug in line 185 in keybindingDialog.py. 'F2' appears twice and 'F3' is missing. Since this is a typo, I did not create a new issue. -- ___ Python tracker rep...@bugs.python.org

[issue21519] IDLE : Bug in keybinding validity check

2014-05-18 Thread Terry J. Reedy
Terry J. Reedy added the comment: Now the Control-Key-C binding will be assigned to two actions. I do not see this. I only see Control-Key-c duplicated, which is bad enough to be patched. What did you leave out ;-). Also see #12387, which we need to finish, and Ned's link to

[issue21519] IDLE : Bug in keybinding validity check

2014-05-17 Thread Saimadhav Heblikar
a patch to fix this issue. -- components: IDLE files: keybinding.diff keywords: patch messages: 218734 nosy: sahutd, terry.reedy priority: normal severity: normal status: open title: IDLE : Bug in keybinding validity check type: behavior versions: Python 2.7, Python 3.4 Added file: http

Re: IDLE bug

2011-04-21 Thread harrismh777
Terry Reedy wrote: Go ahead and report, noting which Linux distribution, and include my negative report. Add me as nosy. Done. 11896 created. msg(s) 134194 134195 thanks -- http://mail.python.org/mailman/listinfo/python-list

Re: IDLE bug

2011-04-20 Thread rantingrick
On Apr 18, 11:16 pm, James Mills prolo...@shortcircuit.net.au wrote: On Tue, Apr 19, 2011 at 2:05 PM, harrismh777 harrismh...@charter.net wrote: Are bug reports wanted here, or just in issue tracker? Pretty sure they're wanted in the Issue Tracker. My opinion is to report bugs on the tracker

Re: IDLE bug

2011-04-19 Thread Terry Reedy
On 4/19/2011 12:05 AM, harrismh777 wrote: Are bug reports wanted here, or just in issue tracker? If one is somewhat experienced with Python and is sure about having identified a bug, and is willing to search the tracker for existing reports and respond to questions, then report on the

Re: IDLE bug

2011-04-19 Thread harrismh777
Terry Reedy wrote: If one is new to Python and perhaps not sure, or should not be sure, then I prefer that one ask here for a second opinion. Thanks Terry. I am not new to Python, but I am new to Python3, and I'm also relatively new to IDLE. Typically I edit with vi, test on the terminal,

Re: IDLE bug

2011-04-19 Thread Terry Reedy
On 4/19/2011 11:39 PM, harrismh777 wrote: Terry Reedy wrote: If one is new to Python and perhaps not sure, or should not be sure, then I prefer that one ask here for a second opinion. Thanks Terry. I am not new to Python, but I am new to Python3, and I'm also relatively new to IDLE. Typically

IDLE bug

2011-04-18 Thread harrismh777
Are bug reports wanted here, or just in issue tracker? thanks -- http://mail.python.org/mailman/listinfo/python-list

Re: IDLE bug

2011-04-18 Thread James Mills
On Tue, Apr 19, 2011 at 2:05 PM, harrismh777 harrismh...@charter.net wrote: Are bug reports wanted here, or just in issue tracker? Pretty sure they're wanted in the Issue Tracker. cheers James -- -- James Mills -- -- Problems are solved by method --

Re: IDLE bug

2011-04-18 Thread Westley Martínez
On Mon, 2011-04-18 at 23:05 -0500, harrismh777 wrote: Are bug reports wanted here, or just in issue tracker? thanks If it's a super-critical bug that can destroy data, yes, else just the issue tracker. -- http://mail.python.org/mailman/listinfo/python-list

[ python-Bugs-1179168 ] IDLE bug - changing shortcuts - Shift-Tab broken!

2006-07-17 Thread SourceForge.net
, including the initial issue submission, for this request, not just the latest update. Category: IDLE Group: None Status: Closed Resolution: Fixed Priority: 6 Submitted By: Przemys#322;aw Gocy#322;a (bld_d16) Assigned to: Kurt B. Kaiser (kbk) Summary: IDLE bug - changing shortcuts - Shift-Tab

[ python-Bugs-1179168 ] IDLE bug - changing shortcuts - Shift-Tab broken!

2005-10-11 Thread SourceForge.net
, including the initial issue submission, for this request, not just the latest update. Category: IDLE Group: None Status: Open Resolution: None Priority: 6 Submitted By: Przemys#322;aw Gocy#322;a (bld_d16) Assigned to: Kurt B. Kaiser (kbk) Summary: IDLE bug - changing shortcuts - Shift-Tab broken

[ python-Bugs-1179168 ] IDLE bug - changing shortcuts

2005-04-14 Thread SourceForge.net
By: Przemys#322;aw Gocy#322;a (bld_d16) Assigned to: Kurt B. Kaiser (kbk) Summary: IDLE bug - changing shortcuts Initial Comment: On Python 2.4.1 on WinXP I have changed keyboard shortcut settings for indent/unindent. New shorcut was Tab/Shift+Tab. When I did it IDLE hanged up and I could

[ python-Bugs-1179168 ] IDLE bug - changing shortcuts

2005-04-08 Thread SourceForge.net
Priority: 5 Submitted By: Przemys#322;aw Gocy#322;a (bld_d16) Assigned to: Nobody/Anonymous (nobody) Summary: IDLE bug - changing shortcuts Initial Comment: On Python 2.4.1 on WinXP I have changed keyboard shortcut settings for indent/unindent. New shorcut was Tab/Shift+Tab. When I did it IDLE

sys.stdin and idle bug?

2005-01-20 Thread Jason B Burke
Greetings All, I apologize if this has been brought up before, but I'm having a small issue with the handling of sys.stdin in Idle. I'm using a routine to mimic the c library function getch(), to get a single character from the keyboard. The function works in the standard python shell, but in