[pypy-commit] pypy union-side-effects: Revert change to run_formatter() and fix unicode vs str issues.

2016-09-05 Thread rlamy
Author: Ronan Lamy Branch: union-side-effects Changeset: r86899:5dc79f574fb9 Date: 2016-09-06 02:20 +0100 http://bitbucket.org/pypy/pypy/changeset/5dc79f574fb9/ Log:Revert change to run_formatter() and fix unicode vs str issues. diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std

[pypy-commit] cffi default: Issue #283: initializer for nested anonymous structs inside unions

2016-09-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r2761:58bab5bcadd2 Date: 2016-09-05 23:55 +0200 http://bitbucket.org/cffi/cffi/changeset/58bab5bcadd2/ Log:Issue #283: initializer for nested anonymous structs inside unions diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++

[pypy-commit] pypy default: add release note for 5.4.1

2016-09-05 Thread mattip
Author: Matti Picus Branch: Changeset: r86898:0c20173f73ec Date: 2016-09-06 00:08 +0300 http://bitbucket.org/pypy/pypy/changeset/0c20173f73ec/ Log:add release note for 5.4.1 diff --git a/pypy/doc/index-of-release-notes.rst b/pypy/doc/index-of-release-notes.rst --- a/pypy/doc/index-of-relea

[pypy-commit] pypy buffer-interface: try to update documentation

2016-09-05 Thread mattip
Author: Matti Picus Branch: buffer-interface Changeset: r86896:59716a90a56a Date: 2016-09-05 23:53 +0300 http://bitbucket.org/pypy/pypy/changeset/59716a90a56a/ Log:try to update documentation diff --git a/pypy/module/cpyext/bytesobject.py b/pypy/module/cpyext/bytesobject.py --- a/pypy/modul

[pypy-commit] pypy buffer-interface: create fixed arrays of Py_MAX_NDIMS, arbitrarily set to 32, in Py_buffer rather than malloc and leak memory

2016-09-05 Thread mattip
Author: Matti Picus Branch: buffer-interface Changeset: r86897:d765d56cd700 Date: 2016-09-05 23:56 +0300 http://bitbucket.org/pypy/pypy/changeset/d765d56cd700/ Log:create fixed arrays of Py_MAX_NDIMS, arbitrarily set to 32, in Py_buffer rather than malloc and leak memory diff --git a

[pypy-commit] pypy quad-color-gc: Register weakrefs (test failing due to not collected targets)

2016-09-05 Thread ntruessel
Author: Nicolas Truessel Branch: quad-color-gc Changeset: r86894:7c5c4f76938f Date: 2016-09-05 22:08 +0200 http://bitbucket.org/pypy/pypy/changeset/7c5c4f76938f/ Log:Register weakrefs (test failing due to not collected targets) diff --git a/rpython/memory/gctransform/qcgcframework.py b/rpyt

[pypy-commit] pypy quad-color-gc: Fix weakref test

2016-09-05 Thread ntruessel
Author: Nicolas Truessel Branch: quad-color-gc Changeset: r86895:b88d51ba77e6 Date: 2016-09-05 22:12 +0200 http://bitbucket.org/pypy/pypy/changeset/b88d51ba77e6/ Log:Fix weakref test diff --git a/rpython/translator/c/test/test_newgc.py b/rpython/translator/c/test/test_newgc.py --- a/rpython

[pypy-commit] pypy quad-color-gc: Skip correct test, disable checks in qcgc and prepare weakref registration

2016-09-05 Thread ntruessel
Author: Nicolas Truessel Branch: quad-color-gc Changeset: r86893:a2b97ba105dc Date: 2016-09-05 22:02 +0200 http://bitbucket.org/pypy/pypy/changeset/a2b97ba105dc/ Log:Skip correct test, disable checks in qcgc and prepare weakref registration diff --git a/rpython/memory/gctransform/qcg

[pypy-commit] pypy quad-color-gc: Update qcgc codebase

2016-09-05 Thread ntruessel
Author: Nicolas Truessel Branch: quad-color-gc Changeset: r86892:37cdb0f205ea Date: 2016-09-05 21:15 +0200 http://bitbucket.org/pypy/pypy/changeset/37cdb0f205ea/ Log:Update qcgc codebase diff --git a/rpython/memory/gctransform/qcgcframework.py b/rpython/memory/gctransform/qcgcframework.py -

[pypy-commit] pypy.org extradoc: md5/sha1/sha256 for pypy 5.4.1

2016-09-05 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r785:f8f81b14f7ad Date: 2016-09-05 20:32 +0200 http://bitbucket.org/pypy/pypy.org/changeset/f8f81b14f7ad/ Log:md5/sha1/sha256 for pypy 5.4.1 diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.t

[pypy-commit] pypy py3k: Skip test_random_attr.py on pypy3

2016-09-05 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r86891:0b9f47589e08 Date: 2016-08-31 16:50 +0100 http://bitbucket.org/pypy/pypy/changeset/0b9f47589e08/ Log:Skip test_random_attr.py on pypy3 diff --git a/pypy/objspace/std/test/test_random_attr.py b/pypy/objspace/std/test/test_random_attr.py --- a

[pypy-commit] pypy force-virtual-state: Missing comma

2016-09-05 Thread sbauman
Author: Spenser Andrew Bauman Branch: force-virtual-state Changeset: r86890:63719b0c0290 Date: 2016-09-05 13:30 -0400 http://bitbucket.org/pypy/pypy/changeset/63719b0c0290/ Log:Missing comma diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/rpython/jit/metainterp/optimizeopt/unrol

[pypy-commit] pypy force-virtual-state: Merge with known working version

2016-09-05 Thread sbauman
Author: Spenser Andrew Bauman Branch: force-virtual-state Changeset: r86889:e06660b2588f Date: 2016-09-05 13:03 -0400 http://bitbucket.org/pypy/pypy/changeset/e06660b2588f/ Log:Merge with known working version diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO ---

[pypy-commit] pypy default: update for 5.4.1

2016-09-05 Thread mattip
Author: Matti Picus Branch: Changeset: r86888:1a16bd6a1d86 Date: 2016-09-05 19:35 +0300 http://bitbucket.org/pypy/pypy/changeset/1a16bd6a1d86/ Log:update for 5.4.1 (grafted from a58f1f2dc35bd2d3b5bda83ed86317676bbb55b4) diff --git a/pypy/tool/release/repackage.sh b/pypy/tool/release

[pypy-commit] pypy release-5.x: update for 5.4.1

2016-09-05 Thread mattip
Author: Matti Picus Branch: release-5.x Changeset: r86886:a58f1f2dc35b Date: 2016-09-05 19:35 +0300 http://bitbucket.org/pypy/pypy/changeset/a58f1f2dc35b/ Log:update for 5.4.1 diff --git a/pypy/tool/release/repackage.sh b/pypy/tool/release/repackage.sh --- a/pypy/tool/release/repackage.sh ++

[pypy-commit] pypy release-5.x: Added tag release-pypy2.7-v5.4.1 for changeset 050d84dd7899

2016-09-05 Thread mattip
Author: Matti Picus Branch: release-5.x Changeset: r86885:4efaca9d74d6 Date: 2016-09-05 19:34 +0300 http://bitbucket.org/pypy/pypy/changeset/4efaca9d74d6/ Log:Added tag release-pypy2.7-v5.4.1 for changeset 050d84dd7899 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -29,3 +29,4

[pypy-commit] pypy default: Added tag release-pypy2.7-v5.4.1 for changeset 050d84dd7899

2016-09-05 Thread mattip
Author: Matti Picus Branch: Changeset: r86887:5558faa5f5f9 Date: 2016-09-05 19:35 +0300 http://bitbucket.org/pypy/pypy/changeset/5558faa5f5f9/ Log:Added tag release-pypy2.7-v5.4.1 for changeset 050d84dd7899 (grafted from 4efaca9d74d6913fcd60f0af46988fee4317e295) diff --git a/.hgtags

[pypy-commit] pypy force-virtual-state: Explicitly pass force_boxes arg in all cases (suggested by cfbolz)

2016-09-05 Thread sbauman
Author: Spenser Andrew Bauman Branch: force-virtual-state Changeset: r86884:3ae2ff6dceac Date: 2016-09-05 11:18 -0400 http://bitbucket.org/pypy/pypy/changeset/3ae2ff6dceac/ Log:Explicitly pass force_boxes arg in all cases (suggested by cfbolz) diff --git a/rpython/jit/metainterp/optimizeopt/

[pypy-commit] pypy ppc-vsx-support: return register immediately if it is the right one (base case)

2016-09-05 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r86883:199d8fd839ac Date: 2016-09-05 16:41 +0200 http://bitbucket.org/pypy/pypy/changeset/199d8fd839ac/ Log:return register immediately if it is the right one (base case) diff --git a/rpython/jit/backend/x86/vector_ext.py b/rpython

[pypy-commit] pypy buffer-interface: use make_ref which has a keepalive_until_here() (arigato)

2016-09-05 Thread mattip
Author: Matti Picus Branch: buffer-interface Changeset: r86881:8b66ea6779d0 Date: 2016-09-05 17:17 +0300 http://bitbucket.org/pypy/pypy/changeset/8b66ea6779d0/ Log:use make_ref which has a keepalive_until_here() (arigato) diff --git a/pypy/module/cpyext/memoryobject.py b/pypy/module/cpyext/

[pypy-commit] pypy buffer-interface: use make_ref which has a keepalive_until_here() (arigato)

2016-09-05 Thread mattip
Author: Matti Picus Branch: buffer-interface Changeset: r86882:948af0843de0 Date: 2016-09-05 17:40 +0300 http://bitbucket.org/pypy/pypy/changeset/948af0843de0/ Log:use make_ref which has a keepalive_until_here() (arigato) diff --git a/pypy/module/cpyext/buffer.py b/pypy/module/cpyext/buffer.

[pypy-commit] pypy buffer-interface: use tobytes if get_raw_address fails, for StringBuffer type buffers

2016-09-05 Thread mattip
Author: Matti Picus Branch: buffer-interface Changeset: r86880:da7d464c1703 Date: 2016-09-05 16:54 +0300 http://bitbucket.org/pypy/pypy/changeset/da7d464c1703/ Log:use tobytes if get_raw_address fails, for StringBuffer type buffers diff --git a/pypy/module/cpyext/memoryobject.py b/pypy/modu

[pypy-commit] pypy buffer-interface: rewrite _array_from_buffer_3118 without explicit W_MemeoryView (arigato)

2016-09-05 Thread mattip
Author: Matti Picus Branch: buffer-interface Changeset: r86879:52eb4d9855de Date: 2016-09-04 22:26 +0300 http://bitbucket.org/pypy/pypy/changeset/52eb4d9855de/ Log:rewrite _array_from_buffer_3118 without explicit W_MemeoryView (arigato) diff --git a/pypy/module/micronumpy/compile.py

[pypy-commit] pypy ppc-vsx-support: not_implemented takes only one argument, remove pxor(result, result) which contained valid data

2016-09-05 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r86878:179c6a65d492 Date: 2016-09-05 13:50 +0200 http://bitbucket.org/pypy/pypy/changeset/179c6a65d492/ Log:not_implemented takes only one argument, remove pxor(result,result) which contained valid data diff --git a/rpython/

[pypy-commit] pypy ppc-vsx-support: killed a bug in unpacking multiple

2016-09-05 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r86877:0e4fa815252e Date: 2016-09-05 09:28 +0200 http://bitbucket.org/pypy/pypy/changeset/0e4fa815252e/ Log:killed a bug in unpacking multiple diff --git a/rpython/jit/backend/ppc/vector_ext.py b/rpython/jit/backend/ppc/vector_ext.

[pypy-commit] pypy redirect-assembler-jitlog: translation issues

2016-09-05 Thread plan_rich
Author: Richard Plangger Branch: redirect-assembler-jitlog Changeset: r86875:adb14149ca02 Date: 2016-09-05 08:34 +0200 http://bitbucket.org/pypy/pypy/changeset/adb14149ca02/ Log:translation issues diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpyth

[pypy-commit] pypy ppc-vsx-support: merge default

2016-09-05 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r86876:ab4c074e8f5f Date: 2016-09-05 08:35 +0200 http://bitbucket.org/pypy/pypy/changeset/ab4c074e8f5f/ Log:merge default diff too long, truncating to 2000 out of 213218 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgt