From ipython-tickets@scipy.... Wed Sep 29 14:40:53 2010 From: ipython-tickets@scipy.... (IPython) Date: Wed, 29 Sep 2010 19:40:53 -0000 Subject: [Ipython-tickets] [IPython] #239: ipython does not properly handle encodings In-Reply-To: <043.01c0e8a7b119510a8c7ed52dadb3f647@scipy.org> References: <043.01c0e8a7b119510a8c7ed52dadb3f647@scipy.org> Message-ID: <052.d0fdadd6a456c0bd2b6d3120c0132982@scipy.org> #239: ipython does not properly handle encodings ----------------------+----------------------------------------------------- Reporter: asmodai | Owner: fperez Type: defect | Status: new Priority: normal | Milestone: Component: ipython | Version: Severity: critical | Resolution: Keywords: | ----------------------+----------------------------------------------------- Comment (by mirabilos): confirmed with stock unmodified 0.10 on MirBSD, Python 2.5 duplicate of #148 which also fails or came back -- Ticket URL: IPython The IPython interactive Python system From ipython-tickets@scipy.... Wed Sep 29 14:41:53 2010 From: ipython-tickets@scipy.... (IPython) Date: Wed, 29 Sep 2010 19:41:53 -0000 Subject: [Ipython-tickets] [IPython] #148: ipython: Doesn't handle utf8 strings correctly In-Reply-To: <040.ccc5b60a32f392cb56e69584b08140dc@scipy.org> References: <040.ccc5b60a32f392cb56e69584b08140dc@scipy.org> Message-ID: <049.b2926720bcf56ecf5b4e3b458c3da23d@scipy.org> #148: ipython: Doesn't handle utf8 strings correctly ----------------------+----------------------------------------------------- Reporter: bzed | Owner: fperez Type: defect | Status: closed Priority: highest | Milestone: Component: ipython | Version: Severity: critical | Resolution: fixed Keywords: | ----------------------+----------------------------------------------------- Changes (by mirabilos): * priority: normal => highest * severity: normal => critical Comment: It either came back or was never fixed. See also #239 which is a dup. {{{ Python 2.6.6 (r266:84292, Sep 15 2010, 16:00:36) Type "copyright", "credits" or "license" for more information. IPython 0.10 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object'. ?object also works, ?? prints more. In [1]: u'B??' Out[1]: u'B\xc3\xb6\xc3\xb6' In [2]: print u'B??' -------------->print(u'B??') B???? In [3]: Do you really want to exit ([y]/n)? tg@frozenfis... lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux unstable (sid) Release: unstable Codename: sid }}} -- Ticket URL: IPython The IPython interactive Python system From ipython-tickets@scipy.... Wed Sep 29 15:14:55 2010 From: ipython-tickets@scipy.... (IPython) Date: Wed, 29 Sep 2010 20:14:55 -0000 Subject: [Ipython-tickets] [IPython] #239: ipython does not properly handle encodings In-Reply-To: <043.01c0e8a7b119510a8c7ed52dadb3f647@scipy.org> References: <043.01c0e8a7b119510a8c7ed52dadb3f647@scipy.org> Message-ID: <052.fa276689715883b40c7378fbb48625b2@scipy.org> #239: ipython does not properly handle encodings ----------------------+----------------------------------------------------- Reporter: asmodai | Owner: fperez Type: defect | Status: new Priority: normal | Milestone: Component: ipython | Version: Severity: critical | Resolution: Keywords: | ----------------------+----------------------------------------------------- Comment (by mirabilos): put a patch on LP: #339642 please review -- Ticket URL: IPython The IPython interactive Python system