[pypy-commit] pypy ppc-jit-backend: replace tabs with spaces

2012-01-02 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50972:0b164b7fc20c Date: 2012-01-02 11:53 +0100 http://bitbucket.org/pypy/pypy/changeset/0b164b7fc20c/ Log:replace tabs with spaces diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py ---

[pypy-commit] pypy ppc-jit-backend: remove some more tabs

2012-01-02 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50973:5d2419018c35 Date: 2012-01-02 11:58 +0100 http://bitbucket.org/pypy/pypy/changeset/5d2419018c35/ Log:remove some more tabs diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py --- a/p

[pypy-commit] pypy default: fix test

2012-01-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r50974:a58d0c303bce Date: 2012-01-02 13:01 +0100 http://bitbucket.org/pypy/pypy/changeset/a58d0c303bce/ Log:fix test diff --git a/pypy/jit/backend/x86/test/test_runner.py b/pypy/jit/backend/x86/test/test_runner.py --- a/pypy/jit/backend/x86/test/test_r

[pypy-commit] pypy ppc-jit-backend: factor out implementation of calls

2012-01-02 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50975:5f4684c8251c Date: 2012-01-02 13:43 +0100 http://bitbucket.org/pypy/pypy/changeset/5f4684c8251c/ Log:factor out implementation of calls diff --git a/pypy/jit/backend/ppc/ppcgen/codebuilder.py b/pypy/jit/backend/ppc/ppcgen/codebuilder.p

[pypy-commit] pypy ppc-jit-backend: remove typo in codebuilder

2012-01-02 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50976:25b8f969eadb Date: 2012-01-02 04:50 -0800 http://bitbucket.org/pypy/pypy/changeset/25b8f969eadb/ Log:remove typo in codebuilder diff --git a/pypy/jit/backend/ppc/ppcgen/codebuilder.py b/pypy/jit/backend/ppc/ppcgen/codebuilder.py --- a/

[pypy-commit] pypy ppc-jit-backend: skip test test_cond_call_gc_wb_array_card_marking_fast_path

2012-01-02 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50977:defdbd4220ca Date: 2012-01-02 13:56 +0100 http://bitbucket.org/pypy/pypy/changeset/defdbd4220ca/ Log:skip test test_cond_call_gc_wb_array_card_marking_fast_path diff --git a/pypy/jit/backend/ppc/test/test_runner.py b/pypy/jit/backend/p

[pypy-commit] Notification: testproject

2012-01-02 Thread Bitbucket
You have received a notification from krischan. Hi, I forked pypy. My fork is at https://bitbucket.org/krischan/testproject. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list [email protected] htt

[pypy-commit] pypy ppc-jit-backend: (bivab, hager): fix bug in prepare_guard_call_release_gil

2012-01-02 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50978:fa8e4ebd847b Date: 2012-01-02 15:11 +0100 http://bitbucket.org/pypy/pypy/changeset/fa8e4ebd847b/ Log:(bivab, hager): fix bug in prepare_guard_call_release_gil diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend

[pypy-commit] pypy default: Update some copyright years.

2012-01-02 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r50979:6a589f1a038a Date: 2012-01-02 14:43 -0600 http://bitbucket.org/pypy/pypy/changeset/6a589f1a038a/ Log:Update some copyright years. diff --git a/pypy/module/sys/app.py b/pypy/module/sys/app.py --- a/pypy/module/sys/app.py +++ b/pypy/module/sys/app

[pypy-commit] pypy numpypy-repr-fix: add tests for issue 964 and more, make tests pass

2012-01-02 Thread mattip
Author: mattip Branch: numpypy-repr-fix Changeset: r50980:68dec1e17bd9 Date: 2012-01-02 22:46 +0200 http://bitbucket.org/pypy/pypy/changeset/68dec1e17bd9/ Log:add tests for issue 964 and more, make tests pass diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/int

[pypy-commit] pypy numpypy-repr-fix: additional tests, fixes to pass them

2012-01-02 Thread mattip
Author: mattip Branch: numpypy-repr-fix Changeset: r50981:ee3e5819364d Date: 2012-01-03 00:11 +0200 http://bitbucket.org/pypy/pypy/changeset/ee3e5819364d/ Log:additional tests, fixes to pass them diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.