[pypy-commit] pypy unicode-utf8-py3: Fix for id(unicode)

2018-09-02 Thread arigo
Author: Armin Rigo Branch: unicode-utf8-py3 Changeset: r95069:f9566e8f8110 Date: 2018-09-02 11:14 +0200 http://bitbucket.org/pypy/pypy/changeset/f9566e8f8110/ Log:Fix for id(unicode) diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/objspace/std

[pypy-commit] pypy default: Issue #2876

2018-09-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r95070:88a9f1bbf1c8 Date: 2018-09-01 15:04 +0200 http://bitbucket.org/pypy/pypy/changeset/88a9f1bbf1c8/ Log:Issue #2876 Add select.PIPE_BUF. diff --git a/pypy/module/select/__init__.py b/pypy/module/select/__init__.py --- a/pypy/module/select/_

[pypy-commit] pypy default: merge heads

2018-09-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r95071:942ad6c1866e Date: 2018-09-02 11:15 +0200 http://bitbucket.org/pypy/pypy/changeset/942ad6c1866e/ Log:merge heads diff --git a/rpython/rlib/rstring.py b/rpython/rlib/rstring.py --- a/rpython/rlib/rstring.py +++ b/rpython/rlib/rstring.py @@ -464,6

[pypy-commit] pypy unicode-utf8-py3: fix tests

2018-09-02 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95072:99ad3d85cb7a Date: 2018-09-01 23:46 +0200 http://bitbucket.org/pypy/pypy/changeset/99ad3d85cb7a/ Log:fix tests diff --git a/pypy/objspace/std/test/test_bytesobject.py b/pypy/objspace/std/test/test_bytesobject.py --- a/pypy/objsp

[pypy-commit] pypy unicode-utf8-py3: revert 58568f219c61

2018-09-02 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95076:cc3f3f3b7285 Date: 2018-09-02 11:51 +0200 http://bitbucket.org/pypy/pypy/changeset/cc3f3f3b7285/ Log:revert 58568f219c61 diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython/rlib/rutf8.py +++ b/rpython/rlib/ru

[pypy-commit] pypy unicode-utf8-py3: use encode_utf8, str_decode_utf8, and maybe handle surrogates in the latter

2018-09-02 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95073:b040f44dc71b Date: 2018-09-02 10:18 +0200 http://bitbucket.org/pypy/pypy/changeset/b040f44dc71b/ Log:use encode_utf8, str_decode_utf8, and maybe handle surrogates in the latter diff --git a/pypy/interpreter/unicodehelper.

[pypy-commit] pypy unicode-utf8-py3: check class name for valid utf8

2018-09-02 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95075:f7c1e87b6a3c Date: 2018-09-02 11:25 +0200 http://bitbucket.org/pypy/pypy/changeset/f7c1e87b6a3c/ Log:check class name for valid utf8 diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py --- a/pypy/objspa

[pypy-commit] pypy unicode-utf8-py3: expand test

2018-09-02 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95074:34c6d0d3499f Date: 2018-09-02 10:51 +0200 http://bitbucket.org/pypy/pypy/changeset/34c6d0d3499f/ Log:expand test diff --git a/pypy/objspace/std/test/test_bytesobject.py b/pypy/objspace/std/test/test_bytesobject.py --- a/pypy/obj

[pypy-commit] extradoc extradoc: start a blog post draft about cpyext

2018-09-02 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5890:01e42155cfe8 Date: 2018-09-02 16:28 +0200 http://bitbucket.org/pypy/extradoc/changeset/01e42155cfe8/ Log:start a blog post draft about cpyext diff --git a/blog/draft/2018-09-cpyext/cpyext.rst b/blog/draft/2018-09-cpyext/cpyext.rst new f