[pypy-commit] [COMMENT] Pull request #15 for pypy/pypy: Added tolist() function to numpypy's scalars and multidim arrays

2011-12-09 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/15/added-tolist-function-to-numpypys-scalars#comment-1355 Alex Gaynor (alex_gaynor) said: ah, and the scalar test is missing some asserts -- This is a pull request comment notification from bitbucket.org. You are receivin

[pypy-commit] [COMMENT] Pull request #15 for pypy/pypy: Added tolist() function to numpypy's scalars and multidim arrays

2011-12-09 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/15/added-tolist-function-to-numpypys-scalars#comment-1354 Alex Gaynor (alex_gaynor) said: # You still can't use self.value here, you need to call space.float(self) (and friends). # an RPython list of wrapped vars is usual

[pypy-commit] pypy default: test and fix

2011-12-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r50333:94737f156c30 Date: 2011-12-09 23:04 +0100 http://bitbucket.org/pypy/pypy/changeset/94737f156c30/ Log:test and fix diff --git a/pypy/jit/backend/llsupport/regalloc.py b/pypy/jit/backend/llsupport/regalloc.py --- a/pypy/jit/backend/llsupport/regal

[pypy-commit] pypy default: Improve the hack 062e9d06c908: revert the changes done in the

2011-12-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r50332:9b45755e2c2b Date: 2011-12-09 22:58 +0100 http://bitbucket.org/pypy/pypy/changeset/9b45755e2c2b/ Log:Improve the hack 062e9d06c908: revert the changes done in the RegisterManager, and instead write a more involved but cleaner solut

[pypy-commit] pypy default: Python 2.5 compat

2011-12-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r50331:eff9db9ac0c8 Date: 2011-12-09 22:23 +0100 http://bitbucket.org/pypy/pypy/changeset/eff9db9ac0c8/ Log:Python 2.5 compat diff --git a/pypy/jit/metainterp/test/test_fficall.py b/pypy/jit/metainterp/test/test_fficall.py --- a/pypy/jit/metainterp/tes

[pypy-commit] pypy win64-stage1: small fix to test_libffi

2011-12-09 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r50330:91bdfa626831 Date: 2011-12-09 23:46 +0100 http://bitbucket.org/pypy/pypy/changeset/91bdfa626831/ Log:small fix to test_libffi diff --git a/pypy/rlib/test/test_libffi.py b/pypy/rlib/test/test_libffi.py --- a/pypy/rlib/test/test_l

[pypy-commit] pypy default: add -g so debugger can be used

2011-12-09 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50329:be6e2485ed4a Date: 2011-12-09 20:15 +0200 http://bitbucket.org/pypy/pypy/changeset/be6e2485ed4a/ Log:add -g so debugger can be used diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/p

[pypy-commit] buildbot default: Give it a bit more time before timing out. Useful for

2011-12-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r599:83d6d146e64f Date: 2011-12-09 18:34 +0100 http://bitbucket.org/pypy/buildbot/changeset/83d6d146e64f/ Log:Give it a bit more time before timing out. Useful for very slow final "make" runs. diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypy

[pypy-commit] pypy default: Write a hack to distinguish between "true built-in modules" and

2011-12-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r50328:a72429e0e0ed Date: 2011-12-09 18:18 +0100 http://bitbucket.org/pypy/pypy/changeset/a72429e0e0ed/ Log:Write a hack to distinguish between "true built-in modules" and "pseudo-extension built-in modules". The latters are the ones that

[pypy-commit] pypy win64-stage1: Quite a simplification and improvement:

2011-12-09 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r50327:ffe08320d6bc Date: 2011-12-09 16:18 +0100 http://bitbucket.org/pypy/pypy/changeset/ffe08320d6bc/ Log:Quite a simplification and improvement: removed the extra mess for signed_defn.h and put it into the standard header di

[pypy-commit] pypy arm-backend-2: (arigo, bivab): write the correct value at the force index in the frame

2011-12-09 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r50326:0cde4d93fe16 Date: 2011-12-09 16:15 +0100 http://bitbucket.org/pypy/pypy/changeset/0cde4d93fe16/ Log:(arigo, bivab): write the correct value at the force index in the frame diff --git a/pypy/jit/backend/arm/runner.py b/p

[pypy-commit] pypy arm-backend-2: (bivab, arigo) use constants here

2011-12-09 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r50325:a94098254217 Date: 2011-12-09 16:14 +0100 http://bitbucket.org/pypy/pypy/changeset/a94098254217/ Log:(bivab, arigo) use constants here diff --git a/pypy/jit/backend/arm/opassembler.py b/pypy/jit/backend/arm/opassembler.py --- a

[pypy-commit] pypy default: windows fix (mattip, stakkars)

2011-12-09 Thread ctismer
Author: Christian Tismer Branch: Changeset: r50324:8abfe57358d8 Date: 2011-12-09 14:20 +0100 http://bitbucket.org/pypy/pypy/changeset/8abfe57358d8/ Log:windows fix (mattip, stakkars) diff --git a/pypy/rlib/rdynload.py b/pypy/rlib/rdynload.py --- a/pypy/rlib/rdynload.py +++ b/pypy/rlib/rdynl

[pypy-commit] pypy default: For minimark, use by default 4MB for the nursery size, instead of

2011-12-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r50323:4c10a84a7da0 Date: 2011-12-09 14:14 +0100 http://bitbucket.org/pypy/pypy/changeset/4c10a84a7da0/ Log:For minimark, use by default 4MB for the nursery size, instead of half the number found by poking in /proc/cpuinfo, which may be a bit

[pypy-commit] pypy SpecialisedTuples: hg merge default

2011-12-09 Thread arigo
Author: Armin Rigo Branch: SpecialisedTuples Changeset: r50322:4efbd07c3e55 Date: 2011-12-09 12:01 +0100 http://bitbucket.org/pypy/pypy/changeset/4efbd07c3e55/ Log:hg merge default diff --git a/pypy/jit/backend/llsupport/regalloc.py b/pypy/jit/backend/llsupport/regalloc.py --- a/pypy/jit/ba

[pypy-commit] pypy temp2: hg backout 062e9d06c908

2011-12-09 Thread arigo
Author: Armin Rigo Branch: temp2 Changeset: r50321:03796662a8a0 Date: 2011-12-09 11:59 +0100 http://bitbucket.org/pypy/pypy/changeset/03796662a8a0/ Log:hg backout 062e9d06c908 diff --git a/pypy/jit/backend/llsupport/regalloc.py b/pypy/jit/backend/llsupport/regalloc.py --- a/pypy/jit/backend

[pypy-commit] benchmarks default: sort benchmark names

2011-12-09 Thread bivab
Author: David Schneider Branch: Changeset: r154:dece54731283 Date: 2011-12-09 10:26 +0100 http://bitbucket.org/pypy/benchmarks/changeset/dece54731283/ Log:sort benchmark names diff --git a/runner.py b/runner.py --- a/runner.py +++ b/runner.py @@ -80,7 +80,7 @@ default

[pypy-commit] pypy default: bah.

2011-12-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r50320:5a510c5ffc55 Date: 2011-12-09 09:18 +0100 http://bitbucket.org/pypy/pypy/changeset/5a510c5ffc55/ Log:bah. diff --git a/pypy/jit/metainterp/test/test_del.py b/pypy/jit/metainterp/test/test_del.py --- a/pypy/jit/metainterp/test/test_del.py +++ b/p