[pypy-commit] pypy py3.5: hg merge default

2017-04-23 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r91119:a9d85e47f5ca Date: 2017-04-23 23:28 +0200 http://bitbucket.org/pypy/pypy/changeset/a9d85e47f5ca/ Log:hg merge default diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -51,6 +51,11 @@ ^rpython/translator/goal/target.+-

[pypy-commit] pypy py3.5: 2to3

2017-04-23 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r91120:bff93f299782 Date: 2017-04-23 23:38 +0200 http://bitbucket.org/pypy/pypy/changeset/bff93f299782/ Log:2to3 diff --git a/lib_pypy/_md5.py b/lib_pypy/_md5.py --- a/lib_pypy/_md5.py +++ b/lib_pypy/_md5.py @@ -53,10 +53,10 @@ j = 0 i

[pypy-commit] pypy py3.5: 2to3

2017-04-23 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r91121:bf079f3f0ada Date: 2017-04-23 23:43 +0200 http://bitbucket.org/pypy/pypy/changeset/bf079f3f0ada/ Log:2to3 diff --git a/pypy/interpreter/test/test_syntax.py b/pypy/interpreter/test/test_syntax.py --- a/pypy/interpreter/test/test_syntax.py