Author serwy
Recipients serwy
Date 2008-04-27.18:02:34
SpamBayes Score 0.0120551
Marked as misclassified No
Message-id <1209319360.66.0.583090952017.issue2704@psf.upfronthosting.co.za>
In-reply-to
Content
See attached diff file. Patching PyShell.py Version 1.2.1

PyShell ignores letter/number key presses when the cursor is not on the
command line. Instead it should redirect any letter/number key presses
to the command line. (Changed ModifiedUndoDelegator)

Also, up/down arrow presses should scroll through history when the
cursor is on the command line. But when the cursor is not on the command
line, the arrow keys should move around the PyShell window. (Added new
bindings with conditional logic)
History
Date User Action Args
2008-04-27 18:02:41serwysetspambayes_score: 0.0120551 -> 0.0120551
recipients: + serwy
2008-04-27 18:02:40serwysetspambayes_score: 0.0120551 -> 0.0120551
messageid: <1209319360.66.0.583090952017.issue2704@psf.upfronthosting.co.za>
2008-04-27 18:02:38serwylinkissue2704 messages
2008-04-27 18:02:37serwycreate