[pypy-commit] jitviewer default: webkit (i.e. chrome and the pyqt builtin browser) fails to display DroidSansMono in bold if we don't explicity declare font-weight and font-family

2011-06-10 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r127:3768c0c7d1c4 Date: 2011-06-10 10:35 +0200 http://bitbucket.org/pypy/jitviewer/changeset/3768c0c7d1c4/ Log:webkit (i.e. chrome and the pyqt builtin browser) fails to display DroidSansMono in bold if we don't explicity declare font-weight an

[pypy-commit] pypy arm-backed-float: Argh. Found by chance a small missing piece in the ARM backend.

2011-06-10 Thread arigo
Author: Armin Rigo Branch: arm-backed-float Changeset: r44870:30d3ac53bbbe Date: 2011-06-10 10:39 +0200 http://bitbucket.org/pypy/pypy/changeset/30d3ac53bbbe/ Log:Argh. Found by chance a small missing piece in the ARM backend. Not implementing this function causes rare crashes, probab

[pypy-commit] pypy default: avoid a copy in array.tostring

2011-06-10 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r44871:21ee5ea65e33 Date: 2011-06-10 10:50 +0200 http://bitbucket.org/pypy/pypy/changeset/21ee5ea65e33/ Log:avoid a copy in array.tostring diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/array/inter

[pypy-commit] pypy default: merged upstream.

2011-06-10 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r44872:9db17fbc1fd9 Date: 2011-06-10 10:51 +0200 http://bitbucket.org/pypy/pypy/changeset/9db17fbc1fd9/ Log:merged upstream. diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/pypy/doc/project-id

[pypy-commit] pypy arm-backed-float: implement missing get_on_leave_jitted_hook

2011-06-10 Thread bivab
Author: David Schneider Branch: arm-backed-float Changeset: r44873:bd7e91cd598a Date: 2011-06-10 12:58 +0200 http://bitbucket.org/pypy/pypy/changeset/bd7e91cd598a/ Log:implement missing get_on_leave_jitted_hook diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.

[pypy-commit] pypy arm-backed-float: typos

2011-06-10 Thread bivab
Author: David Schneider Branch: arm-backed-float Changeset: r44874:947721ab7a82 Date: 2011-06-10 12:58 +0200 http://bitbucket.org/pypy/pypy/changeset/947721ab7a82/ Log:typos diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.py --- a/pypy/jit/backend/arm/assembl

[pypy-commit] pypy arm-backed-float: add some assertions about arguments to malloc operations

2011-06-10 Thread bivab
Author: David Schneider Branch: arm-backed-float Changeset: r44875:22e9b8d7d0eb Date: 2011-06-10 12:59 +0200 http://bitbucket.org/pypy/pypy/changeset/22e9b8d7d0eb/ Log:add some assertions about arguments to malloc operations diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/ll

[pypy-commit] pypy arm-backed-float: add decoding of the output as in jit-backend-dump

2011-06-10 Thread bivab
Author: David Schneider Branch: arm-backed-float Changeset: r44876:7a6c8fbe552b Date: 2011-06-10 12:59 +0200 http://bitbucket.org/pypy/pypy/changeset/7a6c8fbe552b/ Log:add decoding of the output as in jit-backend-dump diff --git a/pypy/jit/backend/arm/tool/objdump.py b/pypy/jit/backend/arm/

[pypy-commit] jitviewer default: make sure that the server is always stopped

2011-06-10 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r128:18e1209ed429 Date: 2011-06-10 15:09 +0200 http://bitbucket.org/pypy/jitviewer/changeset/18e1209ed429/ Log:make sure that the server is always stopped diff --git a/bin/jitviewer.py b/bin/jitviewer.py --- a/bin/jitviewer.py +++ b/bin/jitviewer.py @

[pypy-commit] jitviewer default: add a title to the index page

2011-06-10 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r129:bf5a490f2be7 Date: 2011-06-10 15:23 +0200 http://bitbucket.org/pypy/jitviewer/changeset/bf5a490f2be7/ Log:add a title to the index page diff --git a/bin/jitviewer.py b/bin/jitviewer.py --- a/bin/jitviewer.py +++ b/bin/jitviewer.py @@ -69,7 +69,8

[pypy-commit] jitviewer default: scroll only vertically when clicking on a loop or a bridge

2011-06-10 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r133:298d56f97a92 Date: 2011-06-10 16:10 +0200 http://bitbucket.org/pypy/jitviewer/changeset/298d56f97a92/ Log:scroll only vertically when clicking on a loop or a bridge diff --git a/static/script.js b/static/script.js --- a/static/script.js +++ b/sta

[pypy-commit] jitviewer default: bah, put a workaround for a bug in the pyqt's webkit

2011-06-10 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r130:3909cbd0479c Date: 2011-06-10 15:51 +0200 http://bitbucket.org/pypy/jitviewer/changeset/3909cbd0479c/ Log:bah, put a workaround for a bug in the pyqt's webkit diff --git a/bin/jitviewer.py b/bin/jitviewer.py --- a/bin/jitviewer.py +++ b/bin/jitvi

[pypy-commit] jitviewer default: this is not needed, we ship our own version of Droid Sans Mono anyway

2011-06-10 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r131:674b12fd08c9 Date: 2011-06-10 15:54 +0200 http://bitbucket.org/pypy/jitviewer/changeset/674b12fd08c9/ Log:this is not needed, we ship our own version of Droid Sans Mono anyway diff --git a/templates/index.html b/templates/index.html --- a

[pypy-commit] jitviewer default: show links always in blue, and the python code in azure to distinguish them

2011-06-10 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r132:1868a93ff0ab Date: 2011-06-10 16:02 +0200 http://bitbucket.org/pypy/jitviewer/changeset/1868a93ff0ab/ Log:show links always in blue, and the python code in azure to distinguish them diff --git a/static/style.css b/static/style.css --- a/s

[pypy-commit] extradoc extradoc: some morphology

2011-06-10 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3633:dcfb63160aeb Date: 2011-06-10 16:46 +0200 http://bitbucket.org/pypy/extradoc/changeset/dcfb63160aeb/ Log:some morphology diff --git a/talk/iwtc11/benchmarks/benchmark.sh b/talk/iwtc11/benchmarks/benchmark.sh --- a/talk/iwtc11/benchmarks/b

[pypy-commit] extradoc extradoc: initial athempts at something a bit more fancy

2011-06-10 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3634:c6cad47799d7 Date: 2011-06-10 17:28 +0200 http://bitbucket.org/pypy/extradoc/changeset/c6cad47799d7/ Log:initial athempts at something a bit more fancy diff --git a/talk/iwtc11/benchmarks/image/noborder.py b/talk/iwtc11/benchmarks/image/n

[pypy-commit] pypy default: Add tests for the numpy target and fix it

2011-06-10 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44877:bb28deeb33f5 Date: 2011-06-10 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/bb28deeb33f5/ Log:Add tests for the numpy target and fix it diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py new file mo

[pypy-commit] pypy default: ooh, managed to make typo in the untested part :-/

2011-06-10 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44878:5972a286e026 Date: 2011-06-10 22:21 +0200 http://bitbucket.org/pypy/pypy/changeset/5972a286e026/ Log:ooh, managed to make typo in the untested part :-/ diff --git a/pypy/translator/goal/targetnumpystandalone.py b/pypy/translator/goal/tar

[pypy-commit] pypy default: micronumpy: Implement numpy.empty(), and test.

2011-06-10 Thread MostAwesomeDude
Author: Corbin Simpson Branch: Changeset: r44880:4aa39565c86c Date: 2011-06-10 13:42 -0700 http://bitbucket.org/pypy/pypy/changeset/4aa39565c86c/ Log:micronumpy: Implement numpy.empty(), and test. Using zeros() for empty(); fulfills the contract just fine. diff --git a/pypy/module/

[pypy-commit] pypy default: Merge branches.

2011-06-10 Thread MostAwesomeDude
Author: Corbin Simpson Branch: Changeset: r44881:cd91f2613f5f Date: 2011-06-10 13:44 -0700 http://bitbucket.org/pypy/pypy/changeset/cd91f2613f5f/ Log:Merge branches. diff --git a/pypy/jit/backend/llsupport/descr.py b/pypy/jit/backend/llsupport/descr.py --- a/pypy/jit/backend/llsupport/desc

[pypy-commit] pypy default: invent_fail_descr now takes another argument

2011-06-10 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r44882:a893e17a1831 Date: 2011-06-10 16:44 -0500 http://bitbucket.org/pypy/pypy/changeset/a893e17a1831/ Log:invent_fail_descr now takes another argument diff --git a/pypy/jit/metainterp/test/test_optimizeopt.py b/pypy/jit/metainterp/test/test_op

[pypy-commit] pypy default: account for new arg

2011-06-10 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r44883:d810f7b9673b Date: 2011-06-10 22:49 -0500 http://bitbucket.org/pypy/pypy/changeset/d810f7b9673b/ Log:account for new arg diff --git a/pypy/jit/metainterp/test/test_optimizebasic.py b/pypy/jit/metainterp/test/test_optimizebasic.py --- a/py