[pypy-commit] pypy default: clean out lib-python/3*

2019-08-21 Thread mattip
Author: Matti Picus Branch: Changeset: r97235:b75bc7eac637 Date: 2019-08-21 20:11 +0300 http://bitbucket.org/pypy/pypy/changeset/b75bc7eac637/ Log:clean out lib-python/3* diff too long, truncating to 2000 out of 5659 lines diff --git a/lib-python/3.2/test/test_tools.py b/lib-python/3.2/te

[pypy-commit] pypy py3.6: merge default, remove wrong version test files

2019-08-21 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97236:1cd037049338 Date: 2019-08-21 20:24 +0300 http://bitbucket.org/pypy/pypy/changeset/1cd037049338/ Log:merge default, remove wrong version test files diff --git a/lib-python/2.7/test/capath/efa5f9c3.0 b/lib-python/2.7/test/capath/efa5f9c3.0

[pypy-commit] pypy py3.6: fix error message

2019-08-21 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97234:63e7c409be9a Date: 2019-08-21 18:00 +0100 http://bitbucket.org/pypy/pypy/changeset/63e7c409be9a/ Log:fix error message diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py --- a/pypy/objspace/std/intobject.py +++ b/py

[pypy-commit] pypy py3.6: Prevent overflow in digest() (bpo-34922)

2019-08-21 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97233:4239b16d9453 Date: 2019-08-21 17:21 +0100 http://bitbucket.org/pypy/pypy/changeset/4239b16d9453/ Log:Prevent overflow in digest() (bpo-34922) diff --git a/lib_pypy/_sha3/__init__.py b/lib_pypy/_sha3/__init__.py --- a/lib_pypy/_sha3/__init__.

[pypy-commit] pypy py3.6: Fix handling of 1st argument to hashlib.blake2{b, s}() to match CPython 3.6.9 (bpo-33729)

2019-08-21 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97232:50a7b57689ea Date: 2019-08-21 16:51 +0100 http://bitbucket.org/pypy/pypy/changeset/50a7b57689ea/ Log:Fix handling of 1st argument to hashlib.blake2{b,s}() to match CPython 3.6.9 (bpo-33729) diff --git a/lib_pypy/_blake2/__init__.py b

[pypy-commit] pypy default: update test for 2.7.15, sync with forward port of bpo-18533 in 3ea4a70584df

2019-08-21 Thread mattip
Author: Matti Picus Branch: Changeset: r97231:ca952577d5b5 Date: 2019-08-21 13:31 +0300 http://bitbucket.org/pypy/pypy/changeset/ca952577d5b5/ Log:update test for 2.7.15, sync with forward port of bpo-18533 in 3ea4a70584df diff --git a/lib-python/2.7/test/test_dictviews.py b/lib-py