[pypy-commit] pypy winconsoleio: Added additional read methods

2019-09-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97408:82be22839499 Date: 2019-09-08 22:16 +0100 http://bitbucket.org/pypy/pypy/changeset/82be22839499/ Log:Added additional read methods diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32consoleio.py -

[pypy-commit] pypy openssl-for-macos: Old LibreSSL -> OpenSSL on macOS.

2019-09-08 Thread Julian Berman
Author: Julian Berman Branch: openssl-for-macos Changeset: r97407:89c76ee0eafd Date: 2019-09-08 08:23 -0400 http://bitbucket.org/pypy/pypy/changeset/89c76ee0eafd/ Log:Old LibreSSL -> OpenSSL on macOS. Ditch the old patch (which was for LibreSSL) but leave support for applying

[pypy-commit] pypy openssl-for-macos: Allow force-rebuilding modules in build_cffi_imports even if they're built.

2019-09-08 Thread Julian Berman
Author: Julian Berman Branch: openssl-for-macos Changeset: r97406:8871b37604ae Date: 2019-09-08 07:08 -0400 http://bitbucket.org/pypy/pypy/changeset/8871b37604ae/ Log:Allow force-rebuilding modules in build_cffi_imports even if they're built. diff --git a/pypy/tool/build_cffi_imports

[pypy-commit] pypy py3.6: fwiw, we do not acutally probe for ndbm, and always use the Berkeley db one

2019-09-08 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97405:901a4cb8be49 Date: 2019-09-08 09:25 +0200 http://bitbucket.org/pypy/pypy/changeset/901a4cb8be49/ Log:fwiw, we do not acutally probe for ndbm, and always use the Berkeley db one diff --git a/lib_pypy/_dbm.py b/lib_pypy/_dbm.py --- a/