[pypy-commit] pypy default: merge heads

2018-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r95120:476eea9a87f7 Date: 2018-09-15 22:34 +0200 http://bitbucket.org/pypy/pypy/changeset/476eea9a87f7/ Log:merge heads diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ Welcome to PyPy! -PyPy is an interperter

[pypy-commit] pypy default: Issue #2889

2018-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r95119:83dd3becaa5f Date: 2018-09-15 22:34 +0200 http://bitbucket.org/pypy/pypy/changeset/83dd3becaa5f/ Log:Issue #2889 Move jit.dont_look_inside around a few more instructions. In this way, the JIT residual call is not going to invoke

[pypy-commit] pypy default: Issue #2887

2018-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r95118:2136f08b127c Date: 2018-09-13 13:18 +0200 http://bitbucket.org/pypy/pypy/changeset/2136f08b127c/ Log:Issue #2887 Performance improvement for converting Python bools to C int/bool. diff --git a/pypy/module/_cffi_backend/misc.py

[pypy-commit] cffi default: Extra tests

2018-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r3161:5fc6cdbc1cf6 Date: 2018-09-15 23:38 +0200 http://bitbucket.org/cffi/cffi/changeset/5fc6cdbc1cf6/ Log:Extra tests diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -347,6 +347,16 @@ assert newp(pp, max)[0] ==

[pypy-commit] pypy default: Extra tests from cffi

2018-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r95122:158efead80b8 Date: 2018-09-15 23:40 +0200 http://bitbucket.org/pypy/pypy/changeset/158efead80b8/ Log:Extra tests from cffi diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py ---

[pypy-commit] pypy default: Simplify misc.as_long()

2018-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r95121:048ec4801682 Date: 2018-09-15 23:02 +0200 http://bitbucket.org/pypy/pypy/changeset/048ec4801682/ Log:Simplify misc.as_long() diff --git a/pypy/module/_cffi_backend/misc.py b/pypy/module/_cffi_backend/misc.py ---

[pypy-commit] cffi default: More tests

2018-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r3162:4422c1cad114 Date: 2018-09-15 23:47 +0200 http://bitbucket.org/cffi/cffi/changeset/4422c1cad114/ Log:More tests diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -345,6 +345,10 @@ max = (1 << (8*size-1)) - 1

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

2018-09-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r95123:84f081c9bba4 Date: 2018-09-15 22:53 +0200 http://bitbucket.org/pypy/pypy/changeset/84f081c9bba4/ Log:hg merge default diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ Welcome to PyPy! -PyPy is an

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

2018-09-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r95125:3b0f38d2f3e8 Date: 2018-09-15 23:53 +0200 http://bitbucket.org/pypy/pypy/changeset/3b0f38d2f3e8/ Log:hg merge default diff --git a/pypy/module/_cffi_backend/misc.py b/pypy/module/_cffi_backend/misc.py ---

[pypy-commit] pypy default: More tests from cffi

2018-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r95124:20239d9e5ce9 Date: 2018-09-15 23:49 +0200 http://bitbucket.org/pypy/pypy/changeset/20239d9e5ce9/ Log:More tests from cffi diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py ---

[pypy-commit] cffi default: Argh, bogus tests

2018-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r3163:8076f2ac1bd2 Date: 2018-09-15 23:59 +0200 http://bitbucket.org/cffi/cffi/changeset/8076f2ac1bd2/ Log:Argh, bogus tests diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -353,11 +353,7 @@

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

2018-09-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r95127:d9a97ab80c60 Date: 2018-09-16 00:03 +0200 http://bitbucket.org/pypy/pypy/changeset/d9a97ab80c60/ Log:hg merge default diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py ---

[pypy-commit] pypy default: Argh, bogus tests

2018-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r95126:314ddd2d83c5 Date: 2018-09-16 00:03 +0200 http://bitbucket.org/pypy/pypy/changeset/314ddd2d83c5/ Log:Argh, bogus tests diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py ---

[pypy-commit] pypy default: Merged in carlbordum/pypy/fix-readme-typo (pull request #623)

2018-09-15 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r95117:2dbe9a39e6c6 Date: 2018-09-15 11:37 + http://bitbucket.org/pypy/pypy/changeset/2dbe9a39e6c6/ Log:Merged in carlbordum/pypy/fix-readme-typo (pull request #623) Fix typo in README.rst and make it slightly more

[pypy-commit] pypy fix-readme-typo: Fix typo in README.rst: interperter => interpreter.

2018-09-15 Thread carlbordum
Author: Carl Bordum Hansen Branch: fix-readme-typo Changeset: r95115:2538f91b44b3 Date: 2018-09-15 12:35 +0200 http://bitbucket.org/pypy/pypy/changeset/2538f91b44b3/ Log:Fix typo in README.rst: interperter => interpreter. diff --git a/README.rst b/README.rst --- a/README.rst +++

[pypy-commit] pypy fix-readme-typo: Add punctuation and link consistency to README.rst

2018-09-15 Thread carlbordum
Author: Carl Bordum Hansen Branch: fix-readme-typo Changeset: r95116:f4645467b64b Date: 2018-09-15 12:36 +0200 http://bitbucket.org/pypy/pypy/changeset/f4645467b64b/ Log:Add punctuation and link consistency to README.rst diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst