[pypy-commit] pypy newmemoryview-app-level: fix failing tests, document branch and new app-level functionality

2019-03-05 Thread mattip
Author: Matti Picus Branch: newmemoryview-app-level Changeset: r96209:e7f2a1847440 Date: 2019-03-05 13:58 +0200 http://bitbucket.org/pypy/pypy/changeset/e7f2a1847440/ Log:fix failing tests, document branch and new app-level functionality diff --git a/lib_pypy/_ctypes/array.py b/lib_pypy/_cty

[pypy-commit] pypy newmemoryview-app-level: fix translation, extend class for python2 and use it in _ctypes

2019-02-28 Thread mattip
Author: Matti Picus Branch: newmemoryview-app-level Changeset: r96193:6118585acf9c Date: 2019-02-28 15:27 +0200 http://bitbucket.org/pypy/pypy/changeset/6118585acf9c/ Log:fix translation, extend class for python2 and use it in _ctypes diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctype

[pypy-commit] pypy newmemoryview-app-level: fix 2/3 compatibility

2019-02-27 Thread mattip
Author: Matti Picus Branch: newmemoryview-app-level Changeset: r96189:05a3ee709f7c Date: 2019-02-26 21:23 +0200 http://bitbucket.org/pypy/pypy/changeset/05a3ee709f7c/ Log:fix 2/3 compatibility diff --git a/lib_pypy/_ctypes/array.py b/lib_pypy/_ctypes/array.py --- a/lib_pypy/_ctypes/array.py

[pypy-commit] pypy newmemoryview-app-level: fix

2019-02-24 Thread mattip
Author: Matti Picus Branch: newmemoryview-app-level Changeset: r96159:c71067a1a79a Date: 2019-02-24 23:51 +0200 http://bitbucket.org/pypy/pypy/changeset/c71067a1a79a/ Log:fix diff --git a/pypy/module/cpyext/memoryobject.py b/pypy/module/cpyext/memoryobject.py --- a/pypy/module/cpyext/memory