[pypy-commit] pypy ufuncapi: move implementation-level methods to base file to simplify circular imports

2014-12-02 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r74780:34c0bc5ac7e8 Date: 2014-12-02 13:50 +0200 http://bitbucket.org/pypy/pypy/changeset/34c0bc5ac7e8/ Log:move implementation-level methods to base file to simplify circular imports diff --git a/pypy/module/micronumpy/base.py b/pypy/module

[pypy-commit] pypy ufuncapi: pass resolver tests, still need to use results in creating output arrays

2014-12-02 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r74781:af2cb61cc4b1 Date: 2014-12-02 13:50 +0200 http://bitbucket.org/pypy/pypy/changeset/af2cb61cc4b1/ Log:pass resolver tests, still need to use results in creating output arrays diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/p

[pypy-commit] pypy default: implement strides argument when buffer=something for ndarray constructor,

2014-12-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r74782:86fcd1d9f5df Date: 2014-12-02 15:29 +0200 http://bitbucket.org/pypy/pypy/changeset/86fcd1d9f5df/ Log:implement strides argument when buffer=something for ndarray constructor, also for from_shape_and_storage diff --git a/pypy/modul

[pypy-commit] pypy default: add failing test for int_signext case

2014-12-02 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74783:a48527cf9df5 Date: 2014-12-02 11:54 -0500 http://bitbucket.org/pypy/pypy/changeset/a48527cf9df5/ Log:add failing test for int_signext case diff --git a/rpython/jit/metainterp/test/test_ajit.py b/rpython/jit/metainterp/test/test_ajit.py --- a/r

[pypy-commit] pypy default: check strides, shape agains buf_len when creating array with a buffer

2014-12-02 Thread mattip
Author: mattip Branch: Changeset: r74785:46e91c62f6b8 Date: 2014-12-02 19:13 +0200 http://bitbucket.org/pypy/pypy/changeset/46e91c62f6b8/ Log:check strides, shape agains buf_len when creating array with a buffer diff --git a/pypy/module/micronumpy/base.py b/pypy/module/micronumpy/ba

[pypy-commit] pypy default: move test so it runs (fails) with -A

2014-12-02 Thread mattip
Author: mattip Branch: Changeset: r74784:7b945fce0e06 Date: 2014-12-02 15:59 +0200 http://bitbucket.org/pypy/pypy/changeset/7b945fce0e06/ Log:move test so it runs (fails) with -A diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test/test_ndarray.py --- a/py

[pypy-commit] pypy default: overzelous docstring removed

2014-12-02 Thread mattip
Author: mattip Branch: Changeset: r74786:8471ffc38d46 Date: 2014-12-02 19:32 +0200 http://bitbucket.org/pypy/pypy/changeset/8471ffc38d46/ Log:overzelous docstring removed diff --git a/pypy/module/micronumpy/ndarray.py b/pypy/module/micronumpy/ndarray.py --- a/pypy/module/micronumpy/ndarray

[pypy-commit] pypy optresult: two untested cases

2014-12-02 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r74788:a64ec027f6c0 Date: 2014-12-02 20:23 +0200 http://bitbucket.org/pypy/pypy/changeset/a64ec027f6c0/ Log:two untested cases diff --git a/rpython/jit/metainterp/optimizeopt/vstring.py b/rpython/jit/metainterp/optimizeopt/vstring.py -

[pypy-commit] pypy optresult: finish porting test_optimizebasic

2014-12-02 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r74787:e2c252e3b7eb Date: 2014-12-02 20:22 +0200 http://bitbucket.org/pypy/pypy/changeset/e2c252e3b7eb/ Log:finish porting test_optimizebasic diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit/metainterp/optimiz

[pypy-commit] pypy framestate: extract a bc_reader.new_instr() method

2014-12-02 Thread rlamy
Author: Ronan Lamy Branch: framestate Changeset: r74791:1d97ee1c1edd Date: 2014-12-02 16:33 +0100 http://bitbucket.org/pypy/pypy/changeset/1d97ee1c1edd/ Log:extract a bc_reader.new_instr() method diff --git a/rpython/flowspace/bytecode.py b/rpython/flowspace/bytecode.py --- a/rpython/flowspa

[pypy-commit] pypy framestate: WIP: storing blockstack status on bc_graph

2014-12-02 Thread rlamy
Author: Ronan Lamy Branch: framestate Changeset: r74792:af6873879d10 Date: 2014-12-02 19:02 + http://bitbucket.org/pypy/pypy/changeset/af6873879d10/ Log:WIP: storing blockstack status on bc_graph diff --git a/rpython/flowspace/bytecode.py b/rpython/flowspace/bytecode.py --- a/rpython/flo

[pypy-commit] pypy framestate: remove BCInstruction.decode() and decode LOAD_CONST arg later

2014-12-02 Thread rlamy
Author: Ronan Lamy Branch: framestate Changeset: r74790:bc3042836ed0 Date: 2014-12-02 16:03 +0100 http://bitbucket.org/pypy/pypy/changeset/bc3042836ed0/ Log:remove BCInstruction.decode() and decode LOAD_CONST arg later diff --git a/rpython/flowspace/bytecode.py b/rpython/flowspace/bytecode.p

[pypy-commit] pypy framestate: progress

2014-12-02 Thread rlamy
Author: Ronan Lamy Branch: framestate Changeset: r74789:2796501df19e Date: 2014-12-01 17:27 +0100 http://bitbucket.org/pypy/pypy/changeset/2796501df19e/ Log:progress diff --git a/rpython/flowspace/bytecode.py b/rpython/flowspace/bytecode.py --- a/rpython/flowspace/bytecode.py +++ b/rpython/f

[pypy-commit] stmgc c8-private-pages: in-progress

2014-12-02 Thread arigo
Author: Armin Rigo Branch: c8-private-pages Changeset: r1510:e305d59e0a3d Date: 2014-12-02 21:07 +0100 http://bitbucket.org/pypy/stmgc/changeset/e305d59e0a3d/ Log:in-progress diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -3,20 +3,6 @@ #endif -#ifd

[pypy-commit] stmgc c8-small-uniform: add test showing a bug in stm_validate()

2014-12-02 Thread Raemi
Author: Remi Meier Branch: c8-small-uniform Changeset: r1511:c849b169bc4e Date: 2014-12-02 15:56 +0100 http://bitbucket.org/pypy/stmgc/changeset/c849b169bc4e/ Log:add test showing a bug in stm_validate() diff --git a/c8/stm/gcpage.c b/c8/stm/gcpage.c --- a/c8/stm/gcpage.c +++ b/c8/stm/gcpage

[pypy-commit] stmgc c8-small-uniform: fix another (currently untestable) bug

2014-12-02 Thread Raemi
Author: Remi Meier Branch: c8-small-uniform Changeset: r1513:222d1845dff3 Date: 2014-12-02 17:00 +0100 http://bitbucket.org/pypy/stmgc/changeset/222d1845dff3/ Log:fix another (currently untestable) bug diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -278

[pypy-commit] stmgc c8-small-uniform: fix for previous commit

2014-12-02 Thread Raemi
Author: Remi Meier Branch: c8-small-uniform Changeset: r1512:757f479c2b41 Date: 2014-12-02 16:12 +0100 http://bitbucket.org/pypy/stmgc/changeset/757f479c2b41/ Log:fix for previous commit diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -3,20 +3,6 @@ #end