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

2017-12-09 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93335:2114fde9ada8 Date: 2017-12-09 19:38 +0100 http://bitbucket.org/pypy/pypy/changeset/2114fde9ada8/ Log:in-progress diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py ---

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

2017-12-09 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8 Changeset: r93332:5e36b35d5716 Date: 2017-12-09 14:35 + http://bitbucket.org/pypy/pypy/changeset/5e36b35d5716/ Log:fix translation diff --git a/pypy/module/struct/formatiterator.py b/pypy/module/struct/formatiterator.py ---

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

2017-12-09 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8-test Changeset: r93334:1bb5950b8ff5 Date: 2017-12-09 14:51 + http://bitbucket.org/pypy/pypy/changeset/1bb5950b8ff5/ Log:hg merge unicode-utf8 diff --git a/pypy/module/struct/formatiterator.py

[pypy-commit] pypy unicode-utf8: fix struct module

2017-12-09 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93329:0d84c39f767e Date: 2017-12-09 16:01 +0200 http://bitbucket.org/pypy/pypy/changeset/0d84c39f767e/ Log:fix struct module diff --git a/pypy/module/struct/formatiterator.py b/pypy/module/struct/formatiterator.py ---

[pypy-commit] pypy unicode-utf8: random assert

2017-12-09 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93331:86769d294fd1 Date: 2017-12-09 16:09 +0200 http://bitbucket.org/pypy/pypy/changeset/86769d294fd1/ Log:random assert diff --git a/pypy/module/unicodedata/interp_ucd.py b/pypy/module/unicodedata/interp_ucd.py ---

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

2017-12-09 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93327:7cd0df437105 Date: 2017-12-09 15:42 +0200 http://bitbucket.org/pypy/pypy/changeset/7cd0df437105/ Log:fix pyexpat diff --git a/pypy/module/pyexpat/interp_pyexpat.py b/pypy/module/pyexpat/interp_pyexpat.py ---

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

2017-12-09 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8-test Changeset: r93330:a31f4ea5722a Date: 2017-12-09 14:04 + http://bitbucket.org/pypy/pypy/changeset/a31f4ea5722a/ Log:hg merge unicode-utf8 diff --git a/pypy/module/_codecs/interp_codecs.py

[pypy-commit] pypy unicode-utf8: oops

2017-12-09 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8 Changeset: r9:5ede24e505ee Date: 2017-12-09 14:42 + http://bitbucket.org/pypy/pypy/changeset/5ede24e505ee/ Log:oops diff --git a/pypy/module/struct/formatiterator.py b/pypy/module/struct/formatiterator.py ---

[pypy-commit] pypy unicode-utf8: fix call_errorhandler()

2017-12-09 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8 Changeset: r93328:08976d2691b2 Date: 2017-12-09 13:44 + http://bitbucket.org/pypy/pypy/changeset/08976d2691b2/ Log:fix call_errorhandler() diff --git a/pypy/module/_codecs/interp_codecs.py

[pypy-commit] pypy unicode-utf8: disallow invalid unicode from array

2017-12-09 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93325:fe927a5758d2 Date: 2017-12-09 14:45 +0200 http://bitbucket.org/pypy/pypy/changeset/fe927a5758d2/ Log:disallow invalid unicode from array diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py ---

[pypy-commit] pypy unicode-utf8: fix unicodedata module

2017-12-09 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93326:b4456e64ff3b Date: 2017-12-09 15:10 +0200 http://bitbucket.org/pypy/pypy/changeset/b4456e64ff3b/ Log:fix unicodedata module diff --git a/pypy/module/unicodedata/interp_ucd.py b/pypy/module/unicodedata/interp_ucd.py ---

[pypy-commit] pypy unicode-utf8-re: Tests and fixes

2017-12-09 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93337:6b113f6d5350 Date: 2017-12-09 20:30 +0100 http://bitbucket.org/pypy/pypy/changeset/6b113f6d5350/ Log:Tests and fixes diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py ---

[pypy-commit] pypy unicode-utf8-re: Getting there

2017-12-09 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93336:170afb57631b Date: 2017-12-09 20:11 +0100 http://bitbucket.org/pypy/pypy/changeset/170afb57631b/ Log:Getting there diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py ---

[pypy-commit] pypy unicode-utf8-re: Must not call ctx.next() when the type of ctx is not exactly known.

2017-12-09 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93339:ebe0641d78a5 Date: 2017-12-09 20:44 +0100 http://bitbucket.org/pypy/pypy/changeset/ebe0641d78a5/ Log:Must not call ctx.next() when the type of ctx is not exactly known. Workaround for interp_sre, where the

[pypy-commit] pypy default: Fix Sphinx build warnings.

2017-12-09 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r93340:e9597229c18d Date: 2017-12-10 04:46 +0100 http://bitbucket.org/pypy/pypy/changeset/e9597229c18d/ Log:Fix Sphinx build warnings. diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst --- a/pypy/doc/build.rst +++

[pypy-commit] pypy unicode-utf8: Fix errorhandler use in utf8_encode_charmap()

2017-12-09 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8 Changeset: r93341:3e5aa507f585 Date: 2017-12-10 04:47 + http://bitbucket.org/pypy/pypy/changeset/3e5aa507f585/ Log:Fix errorhandler use in utf8_encode_charmap() diff --git a/pypy/interpreter/unicodehelper.py

[pypy-commit] pypy unicode-utf8: Handle errorhandlers that go backward

2017-12-09 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8 Changeset: r93342:a4d68881a89d Date: 2017-12-10 05:16 + http://bitbucket.org/pypy/pypy/changeset/a4d68881a89d/ Log:Handle errorhandlers that go backward diff --git a/pypy/interpreter/unicodehelper.py

[pypy-commit] pypy unicode-utf8: fix

2017-12-09 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8 Changeset: r93343:0accab6d493c Date: 2017-12-10 05:25 + http://bitbucket.org/pypy/pypy/changeset/0accab6d493c/ Log:fix diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py ---

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

2017-12-09 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8-test Changeset: r93344:1665df77270e Date: 2017-12-10 05:27 + http://bitbucket.org/pypy/pypy/changeset/1665df77270e/ Log:hg merge unicode-utf8 diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -12,3 +12,4 @@ * improve

[pypy-commit] pypy unicode-utf8: fix _rawffi and add a todo item

2017-12-09 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r93338:93560a4f1a42 Date: 2017-12-09 21:35 +0200 http://bitbucket.org/pypy/pypy/changeset/93560a4f1a42/ Log:fix _rawffi and add a todo item diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -12,3 +12,4 @@ * improve performance of splitlines *

[pypy-commit] buildbot default: kill raring build, activate py3.5 on ARM, add more onlyIfChanged

2017-12-09 Thread mattip
Author: Matti Picus Branch: Changeset: r1046:9c8b26858cfa Date: 2017-12-09 21:46 +0200 http://bitbucket.org/pypy/buildbot/changeset/9c8b26858cfa/ Log:kill raring build, activate py3.5 on ARM, add more onlyIfChanged diff --git a/bot2/pypybuildbot/arm_master.py

[pypy-commit] pypy unicode-utf8-re: in-progress: translation fixes, but I don't understand why I need that

2017-12-09 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93346:80cb52b67f60 Date: 2017-12-10 08:27 +0100 http://bitbucket.org/pypy/pypy/changeset/80cb52b67f60/ Log:in-progress: translation fixes, but I don't understand why I need that diff --git

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

2017-12-09 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93347:58b6fedc39bc Date: 2017-12-10 08:27 +0100 http://bitbucket.org/pypy/pypy/changeset/58b6fedc39bc/ Log:hg merge unicode-utf8 diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -12,3 +12,4 @@ * improve performance of

[pypy-commit] pypy unicode-utf8-re: Add sanity-checks

2017-12-09 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93345:78d73593a136 Date: 2017-12-10 07:36 +0100 http://bitbucket.org/pypy/pypy/changeset/78d73593a136/ Log:Add sanity-checks diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py ---

[pypy-commit] pypy unicode-utf8-re: translation fix

2017-12-09 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93348:698fcd50ff42 Date: 2017-12-10 08:38 +0100 http://bitbucket.org/pypy/pypy/changeset/698fcd50ff42/ Log:translation fix diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py ---

[pypy-commit] pypy unicode-utf8-re: Kill the wrong comment about r_uint in prev_codepoint_pos

2017-12-09 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93349:0d4b7b9d28b5 Date: 2017-12-10 08:39 +0100 http://bitbucket.org/pypy/pypy/changeset/0d4b7b9d28b5/ Log:Kill the wrong comment about r_uint in prev_codepoint_pos diff --git a/rpython/rlib/rsre/rsre_utf8.py

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

2017-12-09 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93350:ec4522b42070 Date: 2017-12-10 08:44 +0100 http://bitbucket.org/pypy/pypy/changeset/ec4522b42070/ Log:More translation fixes diff --git a/rpython/rlib/rsre/rsre_core.py b/rpython/rlib/rsre/rsre_core.py ---

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

2017-12-09 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-re Changeset: r93351:363f54e90b19 Date: 2017-12-10 08:49 +0100 http://bitbucket.org/pypy/pypy/changeset/363f54e90b19/ Log:More diff --git a/rpython/rlib/rsre/rsre_core.py b/rpython/rlib/rsre/rsre_core.py ---