[pypy-commit] buildbot default: reschedule builds- build py3.5 not py3k, move benchmarks to later

2016-10-28 Thread mattip
Author: Matti Picus Branch: Changeset: r1017:978b51fc8006 Date: 2016-10-28 17:21 +0300 http://bitbucket.org/pypy/buildbot/changeset/978b51fc8006/ Log:reschedule builds- build py3.5 not py3k, move benchmarks to later diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py ---

[pypy-commit] pypy fix-struct-unpack-Q: rpython fix

2016-10-28 Thread antocuni
Author: Antonio Cuni Branch: fix-struct-unpack-Q Changeset: r87975:adfab214048f Date: 2016-10-28 18:35 +0200 http://bitbucket.org/pypy/pypy/changeset/adfab214048f/ Log:rpython fix diff --git a/pypy/module/struct/formatiterator.py b/pypy/module/struct/formatiterator.py --- a/pypy/module/stru

[pypy-commit] pypy fix-struct-unpack-Q: generalize the test and the fix: it's not only about Q, but about all the unsigned types; this also fix it on 32bit

2016-10-28 Thread antocuni
Author: Antonio Cuni Branch: fix-struct-unpack-Q Changeset: r87974:cced34dd6dde Date: 2016-10-28 18:33 +0200 http://bitbucket.org/pypy/pypy/changeset/cced34dd6dde/ Log:generalize the test and the fix: it's not only about Q, but about all the unsigned types; this also fix it on 32bit

[pypy-commit] pypy py3.5: Update test_long to match the future v3.5.3. PyPy already handles None exponents consistently.

2016-10-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r87977:c18e5aa323c6 Date: 2016-10-28 22:39 +0200 http://bitbucket.org/pypy/pypy/changeset/c18e5aa323c6/ Log:Update test_long to match the future v3.5.3. PyPy already handles None exponents consistently. see https://hg.pytho

[pypy-commit] pypy openssl-1.1: Update test_ssl for behavioural changes in OpenSSL 1.1

2016-10-28 Thread stefanor
Author: Stefano Rivera Branch: openssl-1.1 Changeset: r87978:f02ac40c7bd0 Date: 2016-10-28 15:31 -0700 http://bitbucket.org/pypy/pypy/changeset/f02ac40c7bd0/ Log:Update test_ssl for behavioural changes in OpenSSL 1.1 diff --git a/lib-python/2.7/test/test_ssl.py b/lib-python/2.7/test/test_ssl

[pypy-commit] pypy openssl-1.1: Check that we got a string, before converting it to a Python string

2016-10-28 Thread stefanor
Author: Stefano Rivera Branch: openssl-1.1 Changeset: r87980:ec10fd6ef63d Date: 2016-10-28 15:34 -0700 http://bitbucket.org/pypy/pypy/changeset/ec10fd6ef63d/ Log:Check that we got a string, before converting it to a Python string diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl

[pypy-commit] pypy openssl-1.1: Check return values

2016-10-28 Thread stefanor
Author: Stefano Rivera Branch: openssl-1.1 Changeset: r87979:7e5923a99cab Date: 2016-10-28 15:33 -0700 http://bitbucket.org/pypy/pypy/changeset/7e5923a99cab/ Log:Check return values diff --git a/pypy/module/_hashlib/interp_hashlib.py b/pypy/module/_hashlib/interp_hashlib.py --- a/pypy/modul

[pypy-commit] pypy openssl-1.1: OpenSSL 1.1 has a fast implementation of PKCS5_PBKDF2_HMAC

2016-10-28 Thread stefanor
Author: Stefano Rivera Branch: openssl-1.1 Changeset: r87983:a10a0e16df19 Date: 2016-10-28 15:39 -0700 http://bitbucket.org/pypy/pypy/changeset/a10a0e16df19/ Log:OpenSSL 1.1 has a fast implementation of PKCS5_PBKDF2_HMAC Use it diff --git a/pypy/module/_hashlib/__init__.py b/pypy/mo

[pypy-commit] pypy openssl-1.1: There are builtins for this

2016-10-28 Thread stefanor
Author: Stefano Rivera Branch: openssl-1.1 Changeset: r87981:4858b6983f08 Date: 2016-10-28 15:34 -0700 http://bitbucket.org/pypy/pypy/changeset/4858b6983f08/ Log:There are builtins for this diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/in

[pypy-commit] pypy openssl-1.1: Copy behavioural change from cpython: OpenSSL has ecdh enabled by default.

2016-10-28 Thread stefanor
Author: Stefano Rivera Branch: openssl-1.1 Changeset: r87982:201233507447 Date: 2016-10-28 15:38 -0700 http://bitbucket.org/pypy/pypy/changeset/201233507447/ Log:Copy behavioural change from cpython: OpenSSL has ecdh enabled by default. diff --git a/pypy/module/_ssl/interp_ssl.py b/p