Activity log for bug #431241

Date Who What changed Old value New value Message
2009-09-17 08:18:48 David Roberts bug added bug
2009-09-17 08:20:30 David Roberts description Tab completion in shell, from bzrtools, has some problems. Tested on Win XP. The following demonstrates. Error reported related to readline, and previous command - if any - is executed instead of the intended one. Notation "<TAB>" used to show when Tab key on keyboard was entered. H:\David\TryBzrExpl\shared repo>bzr shell bzr> verReadline internal error Traceback (most recent call last): File "pyreadline\console\console.pyo", line 671, in hook_wrapper_23 File "pyreadline\rlmain.pyo", line 342, in readline File "pyreadline\modes\emacs.pyo", line 133, in readline File "pyreadline\modes\emacs.pyo", line 90, in _readline_from_keyboard File "pyreadline\modes\basemode.pyo", line 190, in complete File "pyreadline\modes\basemode.pyo", line 128, in _get_completions UnicodeDecodeError: 'ascii' codec can't decode byte 0xa0 in position 6: ordinal not in range(128) bzr> version [[Tab-completion NOT used on this line]] Bazaar (bzr) 2.0rc2 Python interpreter: C:\Added Program Files\Bazaar\python25.dll 2.5.4 Python standard library: C:\Added Program Files\Bazaar\lib\library.zip Platform: Windows-XP-5.1.2600-SP1 bzrlib: C:\Added Program Files\Bazaar\lib\library.zip\bzrlib Bazaar configuration: C:\Documents and Settings\David\Application Data\bazaar\2.0 Bazaar log file: C:\Documents and Settings\David\My Documents\.bzr.log Copyright 2005, 2006, 2007, 2008, 2009 Canonical Ltd. http://bazaar-vcs.org/ bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and you may use, modify and redistribute it under the terms of the GNU General Public License version 2 or later. bzr> plug<TAB>Readline internal error [[NOTE that bzr executes 'version' instead of 'plugins']] Traceback (most recent call last): File "pyreadline\console\console.pyo", line 671, in hook_wrapper_23 File "pyreadline\rlmain.pyo", line 342, in readline File "pyreadline\modes\emacs.pyo", line 133, in readline File "pyreadline\modes\emacs.pyo", line 90, in _readline_from_keyboard File "pyreadline\modes\basemode.pyo", line 190, in complete File "pyreadline\modes\basemode.pyo", line 128, in _get_completions UnicodeDecodeError: 'ascii' codec can't decode byte 0xa0 in position 6: ordinal not in range(128) Bazaar (bzr) 2.0rc2 Python interpreter: C:\Added Program Files\Bazaar\python25.dll 2.5.4 Python standard library: C:\Added Program Files\Bazaar\lib\library.zip Platform: Windows-XP-5.1.2600-SP1 bzrlib: C:\Added Program Files\Bazaar\lib\library.zip\bzrlib Bazaar configuration: C:\Documents and Settings\David\Application Data\bazaar\2.0 Bazaar log file: C:\Documents and Settings\David\My Documents\.bzr.log Copyright 2005, 2006, 2007, 2008, 2009 Canonical Ltd. http://bazaar-vcs.org/ bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and you may use, modify and redistribute it under the terms of the GNU General Public License version 2 or later. bzr> Tab completion in shell, from bzrtools, has some problems. Tested on Win XP. The following demonstrates. Error reported related to readline, and previous command - if any - is executed instead of the intended one. Notation "<TAB>" used to show when Tab key on keyboard was entered. H:\David\TryBzrExpl\shared repo>bzr shell bzr> ver<TAB>Readline internal error Traceback (most recent call last): File "pyreadline\console\console.pyo", line 671, in hook_wrapper_23 File "pyreadline\rlmain.pyo", line 342, in readline File "pyreadline\modes\emacs.pyo", line 133, in readline File "pyreadline\modes\emacs.pyo", line 90, in _readline_from_keyboard File "pyreadline\modes\basemode.pyo", line 190, in complete File "pyreadline\modes\basemode.pyo", line 128, in _get_completions UnicodeDecodeError: 'ascii' codec can't decode byte 0xa0 in position 6: ordinal not in range(128) bzr> version [[Tab-completion NOT used on this line]] Bazaar (bzr) 2.0rc2 Python interpreter: C:\Added Program Files\Bazaar\python25.dll 2.5.4 Python standard library: C:\Added Program Files\Bazaar\lib\library.zip Platform: Windows-XP-5.1.2600-SP1 bzrlib: C:\Added Program Files\Bazaar\lib\library.zip\bzrlib Bazaar configuration: C:\Documents and Settings\David\Application Data\bazaar\2.0 Bazaar log file: C:\Documents and Settings\David\My Documents\.bzr.log Copyright 2005, 2006, 2007, 2008, 2009 Canonical Ltd. http://bazaar-vcs.org/ bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and you may use, modify and redistribute it under the terms of the GNU General Public License version 2 or later. bzr> plug<TAB>Readline internal error [[NOTE that bzr executes 'version' instead of 'plugins']] Traceback (most recent call last): File "pyreadline\console\console.pyo", line 671, in hook_wrapper_23 File "pyreadline\rlmain.pyo", line 342, in readline File "pyreadline\modes\emacs.pyo", line 133, in readline File "pyreadline\modes\emacs.pyo", line 90, in _readline_from_keyboard File "pyreadline\modes\basemode.pyo", line 190, in complete File "pyreadline\modes\basemode.pyo", line 128, in _get_completions UnicodeDecodeError: 'ascii' codec can't decode byte 0xa0 in position 6: ordinal not in range(128) Bazaar (bzr) 2.0rc2 Python interpreter: C:\Added Program Files\Bazaar\python25.dll 2.5.4 Python standard library: C:\Added Program Files\Bazaar\lib\library.zip Platform: Windows-XP-5.1.2600-SP1 bzrlib: C:\Added Program Files\Bazaar\lib\library.zip\bzrlib Bazaar configuration: C:\Documents and Settings\David\Application Data\bazaar\2.0 Bazaar log file: C:\Documents and Settings\David\My Documents\.bzr.log Copyright 2005, 2006, 2007, 2008, 2009 Canonical Ltd. http://bazaar-vcs.org/ bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and you may use, modify and redistribute it under the terms of the GNU General Public License version 2 or later. bzr>
2009-09-17 09:54:47 Vincent Ladeuil affects bzr bzrtools
2009-09-22 18:23:09 Launchpad Janitor branch linked lp:~jameinel/bzrtools/bug_431241
2009-09-26 18:12:22 Aaron Bentley bzrtools: status New Fix Released