[pypy-commit] pypy stdlib-2.7.16: partially update _cffi_ssl to get TLSv1_3

2019-05-25 Thread mattip
Author: Matti Picus Branch: stdlib-2.7.16 Changeset: r96685:580e7f2d8380 Date: 2019-05-26 00:56 +0300 http://bitbucket.org/pypy/pypy/changeset/580e7f2d8380/ Log:partially update _cffi_ssl to get TLSv1_3 diff --git a/lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py

[pypy-commit] pypy default: cleanup unused import

2019-05-25 Thread mattip
Author: Matti Picus Branch: Changeset: r96684:6b079b8365ca Date: 2019-05-25 23:55 +0300 http://bitbucket.org/pypy/pypy/changeset/6b079b8365ca/ Log:cleanup unused import diff --git a/lib-python/2.7/ctypes/test/test_byteswap.py b/lib-python/2.7/ctypes/test/test_byteswap.py ---

[pypy-commit] pypy default: disable protocols not available on python2

2019-05-25 Thread mattip
Author: Matti Picus Branch: Changeset: r96683:c8dfd959151f Date: 2019-05-25 23:07 +0300 http://bitbucket.org/pypy/pypy/changeset/c8dfd959151f/ Log:disable protocols not available on python2 diff --git a/lib_pypy/_cffi_ssl/_stdssl/__init__.py b/lib_pypy/_cffi_ssl/_stdssl/__init__.py ---

[pypy-commit] pypy default: change error type

2019-05-25 Thread mattip
Author: Matti Picus Branch: Changeset: r96682:144422c7850b Date: 2019-05-25 22:29 +0300 http://bitbucket.org/pypy/pypy/changeset/144422c7850b/ Log:change error type diff --git a/lib_pypy/_cffi_ssl/_stdssl/__init__.py b/lib_pypy/_cffi_ssl/_stdssl/__init__.py ---

[pypy-commit] pypy stdlib-2.7.16: merge default into branch

2019-05-25 Thread mattip
Author: Matti Picus Branch: stdlib-2.7.16 Changeset: r96680:51ed8b3f8235 Date: 2019-05-25 21:46 +0300 http://bitbucket.org/pypy/pypy/changeset/51ed8b3f8235/ Log:merge default into branch diff too long, truncating to 2000 out of 12085 lines diff --git a/lib-python/2.7/socket.py

[pypy-commit] pypy stdlib-2.7.16: update micro version

2019-05-25 Thread mattip
Author: Matti Picus Branch: stdlib-2.7.16 Changeset: r96681:8931263cc7ac Date: 2019-05-25 21:52 +0300 http://bitbucket.org/pypy/pypy/changeset/8931263cc7ac/ Log:update micro version diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h ---

[pypy-commit] pypy default: unskip tests, fix a failure. Be careful when merging to py3.6!

2019-05-25 Thread mattip
Author: Matti Picus Branch: Changeset: r96679:86a195a12002 Date: 2019-05-25 15:47 +0300 http://bitbucket.org/pypy/pypy/changeset/86a195a12002/ Log:unskip tests, fix a failure. Be careful when merging to py3.6! diff --git a/lib-python/conftest.py b/lib-python/conftest.py ---

[pypy-commit] pypy default: document merged branch

2019-05-25 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r96677:911de07a90eb Date: 2019-05-25 11:29 +0200 http://bitbucket.org/pypy/pypy/changeset/911de07a90eb/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: merge fix-vmprof-memory-tracking

2019-05-25 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r96676:9cfdc2c91a37 Date: 2019-05-25 11:27 +0200 http://bitbucket.org/pypy/pypy/changeset/9cfdc2c91a37/ Log:merge fix-vmprof-memory-tracking diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py ---

[pypy-commit] pypy default: merge heads

2019-05-25 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r96678:aeb506f08f30 Date: 2019-05-25 11:39 +0200 http://bitbucket.org/pypy/pypy/changeset/aeb506f08f30/ Log:merge heads diff --git a/lib-python/2.7/socket.py b/lib-python/2.7/socket.py --- a/lib-python/2.7/socket.py +++

[pypy-commit] pypy default: stop running this record_exact_class test in the backends. it's failing for

2019-05-25 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r96675:f48749310466 Date: 2019-05-25 00:33 +0200 http://bitbucket.org/pypy/pypy/changeset/f48749310466/ Log:stop running this record_exact_class test in the backends. it's failing for unrelated reasons, and it's a frontend test

[pypy-commit] pypy default: fix more tests

2019-05-25 Thread mattip
Author: Matti Picus Branch: Changeset: r96674:48ae5caa94b0 Date: 2019-05-25 09:45 +0300 http://bitbucket.org/pypy/pypy/changeset/48ae5caa94b0/ Log:fix more tests diff --git a/lib_pypy/_hashlib/__init__.py b/lib_pypy/_hashlib/__init__.py --- a/lib_pypy/_hashlib/__init__.py +++

[pypy-commit] pypy default: untwist circular imports by adding legacy attributes to socket after import

2019-05-25 Thread mattip
Author: Matti Picus Branch: Changeset: r96673:34c2a20bdb33 Date: 2019-05-25 09:07 +0300 http://bitbucket.org/pypy/pypy/changeset/34c2a20bdb33/ Log:untwist circular imports by adding legacy attributes to socket after import diff --git a/lib-python/2.7/socket.py