[pypy-commit] pypy default: fix test for linux 32

2019-02-12 Thread mattip
Author: Matti Picus Branch: Changeset: r95968:20486c92ed2a Date: 2019-02-12 12:54 +0200 http://bitbucket.org/pypy/pypy/changeset/20486c92ed2a/ Log:fix test for linux 32 diff --git a/rpython/memory/gc/test/test_direct.py b/rpython/memory/gc/test/test_direct.py --- a/rpython/memory/gc/test/t

[pypy-commit] pypy rpath-enforceargs: Close obsolete branch

2019-02-12 Thread rlamy
Author: Ronan Lamy Branch: rpath-enforceargs Changeset: r95970:2bb6bffd210f Date: 2019-02-12 13:11 + http://bitbucket.org/pypy/pypy/changeset/2bb6bffd210f/ Log:Close obsolete branch ___ pypy-commit mailing list [email protected] https://ma

[pypy-commit] pypy default: try to fix arm

2019-02-12 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r95975:26471ac5ce5f Date: 2019-02-12 19:56 +0100 http://bitbucket.org/pypy/pypy/changeset/26471ac5ce5f/ Log:try to fix arm diff --git a/rpython/jit/backend/arm/regalloc.py b/rpython/jit/backend/arm/regalloc.py --- a/rpython/jit/backend

[pypy-commit] pypy default: merge promote-unicode

2019-02-12 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r95981:9d4fe930924e Date: 2019-02-12 20:11 +0100 http://bitbucket.org/pypy/pypy/changeset/9d4fe930924e/ Log:merge promote-unicode mostly for completeness sake: support for rlib.jit.promote_unicode, which behaves like pro

[pypy-commit] pypy promote-unicode: close to-be-merged branch

2019-02-12 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: promote-unicode Changeset: r95980:9617f2038bf2 Date: 2019-02-12 20:10 +0100 http://bitbucket.org/pypy/pypy/changeset/9617f2038bf2/ Log:close to-be-merged branch ___ pypy-commit mailing list pypy-commit@py

[pypy-commit] pypy unicode-utf8-py3: raise correct error

2019-02-12 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95987:d89df30bad0b Date: 2019-02-12 23:10 +0200 http://bitbucket.org/pypy/pypy/changeset/d89df30bad0b/ Log:raise correct error diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/objspace/st

[pypy-commit] pypy unicode-utf8-py3: allow surrogates in wcharpsize2utf8

2019-02-12 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95988:6165ec8e5e76 Date: 2019-02-12 23:19 +0200 http://bitbucket.org/pypy/pypy/changeset/6165ec8e5e76/ Log:allow surrogates in wcharpsize2utf8 diff --git a/rpython/rtyper/lltypesystem/rffi.py b/rpython/rtyper/lltypesystem/rffi.py ---

[pypy-commit] pypy py3.5-ssl-revdb: Share code.

2019-02-12 Thread mjacob
Author: Manuel Jacob Branch: py3.5-ssl-revdb Changeset: r95992:08a735234778 Date: 2019-02-12 20:27 +0100 http://bitbucket.org/pypy/pypy/changeset/08a735234778/ Log:Share code. diff --git a/lib_pypy/_cffi_ssl/_stdssl/utility.py b/lib_pypy/_cffi_ssl/_stdssl/utility.py --- a/lib_pypy/_cffi_ssl

[pypy-commit] pypy py3.5-ssl-revdb: Remove unnecessary variable.

2019-02-12 Thread mjacob
Author: Manuel Jacob Branch: py3.5-ssl-revdb Changeset: r95989:9dbb4911ba4d Date: 2019-02-12 19:54 +0100 http://bitbucket.org/pypy/pypy/changeset/9dbb4911ba4d/ Log:Remove unnecessary variable. diff --git a/lib_pypy/_cffi_ssl/_stdssl/__init__.py b/lib_pypy/_cffi_ssl/_stdssl/__init__.py --- a

[pypy-commit] pypy py3.5-ssl-revdb: Defer creation of C buffer.

2019-02-12 Thread mjacob
Author: Manuel Jacob Branch: py3.5-ssl-revdb Changeset: r95990:5c289da45ef2 Date: 2019-02-12 19:58 +0100 http://bitbucket.org/pypy/pypy/changeset/5c289da45ef2/ Log:Defer creation of C buffer. diff --git a/lib_pypy/_cffi_ssl/_stdssl/__init__.py b/lib_pypy/_cffi_ssl/_stdssl/__init__.py --- a/

[pypy-commit] pypy py3.5-ssl-revdb: Fix _SSLSocket.read() for buffers that can’t get their raw addresses taken (e.g. when running on top of RevDB).

2019-02-12 Thread mjacob
Author: Manuel Jacob Branch: py3.5-ssl-revdb Changeset: r95991:664e95442ff7 Date: 2019-02-12 20:12 +0100 http://bitbucket.org/pypy/pypy/changeset/664e95442ff7/ Log:Fix _SSLSocket.read() for buffers that can’t get their raw addresses taken (e.g. when running on top of RevDB). diff --