[issue5833] readline update

2014-08-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: Bug was fixed. Enhancements are out of date for 2.x and OP will not pursue for 3.x, and should be a separate issue anyway. -- nosy: +terry.reedy resolution: - fixed stage: - resolved status: open - closed ___

[issue5833] readline update

2014-07-28 Thread Mark Lawrence
Mark Lawrence added the comment: Looking at msg128306 and msg128319 I believe this can be closed. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5833 ___

[issue5833] readline update

2011-02-10 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Antoine: do you think it's worth the effort? As mentioned above, the readline 6 compatibility code was checked in. The ClassType expansion is 2.x-only, so probably can't go in since it's a feature request. What remains is the filename

[issue5833] readline update

2011-02-10 Thread J. Evans
J. Evans jreva...@earthlink.net added the comment: I have no problem splitting the patch into multiple files. When I do so, do I place them here or open separate tickets for each component? Or if you guys want to just close out the ticket since the actual bug was fixed, I am okay with that

[issue5833] readline update

2011-02-09 Thread Sandro Tosi
Sandro Tosi sandro.t...@gmail.com added the comment: How should we move forward with this issue? J Evens: are you willing to split the patch in smaller ones that can be more easily managed/reviewed/applied? Antoine: do you think it's worth the effort? I can also try to split the patch, but

[issue5833] readline update

2009-11-19 Thread Matthias Klose
Matthias Klose d...@debian.org added the comment: msg94560 should read backported to the 2.6 branch. can we close the report? -- nosy: +doko ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5833

[issue5833] readline update

2009-11-19 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Can we close the report? Well there's something else in the original patch, although I don't care about it. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5833

[issue5833] readline update

2009-10-27 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Now backported to py3k in r75747. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5833 ___ ___

[issue5833] readline update

2009-10-19 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: I've committed the readline 6.0 fix to trunk, py3k and 3.1. I'll commit it to 2.6 when the branch is unfrozen. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5833

[issue5833] readline update

2009-07-29 Thread Dror Levin
Dror Levin sp...@psybear.com added the comment: Arch Linux devs have split the patch and applied only the extra-space fix, which is what I'm attaching now. I've compiled Python 2.6.2 on Gentoo with this patch and can report it works well (I tested with ipython). -- Added file:

[issue5833] readline update

2009-07-27 Thread Dror Levin
Dror Levin sp...@psybear.com added the comment: This bug was reported in Arch (http://bugs.archlinux.org/task/15548) and Gentoo (https://bugs.gentoo.org/show_bug.cgi?id=279234) -- nosy: +spatz ___ Python tracker rep...@bugs.python.org

[issue5833] readline update

2009-07-27 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: The patch should be broken into several, one for each bug fix or enhancement. Remarks and questions: - is the readline v6.x fix (which I'm interested in) compatible with previous readline versions? - what does removes '~$-/' from the completer

[issue5833] readline update

2009-07-27 Thread J. Evans
J. Evans jreva...@earthlink.net added the comment: Some clarification about the rest of the patch: -- We tested the readline fix with version 5.2 and it seemed to work, we did not do a thorough test with it, or with any other version. -- When I supplied the patch I supplied the patch that we

[issue5833] readline update

2009-04-24 Thread J. Evans
New submission from J. Evans jreva...@earthlink.net: Attached is a patch file that will update the readline functionality of python in the following ways: -- makes the tab-expand module be compatible with readline v6.x (fixes the annoying extra-space bug) -- removes '~$-/' from the completer