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

2018-07-27 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r94909:ebe135031f7e Date: 2018-07-28 02:00 +0100 http://bitbucket.org/pypy/pypy/changeset/ebe135031f7e/ Log:hg merge py3.5 diff too long, truncating to 2000 out of 4128 lines diff --git a/lib-python/3/fractions.py b/lib-python/3/fractions.py --- a

[pypy-commit] pypy unicode-utf8-py3: remove consumed from decoding functions

2018-07-27 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94903:97cd2e230f8a Date: 2018-07-11 23:33 -0500 http://bitbucket.org/pypy/pypy/changeset/97cd2e230f8a/ Log:remove consumed from decoding functions diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py ---

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

2018-07-27 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94901:d50076cea2ec Date: 2018-07-11 09:26 -0500 http://bitbucket.org/pypy/pypy/changeset/d50076cea2ec/ Log:merge py3.5 into branch diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO --- a/lib_pypy/cffi.egg-i

[pypy-commit] pypy unicode-utf8-py3: fix tests, then fix implementations to pass more tests

2018-07-27 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94904:fed03b2241ff Date: 2018-07-27 16:00 -0400 http://bitbucket.org/pypy/pypy/changeset/fed03b2241ff/ Log:fix tests, then fix implementations to pass more tests diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjs

[pypy-commit] pypy unicode-utf8-py3: fix, skip tests

2018-07-27 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94902:74c2ede43307 Date: 2018-07-11 23:32 -0500 http://bitbucket.org/pypy/pypy/changeset/74c2ede43307/ Log:fix, skip tests diff --git a/pypy/interpreter/astcompiler/test/test_astbuilder.py b/pypy/interpreter/astcompiler/test/test_astb

[pypy-commit] pypy unicode-utf8: merge default into branch

2018-07-27 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r94900:e32ab94a29ee Date: 2018-07-11 09:25 -0500 http://bitbucket.org/pypy/pypy/changeset/e32ab94a29ee/ Log:merge default into branch diff too long, truncating to 2000 out of 2065 lines diff --git a/lib-python/2.7/code.py b/lib-python/2.7/