[pypy-commit] pypy default: Issue #1928 resolved

2015-01-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r75544:bbb6a5825c32 Date: 2015-01-26 23:21 +0100 http://bitbucket.org/pypy/pypy/changeset/bbb6a5825c32/ Log:Issue #1928 resolved A missing detail about the logic of locals2fast when we compare it with CPython's. Thanks Krono for

[pypy-commit] pypy vmprof: more consistent naming

2015-01-26 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75543:32c9442d20e4 Date: 2015-01-26 19:53 +0200 http://bitbucket.org/pypy/pypy/changeset/32c9442d20e4/ Log:more consistent naming diff --git a/pypy/module/_vmprof/src/get_custom_offset.c b/pypy/module/_vmprof/src/get_custom_offset.c ---

[pypy-commit] pypy vmprof: fixes

2015-01-26 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75542:23c533e6e79e Date: 2015-01-26 19:52 +0200 http://bitbucket.org/pypy/pypy/changeset/23c533e6e79e/ Log:fixes diff --git a/pypy/module/_vmprof/src/get_custom_offset.c b/pypy/module/_vmprof/src/get_custom_offset.c --- a/pypy/module/_vm

[pypy-commit] pypy vmprof: try to work on storing extra pieces in header

2015-01-26 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75541:1aba5ad5fd5c Date: 2015-01-26 19:48 +0200 http://bitbucket.org/pypy/pypy/changeset/1aba5ad5fd5c/ Log:try to work on storing extra pieces in header diff --git a/pypy/module/_vmprof/src/get_custom_offset.c b/pypy/module/_vmprof/src/g

[pypy-commit] pypy object-dtype: Add space everywhere

2015-01-26 Thread rguillebert
Author: Romain Guillebert Branch: object-dtype Changeset: r75540:7cbb4af9b24f Date: 2015-01-26 17:56 +0100 http://bitbucket.org/pypy/pypy/changeset/7cbb4af9b24f/ Log:Add space everywhere diff --git a/pypy/module/micronumpy/arrayops.py b/pypy/module/micronumpy/arrayops.py --- a/pypy/module/m

[pypy-commit] pypy vmprof: fix (why it does not explode on trunk?

2015-01-26 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75539:7d0b82938be8 Date: 2015-01-26 18:21 +0200 http://bitbucket.org/pypy/pypy/changeset/7d0b82938be8/ Log:fix (why it does not explode on trunk? diff --git a/rpython/jit/backend/x86/callbuilder.py b/rpython/jit/backend/x86/callbuilder.p

[pypy-commit] pypy object-dtype: space has to be passed to a lot of places now, this breaks everything

2015-01-26 Thread rguillebert
Author: Romain Guillebert Branch: object-dtype Changeset: r75538:79a2270b06a2 Date: 2015-01-26 17:11 +0100 http://bitbucket.org/pypy/pypy/changeset/79a2270b06a2/ Log:space has to be passed to a lot of places now, this breaks everything diff --git a/pypy/module/micronumpy/arrayops.py

[pypy-commit] pypy object-dtype: Test for adding 2 object arrays

2015-01-26 Thread rguillebert
Author: Romain Guillebert Branch: object-dtype Changeset: r75537:70ad29712173 Date: 2015-01-26 16:01 +0100 http://bitbucket.org/pypy/pypy/changeset/70ad29712173/ Log:Test for adding 2 object arrays diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dt

[pypy-commit] pypy object-dtype: Object ndarrays are now initialized with Nones

2015-01-26 Thread rguillebert
Author: Romain Guillebert Branch: object-dtype Changeset: r75536:dca1f6200f69 Date: 2015-01-26 15:19 +0100 http://bitbucket.org/pypy/pypy/changeset/dca1f6200f69/ Log:Object ndarrays are now initialized with Nones diff --git a/pypy/module/micronumpy/base.py b/pypy/module/micronumpy/base.py --

[pypy-commit] pypy vmprof: bound-method-or-none is not RPython

2015-01-26 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75535:df31af4fa024 Date: 2015-01-26 15:48 +0200 http://bitbucket.org/pypy/pypy/changeset/df31af4fa024/ Log:bound-method-or-none is not RPython diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py --- a

[pypy-commit] pypy vmprof: quick hack to write ints by hand

2015-01-26 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75534:22a3080afde4 Date: 2015-01-26 15:33 +0200 http://bitbucket.org/pypy/pypy/changeset/22a3080afde4/ Log:quick hack to write ints by hand diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py --- a/py

[pypy-commit] pypy vmprof: uh how did I miss it?

2015-01-26 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75533:14a7958e6b4b Date: 2015-01-26 14:54 +0200 http://bitbucket.org/pypy/pypy/changeset/14a7958e6b4b/ Log:uh how did I miss it? diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py --- a/pypy/module/_

[pypy-commit] pypy vmprof: fix the errno handling in vmprof module

2015-01-26 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75532:64c291c60695 Date: 2015-01-26 14:49 +0200 http://bitbucket.org/pypy/pypy/changeset/64c291c60695/ Log:fix the errno handling in vmprof module diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py -