[pypy-commit] pypy default: fix test for extra ops after shadowstack-issue2722

2019-05-26 Thread mattip
Author: Matti Picus Branch: Changeset: r96697:597a4f90a1b1 Date: 2019-05-27 08:53 +0300 http://bitbucket.org/pypy/pypy/changeset/597a4f90a1b1/ Log:fix test for extra ops after shadowstack-issue2722 diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/t

[pypy-commit] pypy py3.6: try to fix win32 _socket.share test

2019-05-26 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96696:b7cc70885b5f Date: 2019-05-27 08:14 +0300 http://bitbucket.org/pypy/pypy/changeset/b7cc70885b5f/ Log:try to fix win32 _socket.share test diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py ---

[pypy-commit] pypy py3.6: merge default into py3.6

2019-05-26 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96692:6912df235ecc Date: 2019-05-27 07:36 +0300 http://bitbucket.org/pypy/pypy/changeset/6912df235ecc/ Log:merge default into py3.6 diff --git a/lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py b/lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py --- a/lib_

[pypy-commit] pypy py3.6: fix merge

2019-05-26 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96693:f91bbed46ef7 Date: 2019-05-27 07:37 +0300 http://bitbucket.org/pypy/pypy/changeset/f91bbed46ef7/ Log:fix merge diff --git a/lib_pypy/_cffi_ssl/_stdssl/win32_extra.py b/lib_pypy/_cffi_ssl/_stdssl/win32_extra.py --- a/lib_pypy/_cffi_ssl/_std

[pypy-commit] pypy default: fixes for win32

2019-05-26 Thread mattip
Author: Matti Picus Branch: Changeset: r96691:6dd0f9f9ab4e Date: 2019-05-27 07:29 +0300 http://bitbucket.org/pypy/pypy/changeset/6dd0f9f9ab4e/ Log:fixes for win32 diff --git a/lib_pypy/_cffi_ssl/_stdssl/win32_extra.py b/lib_pypy/_cffi_ssl/_stdssl/win32_extra.py --- a/lib_pypy/_cffi_ssl/_st

[pypy-commit] pypy py3.6: merge winmultiprocessing which starts support for multiprocessing on win32

2019-05-26 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96695:8bab4372bd45 Date: 2019-05-27 07:41 +0300 http://bitbucket.org/pypy/pypy/changeset/8bab4372bd45/ Log:merge winmultiprocessing which starts support for multiprocessing on win32 diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlap

[pypy-commit] pypy winmultiprocessing: close branch to be merged

2019-05-26 Thread mattip
Author: Matti Picus Branch: winmultiprocessing Changeset: r96694:f46824e4d92c Date: 2019-05-27 07:40 +0300 http://bitbucket.org/pypy/pypy/changeset/f46824e4d92c/ Log:close branch to be merged diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst --- a/pypy/doc/what

[pypy-commit] pypy winmultiprocessing: Add app level sharelocal test.

2019-05-26 Thread andrewjlawrence
Author: andrewjlawrence Branch: winmultiprocessing Changeset: r96689:010688999eca Date: 2019-05-26 20:30 +0100 http://bitbucket.org/pypy/pypy/changeset/010688999eca/ Log:Add app level sharelocal test. diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py --- a/lib_pypy/_winapi.py +++ b/lib_p

[pypy-commit] pypy winmultiprocessing: Merge py3.6 branch

2019-05-26 Thread andrewjlawrence
Author: andrewjlawrence Branch: winmultiprocessing Changeset: r96690:5833cf4a4240 Date: 2019-05-26 20:36 +0100 http://bitbucket.org/pypy/pypy/changeset/5833cf4a4240/ Log:Merge py3.6 branch diff --git a/lib-python/2.7/test/capath/efa5f9c3.0 b/lib-python/2.7/test/capath/efa5f9c3.0 new file mod

[pypy-commit] pypy default: disable flaky test

2019-05-26 Thread mattip
Author: Matti Picus Branch: Changeset: r96688:937db12c1a36 Date: 2019-05-26 18:23 +0300 http://bitbucket.org/pypy/pypy/changeset/937db12c1a36/ Log:disable flaky test diff --git a/lib-python/2.7/test/test_ssl.py b/lib-python/2.7/test/test_ssl.py --- a/lib-python/2.7/test/test_ssl.py +++ b/li

[pypy-commit] pypy default: handle old OpenSSL without SSL_OP_ENABLE_MIDDLEBOX_COMPAT

2019-05-26 Thread mattip
Author: Matti Picus Branch: Changeset: r96687:6658d2817ce4 Date: 2019-05-26 16:07 +0300 http://bitbucket.org/pypy/pypy/changeset/6658d2817ce4/ Log:handle old OpenSSL without SSL_OP_ENABLE_MIDDLEBOX_COMPAT diff --git a/lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py b/lib_pypy/_cffi_ssl/_cffi_s

[pypy-commit] pypy default: set owner attribute, fix test for more modern OpenSSL

2019-05-26 Thread mattip
Author: Matti Picus Branch: Changeset: r96686:a6c18dc8a3c6 Date: 2019-05-26 13:57 +0300 http://bitbucket.org/pypy/pypy/changeset/a6c18dc8a3c6/ Log:set owner attribute, fix test for more modern OpenSSL diff --git a/lib-python/2.7/test/test_ssl.py b/lib-python/2.7/test/test_ssl.py --- a/lib-p