[pypy-commit] pypy default: Test and fix for RopeString.find

2012-06-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r55271:04e2b329ede5 Date: 2012-06-02 09:14 +0200 http://bitbucket.org/pypy/pypy/changeset/04e2b329ede5/ Log:Test and fix for RopeString.find diff --git a/pypy/objspace/std/test/test_stringobject.py b/pypy/objspace/std/test/test_stringobject.p

[pypy-commit] pypy ppc-backend-2: Fix regalloc_mov for loading float immediate.

2012-06-02 Thread edelsohn
Author: edelsohn Branch: ppc-backend-2 Changeset: r55272:4e78ce2b0189 Date: 2012-06-02 11:01 -0400 http://bitbucket.org/pypy/pypy/changeset/4e78ce2b0189/ Log:Fix regalloc_mov for loading float immediate. diff --git a/pypy/jit/backend/ppc/ppc_assembler.py b/pypy/jit/backend/ppc/ppc_assembler.

[pypy-commit] pypy win_ffi: fix imports

2012-06-02 Thread mattip
Author: Matti Picus Branch: win_ffi Changeset: r55273:c01a7c9b5fe9 Date: 2012-06-02 21:17 +0300 http://bitbucket.org/pypy/pypy/changeset/c01a7c9b5fe9/ Log:fix imports diff --git a/pypy/module/pypyjit/test_pypy_c/test__ffi.py b/pypy/module/pypyjit/test_pypy_c/test__ffi.py --- a/pypy/module/p

[pypy-commit] pypy win_ffi: fix import, assert correct exception

2012-06-02 Thread mattip
Author: Matti Picus Branch: win_ffi Changeset: r55274:163084b063d5 Date: 2012-06-02 21:48 +0300 http://bitbucket.org/pypy/pypy/changeset/163084b063d5/ Log:fix import, assert correct exception diff --git a/pypy/module/pypyjit/test_pypy_c/test__ffi.py b/pypy/module/pypyjit/test_pypy_c/test__f