[pypy-commit] pypy unicode-utf8-test: fix space.newunicode

2017-12-08 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8-test Changeset: r93323:9fe5f582087d Date: 2017-12-08 13:37 + http://bitbucket.org/pypy/pypy/changeset/9fe5f582087d/ Log:fix space.newunicode diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py ---

[pypy-commit] pypy py3.6: hg merge py3.5 (+ fixes)

2017-12-08 Thread mjacob
Author: Manuel Jacob Branch: py3.6 Changeset: r93320:f04d4604c7e3 Date: 2017-12-09 03:14 +0100 http://bitbucket.org/pypy/pypy/changeset/f04d4604c7e3/ Log:hg merge py3.5 (+ fixes) I'm not 100% sure about the merge in test_dis.py, but most of the tests are

[pypy-commit] pypy unicode-utf8-test: hg merge unicode-utf8

2017-12-08 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8-test Changeset: r93322:33d09fc56c08 Date: 2017-12-08 13:28 + http://bitbucket.org/pypy/pypy/changeset/33d09fc56c08/ Log:hg merge unicode-utf8 diff too long, truncating to 2000 out of 3186 lines diff --git a/TODO b/TODO ---

[pypy-commit] pypy unicode-utf8-test: hg merge unicode-utf8

2017-12-08 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8-test Changeset: r93324:e6db8eec731a Date: 2017-12-09 02:46 + http://bitbucket.org/pypy/pypy/changeset/e6db8eec731a/ Log:hg merge unicode-utf8 diff --git a/pypy/interpreter/test/test_unicodehelper.py

[pypy-commit] pypy unicode-utf8: translation fixes

2017-12-08 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8 Changeset: r93321:598f10607a50 Date: 2017-12-09 02:44 + http://bitbucket.org/pypy/pypy/changeset/598f10607a50/ Log:translation fixes diff --git a/pypy/module/_pypyjson/interp_decoder.py

[pypy-commit] pypy unicode-utf8: Add utf8-based replacement for runicode.unicode_encode_decimal() to unicodehelper and fix PyUnicode_EncodeDecimal()

2017-12-08 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8 Changeset: r93319:ac75e33e51bb Date: 2017-12-09 01:36 + http://bitbucket.org/pypy/pypy/changeset/ac75e33e51bb/ Log:Add utf8-based replacement for runicode.unicode_encode_decimal() to unicodehelper and fix

[pypy-commit] pypy unicode-utf8: Fix PyUnicode_DecodeUTF16/32

2017-12-08 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8 Changeset: r93318:d53d8f486841 Date: 2017-12-08 16:53 + http://bitbucket.org/pypy/pypy/changeset/d53d8f486841/ Log:Fix PyUnicode_DecodeUTF16/32 diff --git a/pypy/module/cpyext/unicodeobject.py

[pypy-commit] pypy unicode-utf8: fixes

2017-12-08 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8 Changeset: r93317:5677dc1909e9 Date: 2017-12-08 14:45 + http://bitbucket.org/pypy/pypy/changeset/5677dc1909e9/ Log:fixes diff --git a/pypy/module/cpyext/longobject.py b/pypy/module/cpyext/longobject.py ---

[pypy-commit] pypy unicode-utf8: Some unicode>utf8 conversions in cpyext/unicodeobject.py

2017-12-08 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8 Changeset: r93316:8cc0253e1ece Date: 2017-12-08 13:07 + http://bitbucket.org/pypy/pypy/changeset/8cc0253e1ece/ Log:Some unicode>utf8 conversions in cpyext/unicodeobject.py diff --git a/pypy/interpreter/unicodehelper.py

[pypy-commit] pypy unicode-utf8-re: Fix test_search

2017-12-08 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93314:80ff594175dc Date: 2017-12-08 12:57 +0100 http://bitbucket.org/pypy/pypy/changeset/80ff594175dc/ Log:Fix test_search diff --git a/rpython/rlib/rsre/rsre_utf8.py b/rpython/rlib/rsre/rsre_utf8.py ---

[pypy-commit] pypy unicode-utf8-re: Fix test_match

2017-12-08 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93315:e2017b23843a Date: 2017-12-08 13:03 +0100 http://bitbucket.org/pypy/pypy/changeset/e2017b23843a/ Log:Fix test_match diff --git a/rpython/rlib/rsre/rsre_core.py b/rpython/rlib/rsre/rsre_core.py ---

[pypy-commit] pypy unicode-utf8-re: duh

2017-12-08 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93313:68c926785f51 Date: 2017-12-08 12:52 +0100 http://bitbucket.org/pypy/pypy/changeset/68c926785f51/ Log:duh diff --git a/rpython/rlib/rsre/rsre_utf8.py b/rpython/rlib/rsre/rsre_utf8.py ---

[pypy-commit] pypy unicode-utf8-re: Remove slowly_convert_byte_pos_to_index

2017-12-08 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93312:b58a53172e21 Date: 2017-12-08 12:44 +0100 http://bitbucket.org/pypy/pypy/changeset/b58a53172e21/ Log:Remove slowly_convert_byte_pos_to_index diff --git a/rpython/rlib/rsre/rsre_core.py

[pypy-commit] pypy unicode-utf8-re: in-progress

2017-12-08 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93311:336fb075d139 Date: 2017-12-08 12:22 +0100 http://bitbucket.org/pypy/pypy/changeset/336fb075d139/ Log:in-progress diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py ---

[pypy-commit] pypy unicode-utf8: whack at _io module

2017-12-08 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93308:7ffcfc6493e6 Date: 2017-12-08 10:38 +0200 http://bitbucket.org/pypy/pypy/changeset/7ffcfc6493e6/ Log:whack at _io module diff --git a/pypy/module/_io/interp_stringio.py b/pypy/module/_io/interp_stringio.py ---

[pypy-commit] pypy unicode-utf8: kill dead code

2017-12-08 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93306:eb61e553bfd4 Date: 2017-12-07 18:07 +0200 http://bitbucket.org/pypy/pypy/changeset/eb61e553bfd4/ Log:kill dead code diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py ---

[pypy-commit] pypy unicode-utf8: more fixes

2017-12-08 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93310:e4ed73204961 Date: 2017-12-08 10:50 +0200 http://bitbucket.org/pypy/pypy/changeset/e4ed73204961/ Log:more fixes diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/array/interp_array.py +++

[pypy-commit] pypy unicode-utf8: fix _codecs

2017-12-08 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93307:bf4ecad403eb Date: 2017-12-08 10:19 +0200 http://bitbucket.org/pypy/pypy/changeset/bf4ecad403eb/ Log:fix _codecs diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unicodehelper.py

[pypy-commit] pypy unicode-utf8: whack the slowpath too

2017-12-08 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93305:a50930e1db6b Date: 2017-12-07 18:07 +0200 http://bitbucket.org/pypy/pypy/changeset/a50930e1db6b/ Log:whack the slowpath too diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py ---

[pypy-commit] pypy unicode-utf8: fix _multibytecodec

2017-12-08 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93309:affb72fc7cf7 Date: 2017-12-08 10:40 +0200 http://bitbucket.org/pypy/pypy/changeset/affb72fc7cf7/ Log:fix _multibytecodec diff --git a/pypy/module/_multibytecodec/c_codecs.py b/pypy/module/_multibytecodec/c_codecs.py ---

[pypy-commit] pypy unicode-utf8-re: in-progress

2017-12-08 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93303:0fd38947b59e Date: 2017-12-08 11:45 +0100 http://bitbucket.org/pypy/pypy/changeset/0fd38947b59e/ Log:in-progress diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py ---

[pypy-commit] pypy unicode-utf8-re: hg merge unicode-utf8

2017-12-08 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93304:be4b4c164598 Date: 2017-12-08 11:46 +0100 http://bitbucket.org/pypy/pypy/changeset/be4b4c164598/ Log:hg merge unicode-utf8 diff too long, truncating to 2000 out of 3797 lines diff --git a/TODO b/TODO --- a/TODO

[pypy-commit] pypy unicode-utf8-re: in-progress

2017-12-08 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93302:cb5b89596a2f Date: 2017-12-08 11:44 +0100 http://bitbucket.org/pypy/pypy/changeset/cb5b89596a2f/ Log:in-progress diff --git a/rpython/rlib/rsre/rsre_core.py b/rpython/rlib/rsre/rsre_core.py ---