[pypy-commit] pypy cffi-libs: close branch to be merged

2019-05-23 Thread mattip
Author: Matti Picus Branch: cffi-libs Changeset: r96664:64df157240e6 Date: 2019-05-24 07:41 +0300 http://bitbucket.org/pypy/pypy/changeset/64df157240e6/ Log:close branch to be merged diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

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

2019-05-23 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r9:6941f917df42 Date: 2019-05-24 08:05 +0300 http://bitbucket.org/pypy/pypy/changeset/6941f917df42/ Log:merge default into py3.6 diff --git a/lib_pypy/_cffi_ssl/__init__.py b/lib_pypy/_cffi_ssl/__init__.py new file mode 100644 diff --git

[pypy-commit] pypy default: merge cffi-libs, which moves _ssl and _hashlib to cffi-based implementations

2019-05-23 Thread mattip
Author: Matti Picus Branch: Changeset: r96665:50956a7107b8 Date: 2019-05-24 07:42 +0300 http://bitbucket.org/pypy/pypy/changeset/50956a7107b8/ Log:merge cffi-libs, which moves _ssl and _hashlib to cffi-based implementations diff too long, truncating to 2000 out of 11657 lines diff

[pypy-commit] pypy py3.6: fix win32 only test, add check for bytes

2019-05-23 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96663:41fb5a04a33e Date: 2019-05-23 08:36 -0700 http://bitbucket.org/pypy/pypy/changeset/41fb5a04a33e/ Log:fix win32 only test, add check for bytes diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py ---