[pypy-commit] pypy default: Test and fix for [None] * some_r_uint_number.

2014-02-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r69452:1e265793f593 Date: 2014-02-26 09:16 +0100 http://bitbucket.org/pypy/pypy/changeset/1e265793f593/ Log:Test and fix for [None] * some_r_uint_number. diff --git a/rpython/rtyper/test/test_rlist.py b/rpython/rtyper/test/test_rlist.py

[pypy-commit] pypy default: Two new tests that pass after 1e265793f593.

2014-02-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r69453:0e9883e7f2f9 Date: 2014-02-26 09:24 +0100 http://bitbucket.org/pypy/pypy/changeset/0e9883e7f2f9/ Log:Two new tests that pass after 1e265793f593. diff --git a/rpython/jit/metainterp/test/test_list.py

[pypy-commit] stmgc c7-refactor: extend demo_random with some objects of different sizes

2014-02-26 Thread Remi Meier
Author: Remi Meier Branch: c7-refactor Changeset: r865:ca0644f22aa0 Date: 2014-02-26 09:35 +0100 http://bitbucket.org/pypy/stmgc/changeset/ca0644f22aa0/ Log:extend demo_random with some objects of different sizes diff --git a/c7/demo/Makefile b/c7/demo/Makefile --- a/c7/demo/Makefile +++

[pypy-commit] pypy default: merge

2014-02-26 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r69455:0746a182b067 Date: 2014-02-26 10:34 +0200 http://bitbucket.org/pypy/pypy/changeset/0746a182b067/ Log:merge diff --git a/lib-python/2.7/threading.py b/lib-python/2.7/threading.py --- a/lib-python/2.7/threading.py +++

[pypy-commit] pypy default: (arigo, fijal) add GIL handling around pypy_execute_source

2014-02-26 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r69454:7c361c775aa8 Date: 2014-02-26 10:33 +0200 http://bitbucket.org/pypy/pypy/changeset/7c361c775aa8/ Log:(arigo, fijal) add GIL handling around pypy_execute_source diff --git a/pypy/goal/targetpypystandalone.py

[pypy-commit] pypy default: in-progress document about embedding

2014-02-26 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r69456:7f6f07e39700 Date: 2014-02-26 10:35 +0200 http://bitbucket.org/pypy/pypy/changeset/7f6f07e39700/ Log:in-progress document about embedding diff --git a/pypy/doc/embedding.rst b/pypy/doc/embedding.rst new file mode 100644

[pypy-commit] pypy int_w-refactor: add a test which is now passing, but failed before this branch

2014-02-26 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: int_w-refactor Changeset: r69457:de5ea5e1d969 Date: 2014-02-26 10:30 +0100 http://bitbucket.org/pypy/pypy/changeset/de5ea5e1d969/ Log:add a test which is now passing, but failed before this branch diff --git

[pypy-commit] pypy int_w-refactor: another test which is now passing

2014-02-26 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: int_w-refactor Changeset: r69461:aeda53c595a1 Date: 2014-02-26 11:23 +0100 http://bitbucket.org/pypy/pypy/changeset/aeda53c595a1/ Log:another test which is now passing diff --git a/pypy/objspace/std/test/test_intobject.py

[pypy-commit] pypy int_w-refactor: another passing test which used to fail

2014-02-26 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: int_w-refactor Changeset: r69458:b401ef2acac2 Date: 2014-02-26 11:08 +0100 http://bitbucket.org/pypy/pypy/changeset/b401ef2acac2/ Log:another passing test which used to fail diff --git a/pypy/objspace/std/test/test_stringformat.py

[pypy-commit] pypy int_w-refactor: given the previous ifs this is not strictily necessary, however I think that putting an explicit allow_conversion=False makes things clearer

2014-02-26 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: int_w-refactor Changeset: r69459:d40701cd789e Date: 2014-02-26 11:12 +0100 http://bitbucket.org/pypy/pypy/changeset/d40701cd789e/ Log:given the previous ifs this is not strictily necessary, however I think that putting an explicit

[pypy-commit] pypy int_w-refactor: another case in which allow_conversion=False is semantically right, although the non-int cases are already caught before

2014-02-26 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: int_w-refactor Changeset: r69460:464d1fe86d91 Date: 2014-02-26 11:23 +0100 http://bitbucket.org/pypy/pypy/changeset/464d1fe86d91/ Log:another case in which allow_conversion=False is semantically right, although the non-int cases are

[pypy-commit] pypy default: another test for [non-None-ptr] * n being virtual, although only if n 15

2014-02-26 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: Changeset: r69462:2c8e18a5330a Date: 2014-02-26 12:37 +0100 http://bitbucket.org/pypy/pypy/changeset/2c8e18a5330a/ Log:another test for [non-None-ptr] * n being virtual, although only if n 15 diff --git

[pypy-commit] stmgc c7-refactor: move shadow stack init/done to setup.c

2014-02-26 Thread Remi Meier
Author: Remi Meier Branch: c7-refactor Changeset: r866:22f8313b374c Date: 2014-02-26 13:40 +0100 http://bitbucket.org/pypy/stmgc/changeset/22f8313b374c/ Log:move shadow stack init/done to setup.c diff --git a/c7/demo/demo2.c b/c7/demo/demo2.c --- a/c7/demo/demo2.c +++ b/c7/demo/demo2.c @@

[pypy-commit] stmgc c7-refactor: The tree data structure can explode when fed non-aligned addresses.

2014-02-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: c7-refactor Changeset: r867:e6d52f7b3ef1 Date: 2014-02-26 14:13 +0100 http://bitbucket.org/pypy/stmgc/changeset/e6d52f7b3ef1/ Log:The tree data structure can explode when fed non-aligned addresses. Assert that they are aligned and fix the

[pypy-commit] stmgc c7-refactor: Merge

2014-02-26 Thread Remi Meier
Author: Remi Meier Branch: c7-refactor Changeset: r869:4964c4924c65 Date: 2014-02-26 14:18 +0100 http://bitbucket.org/pypy/stmgc/changeset/4964c4924c65/ Log:Merge diff --git a/c7/stm/list.c b/c7/stm/list.c --- a/c7/stm/list.c +++ b/c7/stm/list.c @@ -54,23 +54,23 @@ static void

[pypy-commit] stmgc c7-refactor: start adapting duhton

2014-02-26 Thread Remi Meier
Author: Remi Meier Branch: c7-refactor Changeset: r868:a39bcb6b49c1 Date: 2014-02-26 14:18 +0100 http://bitbucket.org/pypy/stmgc/changeset/a39bcb6b49c1/ Log:start adapting duhton diff --git a/c7/stmgc.h b/c7/stmgc.h --- a/c7/stmgc.h +++ b/c7/stmgc.h @@ -66,16 +66,17 @@ void

[pypy-commit] stmgc c7-refactor: Move stuff around: this removes one check on each object.

2014-02-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: c7-refactor Changeset: r870:cdd10e0a9914 Date: 2014-02-26 14:24 +0100 http://bitbucket.org/pypy/stmgc/changeset/cdd10e0a9914/ Log:Move stuff around: this removes one check on each object. diff --git a/c7/stm/nursery.c b/c7/stm/nursery.c ---

[pypy-commit] stmgc c7-refactor: Workaround for another llvm bug

2014-02-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: c7-refactor Changeset: r871:35baad3a75f6 Date: 2014-02-26 15:08 +0100 http://bitbucket.org/pypy/stmgc/changeset/35baad3a75f6/ Log:Workaround for another llvm bug diff --git a/c7/stmgc.h b/c7/stmgc.h --- a/c7/stmgc.h +++ b/c7/stmgc.h @@ -213,11

[pypy-commit] stmgc c7-refactor: lists can move

2014-02-26 Thread Remi Meier
Author: Remi Meier Branch: c7-refactor Changeset: r872:335565ce1aae Date: 2014-02-26 15:11 +0100 http://bitbucket.org/pypy/stmgc/changeset/335565ce1aae/ Log:lists can move diff --git a/c7/stm/nursery.c b/c7/stm/nursery.c --- a/c7/stm/nursery.c +++ b/c7/stm/nursery.c @@ -183,6 +183,9 @@

[pypy-commit] stmgc c7-refactor: Remove this gross hack, and reintroduce the loop: if longjmp()

2014-02-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: c7-refactor Changeset: r873:c43f36e38277 Date: 2014-02-26 15:18 +0100 http://bitbucket.org/pypy/stmgc/changeset/c43f36e38277/ Log:Remove this gross hack, and reintroduce the loop: if longjmp() is called, make sure we redo the setjmp() diff

[pypy-commit] pypy default: improve the embedding interface a little

2014-02-26 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r69463:849a6171a311 Date: 2014-02-26 16:29 +0200 http://bitbucket.org/pypy/pypy/changeset/849a6171a311/ Log:improve the embedding interface a little diff --git a/include/PyPy.h b/include/PyPy.h --- a/include/PyPy.h +++

[pypy-commit] pypy int_w-refactor: fix numpypy for the new int_w behavior

2014-02-26 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: int_w-refactor Changeset: r69465:0cb2938c3b1b Date: 2014-02-26 16:22 +0100 http://bitbucket.org/pypy/pypy/changeset/0cb2938c3b1b/ Log:fix numpypy for the new int_w behavior diff --git a/pypy/module/micronumpy/compile.py

[pypy-commit] stmgc c7-refactor: Kill this logic and comment; no longer applies.

2014-02-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: c7-refactor Changeset: r875:6da8d8bef599 Date: 2014-02-26 16:28 +0100 http://bitbucket.org/pypy/stmgc/changeset/6da8d8bef599/ Log:Kill this logic and comment; no longer applies. diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++

[pypy-commit] stmgc c7-refactor: (arigo, Remi) missing: preventing a transaction from _starting_

2014-02-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: c7-refactor Changeset: r876:d6cbf69ae9ed Date: 2014-02-26 17:12 +0100 http://bitbucket.org/pypy/stmgc/changeset/d6cbf69ae9ed/ Log:(arigo, Remi) missing: preventing a transaction from _starting_ in inevitable mode if there is already an

[pypy-commit] stmgc c5: close branch

2014-02-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: c5 Changeset: r877:c80a6198d3ca Date: 2014-02-26 17:21 +0100 http://bitbucket.org/pypy/stmgc/changeset/c80a6198d3ca/ Log:close branch ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] stmgc c7: close branch

2014-02-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: c7 Changeset: r880:8fe174ce6f5e Date: 2014-02-26 17:22 +0100 http://bitbucket.org/pypy/stmgc/changeset/8fe174ce6f5e/ Log:close branch ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] stmgc c7-refactor: Close branch, ready to be merged

2014-02-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: c7-refactor Changeset: r882:8d95741d13ef Date: 2014-02-26 17:22 +0100 http://bitbucket.org/pypy/stmgc/changeset/8d95741d13ef/ Log:Close branch, ready to be merged ___ pypy-commit mailing list

[pypy-commit] stmgc c7-refactor: merge

2014-02-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: c7-refactor Changeset: r881:7fd8f289709f Date: 2014-02-26 17:22 +0100 http://bitbucket.org/pypy/stmgc/changeset/7fd8f289709f/ Log:merge ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] stmgc c6: close branch

2014-02-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: c6 Changeset: r879:d165713156ae Date: 2014-02-26 17:21 +0100 http://bitbucket.org/pypy/stmgc/changeset/d165713156ae/ Log:close branch ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] stmgc c6: merge

2014-02-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: c6 Changeset: r878:bb06ec59eece Date: 2014-02-26 17:21 +0100 http://bitbucket.org/pypy/stmgc/changeset/bb06ec59eece/ Log:merge ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy int_w-refactor: implement allow_conversion=True also for float_w: this finally fixes the struct+numpy failing test which I introduced at the beginning of the branch

2014-02-26 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: int_w-refactor Changeset: r69467:229c615d291d Date: 2014-02-26 18:08 +0100 http://bitbucket.org/pypy/pypy/changeset/229c615d291d/ Log:implement allow_conversion=True also for float_w: this finally fixes the struct+numpy failing test

[pypy-commit] pypy int_w-refactor: add allow_conversion=True also to space.bigint_w, and improve a test

2014-02-26 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: int_w-refactor Changeset: r69466:796466a94c48 Date: 2014-02-26 17:23 +0100 http://bitbucket.org/pypy/pypy/changeset/796466a94c48/ Log:add allow_conversion=True also to space.bigint_w, and improve a test diff --git

[pypy-commit] pypy int_w-refactor: don't allow unwanted conversions between cdatas

2014-02-26 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: int_w-refactor Changeset: r69469:20289253d2ac Date: 2014-02-26 19:14 +0100 http://bitbucket.org/pypy/pypy/changeset/20289253d2ac/ Log:don't allow unwanted conversions between cdatas diff --git a/pypy/module/_cffi_backend/misc.py

[pypy-commit] pypy remove-remaining-smm: hg merge default

2014-02-26 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-remaining-smm Changeset: r69470:94cc167b7402 Date: 2014-02-26 20:22 +0100 http://bitbucket.org/pypy/pypy/changeset/94cc167b7402/ Log:hg merge default diff --git a/include/PyPy.h b/include/PyPy.h --- a/include/PyPy.h +++ b/include/PyPy.h @@ -8,9 +8,14 @@

[pypy-commit] pypy remove-remaining-smm: Introduce a fast-path for interp2app when __args__ is passed through and the interp-level function is a method.

2014-02-26 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-remaining-smm Changeset: r69471:153f2fa2ab59 Date: 2014-02-26 22:22 +0100 http://bitbucket.org/pypy/pypy/changeset/153f2fa2ab59/ Log:Introduce a fast-path for interp2app when __args__ is passed through and the interp-level function is a method.

[pypy-commit] stmgc default: Do we really need this?

2014-02-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r884:72584e5eb7df Date: 2014-02-26 23:27 +0100 http://bitbucket.org/pypy/stmgc/changeset/72584e5eb7df/ Log:Do we really need this? diff --git a/c7/stm/contention.c b/c7/stm/contention.c --- a/c7/stm/contention.c +++ b/c7/stm/contention.c

[pypy-commit] stmgc default: Only acquire the mutex_pages_lock if there are really objects to free

2014-02-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r885:39c5f170d4d1 Date: 2014-02-26 23:45 +0100 http://bitbucket.org/pypy/stmgc/changeset/39c5f170d4d1/ Log:Only acquire the mutex_pages_lock if there are really objects to free diff --git a/c7/stm/nursery.c b/c7/stm/nursery.c ---

[pypy-commit] stmgc default: Readd logic for a thread-local object.

2014-02-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r886:f78b189223c1 Date: 2014-02-26 23:51 +0100 http://bitbucket.org/pypy/stmgc/changeset/f78b189223c1/ Log:Readd logic for a thread-local object. Helps duhton demo/list_transaction.duh, but it still seems to be caught

[pypy-commit] stmgc default: Fix the big slowness that duhton's list_transaction sometimes shows.

2014-02-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r887:e0e14e5a9b5d Date: 2014-02-27 00:42 +0100 http://bitbucket.org/pypy/stmgc/changeset/e0e14e5a9b5d/ Log:Fix the big slowness that duhton's list_transaction sometimes shows. diff --git a/c7/stm/contention.c b/c7/stm/contention.c ---

[pypy-commit] pypy remove-remaining-smm: Fix translation.

2014-02-26 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-remaining-smm Changeset: r69472:d5a11afb2206 Date: 2014-02-27 01:35 +0100 http://bitbucket.org/pypy/pypy/changeset/d5a11afb2206/ Log:Fix translation. diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py --- a/pypy/interpreter/gateway.py

[pypy-commit] pypy numpy-refactor: remove arrayimpl.Scalar

2014-02-26 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: numpy-refactor Changeset: r69473:41743661d6f2 Date: 2014-02-26 05:00 -0500 http://bitbucket.org/pypy/pypy/changeset/41743661d6f2/ Log:remove arrayimpl.Scalar diff --git a/pypy/module/micronumpy/arrayimpl/base.py

[pypy-commit] pypy numpy-refactor: fix str/repr of scalar views

2014-02-26 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: numpy-refactor Changeset: r69474:4a9b7ee9934d Date: 2014-02-26 15:17 -0500 http://bitbucket.org/pypy/pypy/changeset/4a9b7ee9934d/ Log:fix str/repr of scalar views diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py

[pypy-commit] pypy numpy-refactor: kill arrayimpl subdirectory

2014-02-26 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: numpy-refactor Changeset: r69475:61e06779d82e Date: 2014-02-26 14:59 -0500 http://bitbucket.org/pypy/pypy/changeset/61e06779d82e/ Log:kill arrayimpl subdirectory diff --git a/pypy/module/micronumpy/arrayimpl/__init__.py

[pypy-commit] pypy numpy-refactor: fix some scalar get/set cases

2014-02-26 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: numpy-refactor Changeset: r69476:20666c9f42b8 Date: 2014-02-26 16:07 -0500 http://bitbucket.org/pypy/pypy/changeset/20666c9f42b8/ Log:fix some scalar get/set cases diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy numpy-refactor: fix setitem_filter with scalar

2014-02-26 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: numpy-refactor Changeset: r69477:afe7292cc2d3 Date: 2014-02-26 16:54 -0500 http://bitbucket.org/pypy/pypy/changeset/afe7292cc2d3/ Log:fix setitem_filter with scalar diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy numpy-refactor: fix test_compile

2014-02-26 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: numpy-refactor Changeset: r69483:328438b28770 Date: 2014-02-26 18:46 -0500 http://bitbucket.org/pypy/pypy/changeset/328438b28770/ Log:fix test_compile diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py ---

[pypy-commit] pypy numpy-refactor: move issequence_w to support, cleanup other support usage

2014-02-26 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: numpy-refactor Changeset: r69484:daf0f2019fee Date: 2014-02-26 19:04 -0500 http://bitbucket.org/pypy/pypy/changeset/daf0f2019fee/ Log:move issequence_w to support, cleanup other support usage diff --git a/pypy/module/micronumpy/base.py

[pypy-commit] pypy numpy-refactor: fix newaxis with scalars

2014-02-26 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: numpy-refactor Changeset: r69480:568a574ba925 Date: 2014-02-26 18:18 -0500 http://bitbucket.org/pypy/pypy/changeset/568a574ba925/ Log:fix newaxis with scalars diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py

[pypy-commit] pypy numpy-refactor: fix setslice on scalars

2014-02-26 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: numpy-refactor Changeset: r69481:f13a87f568d7 Date: 2014-02-26 18:31 -0500 http://bitbucket.org/pypy/pypy/changeset/f13a87f568d7/ Log:fix setslice on scalars diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py

[pypy-commit] pypy numpy-refactor: fix slicing message for array scalars

2014-02-26 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: numpy-refactor Changeset: r69479:efbc3fbb15c3 Date: 2014-02-26 17:43 -0500 http://bitbucket.org/pypy/pypy/changeset/efbc3fbb15c3/ Log:fix slicing message for array scalars diff --git a/pypy/module/micronumpy/concrete.py

[pypy-commit] pypy numpy-refactor: fix ufunc out arg with scalar

2014-02-26 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: numpy-refactor Changeset: r69482:cd1472409d78 Date: 2014-02-26 18:35 -0500 http://bitbucket.org/pypy/pypy/changeset/cd1472409d78/ Log:fix ufunc out arg with scalar diff --git a/pypy/module/micronumpy/interp_ufuncs.py

[pypy-commit] pypy numpy-refactor: fix nonzero

2014-02-26 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: numpy-refactor Changeset: r69478:32523cf4d763 Date: 2014-02-26 17:18 -0500 http://bitbucket.org/pypy/pypy/changeset/32523cf4d763/ Log:fix nonzero diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py ---

[pypy-commit] pypy numpy-refactor: put Chunks in strides.py

2014-02-26 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: numpy-refactor Changeset: r69485:dd44430725b8 Date: 2014-02-26 19:32 -0500 http://bitbucket.org/pypy/pypy/changeset/dd44430725b8/ Log:put Chunks in strides.py diff --git a/pypy/module/micronumpy/appbridge.py

[pypy-commit] pypy numpypy-remove-scalar: close abandoned branch

2014-02-26 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: numpypy-remove-scalar Changeset: r69487:651f13647de9 Date: 2014-02-26 20:01 -0500 http://bitbucket.org/pypy/pypy/changeset/651f13647de9/ Log:close abandoned branch ___ pypy-commit mailing list

[pypy-commit] pypy default: fixes for cpyext ndarrayobject

2014-02-26 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r69488:28a4bfdc3627 Date: 2014-02-26 20:12 -0500 http://bitbucket.org/pypy/pypy/changeset/28a4bfdc3627/ Log:fixes for cpyext ndarrayobject diff --git a/pypy/module/cpyext/ndarrayobject.py b/pypy/module/cpyext/ndarrayobject.py ---

[pypy-commit] pypy kill-multimethod: hg merge remove-remaining-smm

2014-02-26 Thread Manuel Jacob
Author: Manuel Jacob Branch: kill-multimethod Changeset: r69489:99fb1bea6848 Date: 2014-02-27 02:59 +0100 http://bitbucket.org/pypy/pypy/changeset/99fb1bea6848/ Log:hg merge remove-remaining-smm diff --git a/include/PyPy.h b/include/PyPy.h --- a/include/PyPy.h +++ b/include/PyPy.h @@ -8,9

[pypy-commit] pypy kill-multimethod: (pjenvey) Use space.isinstance_w instead of isinstance here to fix array ztranslation.

2014-02-26 Thread Manuel Jacob
Author: Manuel Jacob Branch: kill-multimethod Changeset: r69490:211aa0409896 Date: 2014-02-27 03:35 +0100 http://bitbucket.org/pypy/pypy/changeset/211aa0409896/ Log:(pjenvey) Use space.isinstance_w instead of isinstance here to fix array ztranslation. diff --git

[pypy-commit] pypy numpy-refactor: merge default

2014-02-26 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: numpy-refactor Changeset: r69491:8da9e6ab9957 Date: 2014-02-26 23:05 -0500 http://bitbucket.org/pypy/pypy/changeset/8da9e6ab9957/ Log:merge default diff --git a/include/PyPy.h b/include/PyPy.h --- a/include/PyPy.h +++ b/include/PyPy.h @@ -8,9

[pypy-commit] pypy numpy-refactor: cleanup

2014-02-26 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: numpy-refactor Changeset: r69492:758fa0da0cdd Date: 2014-02-26 23:16 -0500 http://bitbucket.org/pypy/pypy/changeset/758fa0da0cdd/ Log:cleanup diff --git a/pypy/module/micronumpy/interp_flatiter.py b/pypy/module/micronumpy/interp_flatiter.py

[pypy-commit] pypy numpy-refactor: clean up reduce axis arg errors

2014-02-26 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: numpy-refactor Changeset: r69494:6a347d1b5fb7 Date: 2014-02-27 00:45 -0500 http://bitbucket.org/pypy/pypy/changeset/6a347d1b5fb7/ Log:clean up reduce axis arg errors diff --git a/pypy/module/micronumpy/interp_support.py