[pypy-commit] pypy default: improve zipfile performance by not doing repeated string concatenation

2017-05-28 Thread planter
Author: Petre Vijiac Branch: Changeset: r91434:bed189ed5900 Date: 2017-05-28 19:35 +0200 http://bitbucket.org/pypy/pypy/changeset/bed189ed5900/ Log:improve zipfile performance by not doing repeated string concatenation (committed by cfbolz) diff --git a/lib-python/2.7/zipfi

[pypy-commit] pypy default: Make sure sys.prefix is always defined, even if it contains the

2017-05-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r91433:ac573ca24687 Date: 2017-05-28 18:21 +0200 http://bitbucket.org/pypy/pypy/changeset/ac573ca24687/ Log:Make sure sys.prefix is always defined, even if it contains the translation-time value. Fix obscure issues where the PyPy is not u

[pypy-commit] pypy default: Fix for 0e27a73c87f6

2017-05-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r91432:1e656d2369ef Date: 2017-05-28 17:37 +0200 http://bitbucket.org/pypy/pypy/changeset/1e656d2369ef/ Log:Fix for 0e27a73c87f6 diff --git a/pypy/module/cpyext/bufferobject.py b/pypy/module/cpyext/bufferobject.py --- a/pypy/module/cpyext/bufferobject.

[pypy-commit] pypy default: Skip the test about byte-swapped structures, for now

2017-05-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r91431:844e78f165f3 Date: 2017-05-28 16:47 +0200 http://bitbucket.org/pypy/pypy/changeset/844e78f165f3/ Log:Skip the test about byte-swapped structures, for now diff --git a/lib-python/2.7/ctypes/test/test_unaligned_structures.py b/lib-python/2.7/ctype

[pypy-commit] pypy default: Fix test

2017-05-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r91430:0d24dcc53f09 Date: 2017-05-28 16:43 +0200 http://bitbucket.org/pypy/pypy/changeset/0d24dcc53f09/ Log:Fix test diff --git a/rpython/rtyper/llinterp.py b/rpython/rtyper/llinterp.py --- a/rpython/rtyper/llinterp.py +++ b/rpython/rtyper/llinterp.py @

[pypy-commit] pypy default: Fix test

2017-05-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r91429:659988b39888 Date: 2017-05-28 16:42 +0200 http://bitbucket.org/pypy/pypy/changeset/659988b39888/ Log:Fix test diff --git a/rpython/jit/backend/llsupport/test/test_gc_integration.py b/rpython/jit/backend/llsupport/test/test_gc_integration.py ---

[pypy-commit] pypy default: document merged branches

2017-05-28 Thread mattip
Author: Matti Picus Branch: Changeset: r91428:cf5a42dd00cb Date: 2017-05-28 17:33 +0300 http://bitbucket.org/pypy/pypy/changeset/cf5a42dd00cb/ Log:document merged branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/wh

[pypy-commit] pypy default: Performance tweaks to round(x, n) for the case n == 0

2017-05-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r91427:3b55e802a373 Date: 2017-05-28 10:18 +0200 http://bitbucket.org/pypy/pypy/changeset/3b55e802a373/ Log:Performance tweaks to round(x, n) for the case n == 0 diff --git a/pypy/module/__builtin__/operation.py b/pypy/module/__builtin__/operation.py -

[pypy-commit] pypy default: Argh, fix test that was not testing anything

2017-05-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r91426:672b8a624c32 Date: 2017-05-28 09:51 +0200 http://bitbucket.org/pypy/pypy/changeset/672b8a624c32/ Log:Argh, fix test that was not testing anything diff --git a/rpython/rlib/test/test_rfloat.py b/rpython/rlib/test/test_rfloat.py --- a/rpython/rlib/