** Changed in: bash-completion (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/470824
Title:
spurious trailing space after tab completion
To manage notific
** Changed in: python
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/470824
Title:
spurious trailing space after tab completion
To manage notifications about this
Workaround for bash-completion: disable it (complete -r), and just use
the native completion (i.e. complete-everything). This is more usable
than a spurious space after every tab in bash.
** Also affects: bash-completion (Ubuntu)
Importance: Undecided
Status: New
--
You received this b
** Changed in: gentoo
Importance: Unknown => Medium
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/470824
Title:
spurious trailing space after tab completion
--
ubuntu-bugs mailing list
ubuntu-b
** Changed in: gentoo
Status: Confirmed => Fix Released
--
spurious trailing space after tab completion
https://bugs.launchpad.net/bugs/470824
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bug
This does not match the Stable Release Updates criteria IMHO, and is not
worth the risk and effort of an SRU.
--
spurious trailing space after tab completion
https://bugs.launchpad.net/bugs/470824
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to U
I can confirm that Adam Collard's PPA version solves this issue. I have
not seen any side effects.
Adam, thanks for putting this PPA together. If there's anything I can
do to help, please let me know.
--
spurious trailing space after tab completion
https://bugs.launchpad.net/bugs/470824
You re
Note that the same changes are available in my PPA
https://edge.launchpad.net/~adam-collard/+archive/ppa and have been
tested by at least two people other than myself
--
spurious trailing space after tab completion
https://bugs.launchpad.net/bugs/470824
You received this bug notification because
** Attachment added: "debdiff of changes present in branch"
http://launchpadlibrarian.net/39876572/lp_470824.debdiff
--
spurious trailing space after tab completion
https://bugs.launchpad.net/bugs/470824
You received this bug notification because you are a member of Ubuntu
Bugs, which is subs
SRU: minimal diff available on attached branch (please indicate if an
attached patch is preferable).
Nominating for SRU. Fulfils "(1) have an obviously safe patch and (2)
affect an application rather than critical infrastructure packages". The
application here being the Python command line - isn't
** Description changed:
When linked against readline6, Python's readline module inserts a space
after tab completions. This differs from previous versions and in most
cases is unwanted.
+ TEST CASE:
+ $ python
+ >>> import rlcompleter
+ >>> import readline
+ >>> readline.parse_and_bind('
** Branch linked: lp:~adam-collard/ubuntu/karmic/python2.6/bug_470284
--
spurious trailing space after tab completion
https://bugs.launchpad.net/bugs/470824
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubu
> This was fixed in 2.6.4-4
Does this mean that I should not expect this fix to make it into Karmic?
--
spurious trailing space after tab completion
https://bugs.launchpad.net/bugs/470824
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
** Tags added: regression-release
--
spurious trailing space after tab completion
https://bugs.launchpad.net/bugs/470824
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://li
This was fixed in 2.6.4-4
--
spurious trailing space after tab completion
https://bugs.launchpad.net/bugs/470824
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubun
** Changed in: python2.6 (Ubuntu)
Status: Triaged => Fix Released
--
spurious trailing space after tab completion
https://bugs.launchpad.net/bugs/470824
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
On Sun, Jan 31, 2010 at 2:47 PM, Ludwig Schwardt
wrote:
> One solution to this problem is to install the readline package from
> PyPI (i.e. easy_install readline). The latest version (2.6.4) includes
> the fix from the Python maintenance branch mentioned above (r75747). It
> also works fine on Sno
One solution to this problem is to install the readline package from
PyPI (i.e. easy_install readline). The latest version (2.6.4) includes
the fix from the Python maintenance branch mentioned above (r75747). It
also works fine on Snow Leopard and Ubuntu.
--
spurious trailing space after tab comp
Yes, the problem was fixed in Lucid.
--
spurious trailing space after tab completion
https://bugs.launchpad.net/bugs/470824
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https:/
Sorry - I did not intend to nominate for Lucid. It appears that Lucid
recently pulled in changes from Python's 2.6 maintenance branch, so I
assume this is fixed there (though I haven't checked). I can't figure
out how to undo the nomination, though.
Nonetheless, what are the chances of getting t
On Sun, Jan 10, 2010 at 1:55 PM, Robert Schroll wrote:
> This issue has been fixed in Python's 2.6 maintenance branch with
> revision 75747. (Here's the patch itself:
> http://svn.python.org/view/python/branches/release26-maint/Modules/readline.c?r1=75747&r2=75746&pathrev=75747&view=patch)
> What
This issue has been fixed in Python's 2.6 maintenance branch with
revision 75747. (Here's the patch itself:
http://svn.python.org/view/python/branches/release26-maint/Modules/readline.c?r1=75747&r2=75746&pathrev=75747&view=patch)
What do I need to do to get this into Ubuntu's versions?
--
spurio
Closing as invalid, since this isn't really our bug, it's Python's.
--
spurious trailing space after tab completion
https://bugs.launchpad.net/bugs/470824
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubunt
** Description changed:
+ When linked against readline6, Python's readline module inserts a space
+ after tab completions. This differs from previous versions and in most
+ cases is unwanted.
+
+ Original description:
Using IPython 0.10, when I use tab completion after cd, IPython inserts an
A demonstration of this bug in the standard python interpreter:
>>> import rlcompleter
>>> import readline
>>> readline.parse_and_bind('tab: complete')
>>> read
In previous versions (with readline5), this expands to "readline". In
Karmic (with readline6), this expands to "readline". Although
th
** Summary changed:
- spurious trailing space after tab completion in cd
+ spurious trailing space after tab completion
--
spurious trailing space after tab completion
https://bugs.launchpad.net/bugs/470824
You received this bug notification because you are a member of Ubuntu
Bugs, which is subs
** Changed in: gentoo
Status: Unknown => Confirmed
--
spurious trailing space after tab completion in cd
https://bugs.launchpad.net/bugs/470824
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bu
** Bug watch added: Gentoo Bugzilla #279234
http://bugs.gentoo.org/show_bug.cgi?id=279234
** Also affects: gentoo via
http://bugs.gentoo.org/show_bug.cgi?id=279234
Importance: Unknown
Status: Unknown
--
spurious trailing space after tab completion in cd
https://bugs.launchpad.net
This seems to have been fixed with revisions 75531 and 75725 in the
Python trunk, but these didn't make it into 2.6.4. Might these be
imported to Ubuntu's version?
Alternatively: This problem seems to have been caused by changes between
readline5 and readline6. If I link /lib/readline.so.6 to po
** Also affects: python via
http://bugs.python.org/issue5833
Importance: Unknown
Status: Unknown
** Changed in: ipython
Status: New => Invalid
** Also affects: python-defaults (Ubuntu)
Importance: Undecided
Status: New
** Changed in: python-defaults (Ubuntu)
30 matches
Mail list logo