[pypy-commit] pypy cppyy-packaging: remove cppyy.rst and point to the new external documentation instead

2017-07-19 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r91931:a14ed2de9bb6 Date: 2017-07-19 13:26 -0700 http://bitbucket.org/pypy/pypy/changeset/a14ed2de9bb6/ Log:remove cppyy.rst and point to the new external documentation instead diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst delet

[pypy-commit] pypy cppyy-packaging: renaming cppyy -> _cppyy in files to ignore

2017-07-19 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r91930:e1cc8eafb082 Date: 2017-07-19 12:30 -0700 http://bitbucket.org/pypy/pypy/changeset/e1cc8eafb082/ Log:renaming cppyy -> _cppyy in files to ignore diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -25,16 +25,17

[pypy-commit] pypy default: merged cppyy-packaging; renaming cppyy -> _cppyy

2017-07-19 Thread wlav
Author: Wim Lavrijsen Branch: Changeset: r91932:992156d58504 Date: 2017-07-19 13:29 -0700 http://bitbucket.org/pypy/pypy/changeset/992156d58504/ Log:merged cppyy-packaging; renaming cppyy -> _cppyy diff too long, truncating to 2000 out of 4103 lines diff --git a/.hgignore b/.hgignore --- a

[pypy-commit] pypy cppyy-packaging: move cppyy -> _cppyy and remove test_cint.py (obsolete)

2017-07-19 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r91926:e7b3734b419c Date: 2017-07-18 16:26 -0700 http://bitbucket.org/pypy/pypy/changeset/e7b3734b419c/ Log:move cppyy -> _cppyy and remove test_cint.py (obsolete) diff too long, truncating to 2000 out of 3264 lines diff --git a/pypy/

[pypy-commit] pypy cppyy-packaging: fix indirection error

2017-07-19 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r91929:0b40d2587588 Date: 2017-07-18 17:42 -0700 http://bitbucket.org/pypy/pypy/changeset/0b40d2587588/ Log:fix indirection error diff --git a/pypy/module/_cppyy/ffitypes.py b/pypy/module/_cppyy/ffitypes.py --- a/pypy/module/_cppyy/ffi

[pypy-commit] pypy cppyy-packaging: str_w -> bytes_w/text_w

2017-07-19 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r91928:f31bd1042c09 Date: 2017-07-18 17:25 -0700 http://bitbucket.org/pypy/pypy/changeset/f31bd1042c09/ Log:str_w -> bytes_w/text_w diff --git a/pypy/module/_cppyy/test/test_zjit.py b/pypy/module/_cppyy/test/test_zjit.py --- a/pypy/mo

[pypy-commit] pypy cppyy-packaging: remove all cint backend references

2017-07-19 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r91927:7480a9a40022 Date: 2017-07-18 16:36 -0700 http://bitbucket.org/pypy/pypy/changeset/7480a9a40022/ Log:remove all cint backend references diff --git a/pypy/module/_cppyy/test/test_advancedcpp.py b/pypy/module/_cppyy/test/test_adv

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

2017-07-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91925:71fecdeaec70 Date: 2017-07-19 18:58 +0200 http://bitbucket.org/pypy/pypy/changeset/71fecdeaec70/ Log:hg merge default diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/rpython/translator/c/genc.py +++ b/rpython/t

[pypy-commit] pypy py3.5: Add missing function PyObject_LengthHint

2017-07-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91924:85b1a22bbd65 Date: 2017-07-19 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/85b1a22bbd65/ Log:Add missing function PyObject_LengthHint diff --git a/pypy/module/cpyext/object.py b/pypy/module/cpyext/object.py --- a/pypy/module/cpyext/o

[pypy-commit] pypy pypy_bytearray: bytearray performance fix(ported from PyPy3)

2017-07-19 Thread smihnea
Author: Mihnea Saracin Branch: pypy_bytearray Changeset: r91922:b43a6e2c0ea1 Date: 2017-07-19 13:25 +0300 http://bitbucket.org/pypy/pypy/changeset/b43a6e2c0ea1/ Log:bytearray performance fix(ported from PyPy3) diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayob

[pypy-commit] pypy default: Merged in smihnea/pypy_bytearray/pypy_bytearray (pull request #559)

2017-07-19 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r91923:94b71132a96e Date: 2017-07-19 14:15 + http://bitbucket.org/pypy/pypy/changeset/94b71132a96e/ Log:Merged in smihnea/pypy_bytearray/pypy_bytearray (pull request #559) bytearray performance fix(ported from PyPy3) diff --git a/pypy/objsp