[pypy-commit] pypy py3.5: fix one translation error on win32, leave a hint about the next one

2017-03-24 Thread mattip
Author: mattip Branch: py3.5 Changeset: r90800:04c4a170cbee Date: 2017-03-24 14:33 +0300 http://bitbucket.org/pypy/pypy/changeset/04c4a170cbee/ Log:fix one translation error on win32, leave a hint about the next one diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pyp

[pypy-commit] pypy cpyext-injection: fix merge, fix deprecated wrap()

2017-03-24 Thread mattip
Author: Matti Picus Branch: cpyext-injection Changeset: r90802:979ca8d739c9 Date: 2017-03-24 18:04 +0300 http://bitbucket.org/pypy/pypy/changeset/979ca8d739c9/ Log:fix merge, fix deprecated wrap() diff --git a/pypy/module/cpyext/injection/_test_module.py b/pypy/module/cpyext/injection/_test

[pypy-commit] pypy PyBuffer: Create PyBuffer: a base class for all pypy3-style buffers

2017-03-24 Thread rlamy
Author: Ronan Lamy Branch: PyBuffer Changeset: r90803:325cb226de2d Date: 2017-03-24 16:06 + http://bitbucket.org/pypy/pypy/changeset/325cb226de2d/ Log:Create PyBuffer: a base class for all pypy3-style buffers diff --git a/pypy/interpreter/buffer.py b/pypy/interpreter/buffer.py new file m

[pypy-commit] pypy PyBuffer: Replace Buffer with PyBuffer in more places

2017-03-24 Thread rlamy
Author: Ronan Lamy Branch: PyBuffer Changeset: r90804:409febd767af Date: 2017-03-24 16:40 + http://bitbucket.org/pypy/pypy/changeset/409febd767af/ Log:Replace Buffer with PyBuffer in more places diff --git a/pypy/module/_io/interp_bytesio.py b/pypy/module/_io/interp_bytesio.py --- a/pyp