[pypy-commit] pypy default: Move the slow-path loop out of this RPython function

2015-09-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r79887:4e688540cfe9 Date: 2015-09-29 09:07 +0200 http://bitbucket.org/pypy/pypy/changeset/4e688540cfe9/ Log:Move the slow-path loop out of this RPython function (oops, didn't mean to check that in branch 'release-2.6.x') diff

[pypy-commit] pypy default: Tweaks to reduce the number of checks with the JIT, notably in 'lst[a:]'.

2015-09-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r79888:68b5a3425c05 Date: 2015-09-29 10:03 +0200 http://bitbucket.org/pypy/pypy/changeset/68b5a3425c05/ Log:Tweaks to reduce the number of checks with the JIT, notably in 'lst[a:]'. diff --git a/pypy/objspace/std/sliceobject.py

[pypy-commit] pypy default: oups

2015-09-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r79889:c73d06db1bdc Date: 2015-09-29 09:12 +0100 http://bitbucket.org/pypy/pypy/changeset/c73d06db1bdc/ Log:oups diff --git a/pypy/objspace/std/sliceobject.py b/pypy/objspace/std/sliceobject.py --- a/pypy/objspace/std/sliceobject.py

[pypy-commit] pypy share-guard-info: Fix: we must not call make_result_of_lastop here, because we'll always

2015-09-29 Thread arigo
Author: Armin Rigo Branch: share-guard-info Changeset: r79894:520532cf1510 Date: 2015-09-29 14:47 +0200 http://bitbucket.org/pypy/pypy/changeset/520532cf1510/ Log:Fix: we must not call make_result_of_lastop here, because we'll always resume at the start of the

[pypy-commit] cffi default: document usefulness of ffi.buffer() for reading a struct from a socket

2015-09-29 Thread mattip
Author: mattip Branch: Changeset: r2280:adbff121e494 Date: 2015-09-29 17:06 +0300 http://bitbucket.org/cffi/cffi/changeset/adbff121e494/ Log:document usefulness of ffi.buffer() for reading a struct from a socket diff --git a/doc/source/using.rst

[pypy-commit] pypy share-guard-info: follow through enter_portal_frame, since it's ok nowadays

2015-09-29 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79895:50ba44e6ef57 Date: 2015-09-29 15:26 +0200 http://bitbucket.org/pypy/pypy/changeset/50ba44e6ef57/ Log:follow through enter_portal_frame, since it's ok nowadays diff --git

[pypy-commit] pypy vecopt-merge: merged default

2015-09-29 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79896:fde3bd5b3b48 Date: 2015-09-29 16:07 +0200 http://bitbucket.org/pypy/pypy/changeset/fde3bd5b3b48/ Log:merged default diff too long, truncating to 2000 out of 6994 lines diff --git

[pypy-commit] pypy default: Fix: r_wchar_t.SIGN is not useful to know if that type is originally

2015-09-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r79892:f5b2758482a2 Date: 2015-09-29 11:32 +0200 http://bitbucket.org/pypy/pypy/changeset/f5b2758482a2/ Log:Fix: r_wchar_t.SIGN is not useful to know if that type is originally signed or not diff --git

[pypy-commit] pypy share-guard-info: fix a test

2015-09-29 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79890:20620a79a672 Date: 2015-09-29 11:09 +0200 http://bitbucket.org/pypy/pypy/changeset/20620a79a672/ Log:fix a test diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/history.py ---

[pypy-commit] pypy share-guard-info: half-heartedly fix the overflow changes in test_random

2015-09-29 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79891:ee21249ebd92 Date: 2015-09-29 11:26 +0200 http://bitbucket.org/pypy/pypy/changeset/ee21249ebd92/ Log:half-heartedly fix the overflow changes in test_random diff --git

[pypy-commit] pypy default: Avoid warnings

2015-09-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r79893:abbd1a53917f Date: 2015-09-29 11:34 +0200 http://bitbucket.org/pypy/pypy/changeset/abbd1a53917f/ Log:Avoid warnings diff --git a/rpython/rtyper/tool/rfficache.py b/rpython/rtyper/tool/rfficache.py ---

[pypy-commit] pypy vecopt-merge: fixing tests in metainterp/test

2015-09-29 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79897:084da9225f35 Date: 2015-09-29 17:25 +0200 http://bitbucket.org/pypy/pypy/changeset/084da9225f35/ Log:fixing tests in metainterp/test diff --git a/rpython/jit/metainterp/optimizeopt/schedule.py

[pypy-commit] pypy fortran-order: convert internal use of order from a char to an enum

2015-09-29 Thread mattip
Author: mattip Branch: fortran-order Changeset: r79900:4666c894b561 Date: 2015-09-30 01:38 +0300 http://bitbucket.org/pypy/pypy/changeset/4666c894b561/ Log:convert internal use of order from a char to an enum diff --git a/pypy/module/micronumpy/arrayops.py

[pypy-commit] pypy fortran-order: a branch to support fortran-ordered ndarrays

2015-09-29 Thread mattip
Author: mattip Branch: fortran-order Changeset: r79899:164c3e664fa0 Date: 2015-09-29 17:15 +0300 http://bitbucket.org/pypy/pypy/changeset/164c3e664fa0/ Log:a branch to support fortran-ordered ndarrays ___ pypy-commit mailing

[pypy-commit] pypy fortran-order: unskip order tests

2015-09-29 Thread mattip
Author: mattip Branch: fortran-order Changeset: r79901:c32b25d8139f Date: 2015-09-30 08:22 +0300 http://bitbucket.org/pypy/pypy/changeset/c32b25d8139f/ Log:unskip order tests diff --git a/_pytest/core.py b/_pytest/core.py --- a/_pytest/core.py +++ b/_pytest/core.py @@

[pypy-commit] pypy default: enable _vmprof on os x by default

2015-09-29 Thread fijal
Author: fijal Branch: Changeset: r79898:42682d78903c Date: 2015-09-29 19:32 +0200 http://bitbucket.org/pypy/pypy/changeset/42682d78903c/ Log:enable _vmprof on os x by default diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++