[pypy-commit] extradoc extradoc: Add myself

2012-01-03 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r3995:abf475e17259 Date: 2012-01-03 10:00 +0100 http://bitbucket.org/pypy/extradoc/changeset/abf475e17259/ Log:Add myself diff --git a/sprintinfo/leysin-winter-2012/people.txt b/sprintinfo/leysin-winter-2012/people.txt --- a/sprintinfo/ley

[pypy-commit] pypy default: minor simplifications and fixes that were laying around in my wc

2012-01-03 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50982:dfdc41ac371c Date: 2012-01-03 11:48 +0200 http://bitbucket.org/pypy/pypy/changeset/dfdc41ac371c/ Log:minor simplifications and fixes that were laying around in my wc diff --git a/pypy/module/pypyjit/test_pypy_c/test_00_model.py b/pypy/mo

[pypy-commit] pypy default: (mikefc) add an ndim attribute

2012-01-03 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50983:ac51513392d3 Date: 2012-01-03 11:49 +0200 http://bitbucket.org/pypy/pypy/changeset/ac51513392d3/ Log:(mikefc) add an ndim attribute diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/

[pypy-commit] pypy default: (mattip) merge numpy-repr-fix

2012-01-03 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50986:9a896c04e85a Date: 2012-01-03 13:17 +0200 http://bitbucket.org/pypy/pypy/changeset/9a896c04e85a/ Log:(mattip) merge numpy-repr-fix diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/p

[pypy-commit] pypy numpypy-repr-fix: close merged branch

2012-01-03 Thread fijal
Author: Maciej Fijalkowski Branch: numpypy-repr-fix Changeset: r50987:cef73b42fc52 Date: 2012-01-03 13:17 +0200 http://bitbucket.org/pypy/pypy/changeset/cef73b42fc52/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.org http:

[pypy-commit] pypy jit-usable_retrace_2: Generalize a bit harder by killing intbounds and constants at end of bridges forcing retracing.

2012-01-03 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_2 Changeset: r50984:96d5bc2c492d Date: 2012-01-03 11:33 +0100 http://bitbucket.org/pypy/pypy/changeset/96d5bc2c492d/ Log:Generalize a bit harder by killing intbounds and constants at end of bridges forcing retracing. diff --git a/pypy/jit

[pypy-commit] pypy jit-usable_retrace_2: fix test

2012-01-03 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_2 Changeset: r50985:8fc4e9a20794 Date: 2012-01-03 12:13 +0100 http://bitbucket.org/pypy/pypy/changeset/8fc4e9a20794/ Log:fix test diff --git a/pypy/jit/metainterp/test/test_send.py b/pypy/jit/metainterp/test/test_send.py --- a/pypy/jit/metainter

[pypy-commit] pypy ppc-jit-backend: fix wrong guard condition in CALL_ASSEMBLER

2012-01-03 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50989:4da195ede6a6 Date: 2012-01-03 03:24 -0800 http://bitbucket.org/pypy/pypy/changeset/4da195ede6a6/ Log:fix wrong guard condition in CALL_ASSEMBLER diff --git a/pypy/jit/backend/ppc/ppcgen/opassembler.py b/pypy/jit/backend/ppc/ppcgen/opas

[pypy-commit] pypy ppc-jit-backend: fix broken offset in PPC64 direct bootstrap code

2012-01-03 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50988:2044da143a09 Date: 2012-01-03 03:23 -0800 http://bitbucket.org/pypy/pypy/changeset/2044da143a09/ Log:fix broken offset in PPC64 direct bootstrap code diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc/ppcg

[pypy-commit] pypy better-jit-hooks: remove unnecessary imports

2012-01-03 Thread fijal
Author: Maciej Fijalkowski Branch: better-jit-hooks Changeset: r50991:7f549487e540 Date: 2012-01-03 14:03 +0200 http://bitbucket.org/pypy/pypy/changeset/7f549487e540/ Log:remove unnecessary imports diff --git a/pypy/rlib/jit.py b/pypy/rlib/jit.py --- a/pypy/rlib/jit.py +++ b/pypy/rlib/jit.py

[pypy-commit] pypy ppc-jit-backend: fix another bug in CALL_ASSEMBLER

2012-01-03 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50992:997593f72e51 Date: 2012-01-03 13:35 +0100 http://bitbucket.org/pypy/pypy/changeset/997593f72e51/ Log:fix another bug in CALL_ASSEMBLER diff --git a/pypy/jit/backend/ppc/ppcgen/opassembler.py b/pypy/jit/backend/ppc/ppcgen/opassembler.py

[pypy-commit] pypy better-jit-hooks: work out the API

2012-01-03 Thread fijal
Author: Maciej Fijalkowski Branch: better-jit-hooks Changeset: r50993:a8dc9a3fd739 Date: 2012-01-03 14:42 +0200 http://bitbucket.org/pypy/pypy/changeset/a8dc9a3fd739/ Log:work out the API diff --git a/pypy/rlib/jit.py b/pypy/rlib/jit.py --- a/pypy/rlib/jit.py +++ b/pypy/rlib/jit.py @@ -449,2

[pypy-commit] pypy better-jit-hooks: progress - have some more information on on_abort hook, kill some unnecessary

2012-01-03 Thread fijal
Author: Maciej Fijalkowski Branch: better-jit-hooks Changeset: r50994:f7c24c0067c5 Date: 2012-01-03 14:59 +0200 http://bitbucket.org/pypy/pypy/changeset/f7c24c0067c5/ Log:progress - have some more information on on_abort hook, kill some unnecessary clutter diff --git a/pypy/jit/codew

[pypy-commit] pypy better-jit-hooks: adjust pypyjit module to use the new API

2012-01-03 Thread fijal
Author: Maciej Fijalkowski Branch: better-jit-hooks Changeset: r50995:fb9acc31d2e9 Date: 2012-01-03 15:02 +0200 http://bitbucket.org/pypy/pypy/changeset/fb9acc31d2e9/ Log:adjust pypyjit module to use the new API diff --git a/pypy/module/pypyjit/policy.py b/pypy/module/pypyjit/policy.py --- a

[pypy-commit] extradoc extradoc: adjust mplayer hack to also work with more modern mplayer

2012-01-03 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3996:8bce6bae2607 Date: 2012-01-03 14:28 +0100 http://bitbucket.org/pypy/extradoc/changeset/8bce6bae2607/ Log:adjust mplayer hack to also work with more modern mplayer diff --git a/talk/iwtc11/benchmarks/image/io.py b/talk/iwtc11/benchmarks/im

[pypy-commit] pypy ppc-jit-backend: (bivab, hager): make test_memoryerror pass, factor out return code

2012-01-03 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50996:be5c3642001f Date: 2012-01-03 14:29 +0100 http://bitbucket.org/pypy/pypy/changeset/be5c3642001f/ Log:(bivab, hager): make test_memoryerror pass, factor out return code diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/ji

[pypy-commit] extradoc extradoc: this was done by the list-strategies branch

2012-01-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3997:806e6da58235 Date: 2011-12-19 19:45 +0100 http://bitbucket.org/pypy/extradoc/changeset/806e6da58235/ Log:this was done by the list-strategies branch diff --git a/planning/jit.txt b/planning/jit.txt --- a/planning/jit.txt +++ b/pla

[pypy-commit] extradoc extradoc: typo in talk slides

2012-01-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3998:f5f38f08d90d Date: 2011-12-19 19:45 +0100 http://bitbucket.org/pypy/extradoc/changeset/f5f38f08d90d/ Log:typo in talk slides diff --git a/talk/icooolps2011/talk/talk.tex b/talk/icooolps2011/talk/talk.tex --- a/talk/icooolps2011/ta

[pypy-commit] extradoc extradoc: merge

2012-01-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3999:a88377852aa3 Date: 2012-01-03 14:30 +0100 http://bitbucket.org/pypy/extradoc/changeset/a88377852aa3/ Log:merge diff --git a/blog/draft/matplotlib.rst b/blog/draft/matplotlib.rst new file mode 100644 --- /dev/null +++ b/blog/draft/

[pypy-commit] pypy ppc-jit-backend: changes due to merge

2012-01-03 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50998:d3d90edc432a Date: 2012-01-03 15:03 +0100 http://bitbucket.org/pypy/pypy/changeset/d3d90edc432a/ Log:changes due to merge diff --git a/pypy/jit/backend/ppc/ppcgen/codebuilder.py b/pypy/jit/backend/ppc/ppcgen/codebuilder.py --- a/pypy/j

[pypy-commit] pypy ppc-jit-backend: (edelsohn, hager): corrected diagram of stackframes

2012-01-03 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50999:59f9ad63fcbc Date: 2012-01-03 17:05 +0100 http://bitbucket.org/pypy/pypy/changeset/59f9ad63fcbc/ Log:(edelsohn, hager): corrected diagram of stackframes diff --git a/pypy/jit/backend/ppc/ppcgen/test/test_stackframe.py b/pypy/jit/backen

[pypy-commit] pypy ppc-jit-backend: fixed typo in diagram

2012-01-03 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r51000:c0bb80a287e9 Date: 2012-01-03 17:28 +0100 http://bitbucket.org/pypy/pypy/changeset/c0bb80a287e9/ Log:fixed typo in diagram diff --git a/pypy/jit/backend/ppc/ppcgen/test/test_stackframe.py b/pypy/jit/backend/ppc/ppcgen/test/test_stackfr

[pypy-commit] pypy default: small beautification

2012-01-03 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r51001:1946d8c1d887 Date: 2012-01-03 10:36 -0600 http://bitbucket.org/pypy/pypy/changeset/1946d8c1d887/ Log:small beautification diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micro

[pypy-commit] pypy default: fix comment

2012-01-03 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r51002:ece227c225ab Date: 2012-01-03 15:19 -0600 http://bitbucket.org/pypy/pypy/changeset/ece227c225ab/ Log:fix comment diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/pypy/module/micronum

[pypy-commit] [ACCEPTED] Pull request #1 for pypy/benchmarks: Added GZip benchmark

2012-01-03 Thread Bitbucket
Pull request #1 has been accepted by Alex Gaynor. Changes in jonashaag/benchmarks have been pulled into pypy/benchmarks. https://bitbucket.org/pypy/benchmarks/pull-request/1/added-gzip-benchmark -- This is an issue notification from bitbucket.org. You are receiving this either because you are the

[pypy-commit] benchmarks default: Added GZip benchmark

2012-01-03 Thread jonashaag
Author: Jonas Haag Branch: Changeset: r155:783f9a3c79e7 Date: 2011-11-24 10:43 +0100 http://bitbucket.org/pypy/benchmarks/changeset/783f9a3c79e7/ Log:Added GZip benchmark diff --git a/own/bm_gzip.py b/own/bm_gzip.py new file mode 100644 --- /dev/null +++ b/own/bm_gzip.py @@ -0,0 +1,45 @@ +i

[pypy-commit] pypy numpypy-axisops: merge with default

2012-01-03 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51003:20bacb9bb86a Date: 2012-01-03 23:36 +0200 http://bitbucket.org/pypy/pypy/changeset/20bacb9bb86a/ Log:merge with default diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -27,7 +27,7 @@ DEALINGS IN THE SOFTWARE. -PyP

[pypy-commit] pypy numpypy-axisops: add test to cover no identity value in reduce

2012-01-03 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51004:6c64bd2290f9 Date: 2012-01-04 00:44 +0200 http://bitbucket.org/pypy/pypy/changeset/6c64bd2290f9/ Log:add test to cover no identity value in reduce diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/

[pypy-commit] pypy.org extradoc: update individual donations

2012-01-03 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r300:0236eec67b94 Date: 2012-01-04 01:04 +0200 http://bitbucket.org/pypy/pypy.org/changeset/0236eec67b94/ Log:update individual donations diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -13,7 +13,7 @@ }); -

[pypy-commit] pypy.org extradoc: merge

2012-01-03 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r301:ce65b7d4c181 Date: 2012-01-04 01:05 +0200 http://bitbucket.org/pypy/pypy.org/changeset/ce65b7d4c181/ Log:merge diff --git a/compat.html b/compat.html --- a/compat.html +++ b/compat.html @@ -52,7 +52,7 @@ PyPy has alpha/beta-level s

[pypy-commit] pypy numpypy-axisops: kill dead code, with an assert and a comment

2012-01-03 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51005:e27a9330285a Date: 2012-01-04 01:11 +0200 http://bitbucket.org/pypy/pypy/changeset/e27a9330285a/ Log:kill dead code, with an assert and a comment diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_nu