[pypy-commit] pypy unicode-utf8-py3: fix one _codecs test

2018-06-30 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94788:d1d68fcf4b34 Date: 2018-06-30 19:33 -0700 http://bitbucket.org/pypy/pypy/changeset/d1d68fcf4b34/ Log:fix one _codecs test diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/pypy/module

[pypy-commit] pypy py3.6: merge py3.5 into py3.6

2018-06-30 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r94790:a43321e72438 Date: 2018-06-30 19:47 -0700 http://bitbucket.org/pypy/pypy/changeset/a43321e72438/ Log:merge py3.5 into py3.6 diff --git a/pypy/doc/sandbox.rst b/pypy/doc/sandbox.rst --- a/pypy/doc/sandbox.rst +++ b/pypy/doc/sandbox.rst @@ -3

[pypy-commit] pypy unicode-utf8-py3: replace old code, remove pdb

2018-06-30 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94789:fbe5d8ba3ad5 Date: 2018-06-30 19:45 -0700 http://bitbucket.org/pypy/pypy/changeset/fbe5d8ba3ad5/ Log:replace old code, remove pdb diff --git a/pypy/interpreter/pyparser/parsestring.py b/pypy/interpreter/pyparser/parsestring.py -

[pypy-commit] pypy unicode-utf8-py3: merge py3.5 into branch

2018-06-30 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94791:ab11d063dfa4 Date: 2018-06-30 19:47 -0700 http://bitbucket.org/pypy/pypy/changeset/ab11d063dfa4/ Log:merge py3.5 into branch diff too long, truncating to 2000 out of 5287 lines diff --git a/pypy/doc/sandbox.rst b/pypy/doc/sandbo

[pypy-commit] pypy unicode-utf8-py3: pass more module/_io tests

2018-06-30 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94792:63fcd825e9f2 Date: 2018-07-01 00:05 -0500 http://bitbucket.org/pypy/pypy/changeset/63fcd825e9f2/ Log:pass more module/_io tests diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpret