[pypy-commit] pypy cppyy-packaging: do not allow instantiation of namespaces

2018-07-11 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94850:5b42ae224e5e Date: 2018-07-11 22:28 -0700 http://bitbucket.org/pypy/pypy/changeset/5b42ae224e5e/ Log:do not allow instantiation of namespaces diff --git a/pypy/module/_cppyy/pythonify.py b/pypy/module/_cppyy/pythonify.py --- a/p

[pypy-commit] pypy cppyy-packaging: bring in a load of tests from cppyy/test

2018-07-11 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94852:8fe8681b8102 Date: 2018-07-11 22:41 -0700 http://bitbucket.org/pypy/pypy/changeset/8fe8681b8102/ Log:bring in a load of tests from cppyy/test diff --git a/pypy/module/_cppyy/test/advancedcpp.cxx b/pypy/module/_cppyy/test/advanc

[pypy-commit] pypy cppyy-packaging: factor out abstract class constructors

2018-07-11 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94851:534891668842 Date: 2018-07-11 22:29 -0700 http://bitbucket.org/pypy/pypy/changeset/534891668842/ Log:factor out abstract class constructors diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py --

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

2018-07-11 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94849:d367d9785b64 Date: 2018-07-11 09:20 -0500 http://bitbucket.org/pypy/pypy/changeset/d367d9785b64/ Log:merge default into py3.5 diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO --- a/lib_pypy/cffi.egg-info/PKG-IN

[pypy-commit] pypy unicode-utf8-py3: surrogate and illegal unicode handling

2018-07-11 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94846:9cf4fc74394c Date: 2018-07-11 06:49 -0700 http://bitbucket.org/pypy/pypy/changeset/9cf4fc74394c/ Log:surrogate and illegal unicode handling diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a

[pypy-commit] pypy unicode-utf8-py3: small tweaks, copy partition from py3.5

2018-07-11 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94847:e8413e4a1934 Date: 2018-07-11 06:51 -0700 http://bitbucket.org/pypy/pypy/changeset/e8413e4a1934/ Log:small tweaks, copy partition from py3.5 diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py --- a/p

[pypy-commit] pypy unicode-utf8: modify never used rpython surrogate_in_utf8 to return index

2018-07-11 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r94848:6ebf80250b71 Date: 2018-07-11 06:46 -0700 http://bitbucket.org/pypy/pypy/changeset/6ebf80250b71/ Log:modify never used rpython surrogate_in_utf8 to return index diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython

[pypy-commit] pypy unicode-utf8-py3: revert some of 2621c0f70d91, avoid decoding utf8 -> unicode

2018-07-11 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94844:ad7718874721 Date: 2018-07-11 06:44 -0700 http://bitbucket.org/pypy/pypy/changeset/ad7718874721/ Log:revert some of 2621c0f70d91, avoid decoding utf8 -> unicode diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argumen

[pypy-commit] pypy unicode-utf8-py3: modify never used rpython surrogate_in_utf8 to return index

2018-07-11 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94845:4c9e67d171a9 Date: 2018-07-11 06:46 -0700 http://bitbucket.org/pypy/pypy/changeset/4c9e67d171a9/ Log:modify never used rpython surrogate_in_utf8 to return index diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpy

[pypy-commit] pypy unicode-utf8-py3: str_w -> text_w

2018-07-11 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94843:0c716461ad5d Date: 2018-07-10 21:48 -0700 http://bitbucket.org/pypy/pypy/changeset/0c716461ad5d/ Log:str_w -> text_w diff --git a/pypy/objspace/std/test/test_bytesobject.py b/pypy/objspace/std/test/test_bytesobject.py --- a/pypy