[issue12819] PEP 393 - Flexible Unicode String Representation

2011-09-29 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: patch review -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue12819] PEP 393 - Flexible Unicode String Representation

2011-09-29 Thread STINNER Victor
STINNER Victor added the comment: PEP 393 has been accepted and merged into Python 3.3. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue12819] PEP 393 - Flexible Unicode String Representation

2011-09-01 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue12819] PEP 393 - Flexible Unicode String Representation

2011-08-23 Thread STINNER Victor
STINNER Victor added the comment: utf8_fast.patch: fast path for pure ASCII string in the UTF-8 decoder. -- Added file: http://bugs.python.org/file23022/utf8_fast.patch ___ Python tracker _

[issue12819] PEP 393 - Flexible Unicode String Representation

2011-08-22 Thread STINNER Victor
Changes by STINNER Victor : -- hgrepos: +62 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue12819] PEP 393 - Flexible Unicode String Representation

2011-08-22 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti, haypo, lemburg, loewis stage: -> patch review ___ Python tracker ___ ___ Python-bug

[issue12819] PEP 393 - Flexible Unicode String Representation

2011-08-22 Thread Torsten Becker
New submission from Torsten Becker : I have started an implementation of PEP 393 -- Flexible String Representation [1] on bitbucket [2]. Not all code is ported to use the new API yet, but the interpreter starts with the new unicode representation, all unit tests pass, and some micro benchmark