[pypy-commit] pypy py3.5: hgignore: ignore pypy3-c everywhere and libpypy on OS X

2017-04-19 Thread danchr
Author: Dan Villiom Podlaski Christiansen Branch: py3.5 Changeset: r91091:48a6e79c2d32 Date: 2017-04-18 23:04 +0200 http://bitbucket.org/pypy/pypy/changeset/48a6e79c2d32/ Log:hgignore: ignore pypy3-c everywhere and libpypy on OS X diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgi

[pypy-commit] pypy py3.5: Fix test, broken on several levels, and fix implementation to match.

2017-04-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r91092:0c746868b18a Date: 2017-04-19 11:47 +0100 http://bitbucket.org/pypy/pypy/changeset/0c746868b18a/ Log:Fix test, broken on several levels, and fix implementation to match. diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/int

[pypy-commit] pypy py3.5: Fix test here too

2017-04-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r91093:f9d363d1e2d3 Date: 2017-04-19 11:51 +0100 http://bitbucket.org/pypy/pypy/changeset/f9d363d1e2d3/ Log:Fix test here too diff --git a/rpython/rlib/test/test_rposix.py b/rpython/rlib/test/test_rposix.py --- a/rpython/rlib/test/test_rposix.py ++

[pypy-commit] pypy PyBuffer: Fix interaction of space.getarg_w('w*', ...) and CPyBuffer

2017-04-19 Thread rlamy
Author: Ronan Lamy Branch: PyBuffer Changeset: r91095:e30a5a8a4062 Date: 2017-04-19 19:44 +0100 http://bitbucket.org/pypy/pypy/changeset/e30a5a8a4062/ Log:Fix interaction of space.getarg_w('w*', ...) and CPyBuffer diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.

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

2017-04-19 Thread rlamy
Author: Ronan Lamy Branch: PyBuffer Changeset: r91094:165dc3ba1754 Date: 2017-04-19 17:05 +0100 http://bitbucket.org/pypy/pypy/changeset/165dc3ba1754/ Log:hg merge py3.5 diff too long, truncating to 2000 out of 20552 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @