[pypy-commit] pypy buffer-interface2: fix redundant condition, fixes first part of issue #2411 (arigato)

2016-10-07 Thread mattip
Author: Matti Picus Branch: buffer-interface2 Changeset: r87617:81cfdc497c7d Date: 2016-10-07 16:29 +0300 http://bitbucket.org/pypy/pypy/changeset/81cfdc497c7d/ Log:fix redundant condition, fixes first part of issue #2411 (arigato) diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpr

[pypy-commit] pypy py3k: fix last failing cpyext -A tests

2016-10-07 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87618:89af22d0c623 Date: 2016-10-07 17:57 +0100 http://bitbucket.org/pypy/pypy/changeset/89af22d0c623/ Log:fix last failing cpyext -A tests diff --git a/pypy/module/cpyext/test/array.c b/pypy/module/cpyext/test/array.c --- a/pypy/module/cpyext/test

[pypy-commit] pypy py3k: Fix appdirect test_compiler.py on CPython

2016-10-07 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87619:319be639f269 Date: 2016-10-07 18:48 +0100 http://bitbucket.org/pypy/pypy/changeset/319be639f269/ Log:Fix appdirect test_compiler.py on CPython diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_compiler.py --- a

[pypy-commit] pypy py3k: Add failing test (on pypy) for obsolete __future__ import

2016-10-07 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87620:941110a350e4 Date: 2016-10-07 19:00 +0100 http://bitbucket.org/pypy/pypy/changeset/941110a350e4/ Log:Add failing test (on pypy) for obsolete __future__ import diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_c

[pypy-commit] cffi default: Semi-blindly fix the muls and adds that could overflow so that gcc

2016-10-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r2780:df6e80806eb4 Date: 2016-10-07 22:50 +0200 http://bitbucket.org/cffi/cffi/changeset/df6e80806eb4/ Log:Semi-blindly fix the muls and adds that could overflow so that gcc doesn't optimize based on the assumption that they can't overflow diff

[pypy-commit] cffi default: Blindly attempt to detect MinGW (issue #159)

2016-10-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r2781:c10bc64fa183 Date: 2016-10-07 22:52 +0200 http://bitbucket.org/cffi/cffi/changeset/c10bc64fa183/ Log:Blindly attempt to detect MinGW (issue #159) diff --git a/c/libffi_msvc/ffi.h b/c/libffi_msvc/ffi.h --- a/c/libffi_msvc/ffi.h +++ b/c/libffi_msvc/

[pypy-commit] extradoc extradoc: Add the final PDF

2016-10-07 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5736:bff9e2c5ed75 Date: 2016-10-08 07:04 +0200 http://bitbucket.org/pypy/extradoc/changeset/bff9e2c5ed75/ Log:Add the final PDF diff --git a/talk/pyconza2016/revdb/talk.pdf b/talk/pyconza2016/revdb/talk.pdf new file mode 100644 index e69de29bb

[pypy-commit] extradoc extradoc: Final tweaks

2016-10-07 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5735:7a0dd882aeb7 Date: 2016-10-08 07:03 +0200 http://bitbucket.org/pypy/extradoc/changeset/7a0dd882aeb7/ Log:Final tweaks diff --git a/talk/pyconza2016/revdb/demo/demo1.py b/talk/pyconza2016/revdb/demo/demo1.py --- a/talk/pyconza2016/revdb/de

[pypy-commit] extradoc extradoc: merge heads

2016-10-07 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5737:3452de724eed Date: 2016-10-08 07:04 +0200 http://bitbucket.org/pypy/extradoc/changeset/3452de724eed/ Log:merge heads diff --git a/blog/draft/jit-leaner-frontend.rst b/blog/draft/jit-leaner-frontend.rst --- a/blog/draft/jit-leaner-frontend

[pypy-commit] pypy release-5.x: Port this to 5.4.x

2016-10-07 Thread arigo
Author: Armin Rigo Branch: release-5.x Changeset: r87621:91b44e61f628 Date: 2016-10-08 07:41 +0200 http://bitbucket.org/pypy/pypy/changeset/91b44e61f628/ Log:Port this to 5.4.x diff --git a/rpython/rlib/rtime.py b/rpython/rlib/rtime.py --- a/rpython/rlib/rtime.py +++ b/rpython/rlib/rtime.py