[pypy-commit] pypy unicode-utf8: Add an elidable surrogate_in_utf8() function

2017-09-21 Thread arigo
Author: Armin Rigo Branch: unicode-utf8 Changeset: r92429:bf832917b82d Date: 2017-09-21 08:56 +0200 http://bitbucket.org/pypy/pypy/changeset/bf832917b82d/ Log:Add an elidable surrogate_in_utf8() function diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython/rlib/rutf8.py +

[pypy-commit] cffi default: Prepare for the next minor release

2017-09-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r3021:761502c1a738 Date: 2017-09-21 09:32 +0200 http://bitbucket.org/cffi/cffi/changeset/761502c1a738/ Log:Prepare for the next minor release diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/w

[pypy-commit] pypy default: Fix in the PyPy-specific code: assign a number with ord(char),

2017-09-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r92430:7fe0041fccaa Date: 2017-09-21 09:40 +0200 http://bitbucket.org/pypy/pypy/changeset/7fe0041fccaa/ Log:Fix in the PyPy-specific code: assign a number with ord(char), to allow 'tostr' to be a unicode string too. diff --git a/lib-python/2.7/s

[pypy-commit] pypy default: Improve the error message for ``bytearray[index] = unknown_type''

2017-09-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r92431:4a1516a142a3 Date: 2017-09-21 09:58 +0200 http://bitbucket.org/pypy/pypy/changeset/4a1516a142a3/ Log:Improve the error message for ``bytearray[index] = unknown_type'' diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.p

[pypy-commit] cffi default: Fix the remaining places for PyPy3. (Originally in Pull Request #82)

2017-09-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r3022:ee67e4bc2501 Date: 2017-09-21 17:20 +0200 http://bitbucket.org/cffi/cffi/changeset/ee67e4bc2501/ Log:Fix the remaining places for PyPy3. (Originally in Pull Request #82) diff --git a/testing/cffi0/test_verify.py b/testing/cffi0/test_verify.py ---

[pypy-commit] cffi default: Some more module-like behavior hacks

2017-09-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r3023:19ab3ca30f71 Date: 2017-09-21 17:29 +0200 http://bitbucket.org/cffi/cffi/changeset/19ab3ca30f71/ Log:Some more module-like behavior hacks diff --git a/c/lib_obj.c b/c/lib_obj.c --- a/c/lib_obj.c +++ b/c/lib_obj.c @@ -530,6 +530,13 @@ PyEr

[pypy-commit] pypy py3.5: Issue #2652

2017-09-21 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r92432:6f2a78fc53a2 Date: 2017-09-21 17:31 +0200 http://bitbucket.org/pypy/pypy/changeset/6f2a78fc53a2/ Log:Issue #2652 Trying to give the cffi lib modules some more module-like attributes diff --git a/pypy/module/_cffi_backend/lib_obj.py

[pypy-commit] pypy py3.5: hg merge default

2017-09-21 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92433:a42b82e1eb73 Date: 2017-09-21 19:32 +0100 http://bitbucket.org/pypy/pypy/changeset/a42b82e1eb73/ Log:hg merge default diff --git a/lib-python/2.7/multiprocessing/heap.py b/lib-python/2.7/multiprocessing/heap.py --- a/lib-python/2.7/multipro

[pypy-commit] pypy py3.5: Add async slots to built-in types

2017-09-21 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92434:5dd50480d9b7 Date: 2017-09-22 02:35 +0100 http://bitbucket.org/pypy/pypy/changeset/5dd50480d9b7/ Log:Add async slots to built-in types diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a/pypy/module/cpyext/slot