[pypy-commit] pypy armhf-singlefloat: document and close about to be merged branch

2013-11-19 Thread bivab
Author: David Schneider Branch: armhf-singlefloat Changeset: r68235:83952b768a05 Date: 2013-11-19 09:30 +0100 http://bitbucket.org/pypy/pypy/changeset/83952b768a05/ Log:document and close about to be merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pyp

[pypy-commit] pypy default: merge armhf-singlefloat

2013-11-19 Thread bivab
Author: David Schneider Branch: Changeset: r68236:cc499f0c7d91 Date: 2013-11-19 09:30 +0100 http://bitbucket.org/pypy/pypy/changeset/cc499f0c7d91/ Log:merge armhf-singlefloat diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc

[pypy-commit] pypy default: deactivate test_multiprocessing until #1644 is resolved - buildslave hangs

2013-11-19 Thread oberstet
Author: Tobias Oberstein Branch: Changeset: r68237:4cb276ba3e4a Date: 2013-11-18 21:54 +0100 http://bitbucket.org/pypy/pypy/changeset/4cb276ba3e4a/ Log:deactivate test_multiprocessing until #1644 is resolved - buildslave hangs diff --git a/lib-python/2.7/test/test_multiprocessing.py

[pypy-commit] pypy default: Merged in oberstet/pypy (pull request #200)

2013-11-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r68238:4369d6c2378e Date: 2013-11-19 09:56 +0100 http://bitbucket.org/pypy/pypy/changeset/4369d6c2378e/ Log:Merged in oberstet/pypy (pull request #200) deactivate test_multiprocessing until #1644 is resolved - buildslave hangs diff --gi

[pypy-commit] pypy ndarray-buffer: add a new implementation of arrays which keeps alive the original buffer

2013-11-19 Thread antocuni
Author: Antonio Cuni Branch: ndarray-buffer Changeset: r68241:193128b62e58 Date: 2013-11-19 14:50 +0100 http://bitbucket.org/pypy/pypy/changeset/193128b62e58/ Log:add a new implementation of arrays which keeps alive the original buffer diff --git a/pypy/module/micronumpy/arrayimpl/co

[pypy-commit] pypy ndarray-buffer: first passing test: only buffers which implement get_raw_address are supported of course, because the others can be movable

2013-11-19 Thread antocuni
Author: Antonio Cuni Branch: ndarray-buffer Changeset: r68240:b9d813cc6c0a Date: 2013-11-19 12:21 +0100 http://bitbucket.org/pypy/pypy/changeset/b9d813cc6c0a/ Log:first passing test: only buffers which implement get_raw_address are supported of course, because the others can be movabl

[pypy-commit] pypy ndarray-buffer: a branch where to support the buffer argument to ndarray()

2013-11-19 Thread antocuni
Author: Antonio Cuni Branch: ndarray-buffer Changeset: r68239:c1f8cadec802 Date: 2013-11-19 11:39 +0100 http://bitbucket.org/pypy/pypy/changeset/c1f8cadec802/ Log:a branch where to support the buffer argument to ndarray() ___ pypy-commit mailing li

[pypy-commit] pypy ndarray-buffer: implement the offset param

2013-11-19 Thread antocuni
Author: Antonio Cuni Branch: ndarray-buffer Changeset: r68242:2187c37bb8b0 Date: 2013-11-19 15:17 +0100 http://bitbucket.org/pypy/pypy/changeset/2187c37bb8b0/ Log:implement the offset param diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --

[pypy-commit] pypy ndarray-buffer: check the size of the buffer

2013-11-19 Thread antocuni
Author: Antonio Cuni Branch: ndarray-buffer Changeset: r68243:8d2b54062cfc Date: 2013-11-19 15:33 +0100 http://bitbucket.org/pypy/pypy/changeset/8d2b54062cfc/ Log:check the size of the buffer diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy ndarray-buffer: test and fix

2013-11-19 Thread antocuni
Author: Antonio Cuni Branch: ndarray-buffer Changeset: r68244:8593deb29c94 Date: 2013-11-19 16:32 +0100 http://bitbucket.org/pypy/pypy/changeset/8593deb29c94/ Log:test and fix diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/modul

[pypy-commit] stmgc default: document the real reason why we can't use just any h_original and

2013-11-19 Thread Raemi
Author: Remi Meier Branch: Changeset: r549:b89b61f0df98 Date: 2013-11-19 17:15 +0100 http://bitbucket.org/pypy/stmgc/changeset/b89b61f0df98/ Log:document the real reason why we can't use just any h_original and prevent things like stub->stub->stub on public addresses. diff --git a/c

[pypy-commit] pypy stmgc-c4: import stmgc

2013-11-19 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r68245:6c38f0067571 Date: 2013-11-19 17:16 +0100 http://bitbucket.org/pypy/pypy/changeset/6c38f0067571/ Log:import stmgc diff --git a/rpython/translator/stm/src_stm/et.c b/rpython/translator/stm/src_stm/et.c --- a/rpython/translator/stm/src_stm

[pypy-commit] pypy numpypy-array_prepare_-array_wrap: Forgot to solve this merge conflict

2013-11-19 Thread rguillebert
Author: Romain Guillebert Branch: numpypy-array_prepare_-array_wrap Changeset: r68247:0559ff165dad Date: 2013-11-19 20:10 +0100 http://bitbucket.org/pypy/pypy/changeset/0559ff165dad/ Log:Forgot to solve this merge conflict diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/mi

[pypy-commit] pypy numpypy-array_prepare_-array_wrap: sum doesn't exist in numpypy

2013-11-19 Thread rguillebert
Author: Romain Guillebert Branch: numpypy-array_prepare_-array_wrap Changeset: r68248:b5c80215f7e5 Date: 2013-11-19 21:08 +0100 http://bitbucket.org/pypy/pypy/changeset/b5c80215f7e5/ Log:sum doesn't exist in numpypy diff --git a/pypy/module/micronumpy/test/test_subtype.py b/pypy/module/micr

[pypy-commit] pypy default: backout afb227c, breaks everything else and doesn't fix freebsd

2013-11-19 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r68249:55b6a37713d9 Date: 2013-11-19 19:46 -0500 http://bitbucket.org/pypy/pypy/changeset/55b6a37713d9/ Log:backout afb227c, breaks everything else and doesn't fix freebsd diff --git a/rpython/rlib/rdynload.py b/rpython/rlib/rdynload.py --- a/rpython/

[pypy-commit] pypy llvm-translation-backend: Adapt imports / test class names.

2013-11-19 Thread Manuel Jacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r68251:ccaea346a3e8 Date: 2013-11-20 01:56 +0100 http://bitbucket.org/pypy/pypy/changeset/ccaea346a3e8/ Log:Adapt imports / test class names. diff --git a/rpython/translator/llvm/test/test_genllvm.py b/rpython/translator/llvm/t

[pypy-commit] pypy llvm-translation-backend: The operation bare_raw_store() should emit the same code as raw_store().

2013-11-19 Thread Manuel Jacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r68252:083d15984f7a Date: 2013-11-20 02:04 +0100 http://bitbucket.org/pypy/pypy/changeset/083d15984f7a/ Log:The operation bare_raw_store() should emit the same code as raw_store(). diff --git a/rpython/translator/llvm/ge

[pypy-commit] pypy py3k: revert part of ed5309c80fdf and adapt its test to this branch: py3k doesn't

2013-11-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r68253:a95599228f5a Date: 2013-11-19 17:26 -0800 http://bitbucket.org/pypy/pypy/changeset/a95599228f5a/ Log:revert part of ed5309c80fdf and adapt its test to this branch: py3k doesn't need these workarounds diff --git a/pypy/module/sys/ap

[pypy-commit] pypy py3k: 2to3

2013-11-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r68254:422a28c0490d Date: 2013-11-19 17:44 -0800 http://bitbucket.org/pypy/pypy/changeset/422a28c0490d/ Log:2to3 diff --git a/pypy/module/cpyext/test/test_getargs.py b/pypy/module/cpyext/test/test_getargs.py --- a/pypy/module/cpyext/test/test_ge

[pypy-commit] pypy py3k: merge default

2013-11-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r68255:6331cf185f84 Date: 2013-11-19 17:44 -0800 http://bitbucket.org/pypy/pypy/changeset/6331cf185f84/ Log:merge default diff --git a/lib-python/2.7/test/test_multiprocessing.py b/lib-python/2.7/test/test_multiprocessing.py --- a/lib-python/2.7