[pypy-commit] [OPEN] Pull request #2 for pypy/jitviewer: Makes jitviewer compatible with Flask v0.8

2011-12-01 Thread Bitbucket
A new pull request has been opened by Gabriel Hege. gabriel_h/pypy-jitviewer has changes to be pulled into pypy/jitviewer. https://bitbucket.org/pypy/jitviewer/pull-request/2/makes-jitviewer-compatible-with-flask-v08 Title: Makes jitviewer compatible with Flask v0.8 Used to give the following

[pypy-commit] [COMMENT] Pull request #2 for pypy/jitviewer: Makes jitviewer compatible with Flask v0.8

2011-12-01 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/jitviewer/pull-request/2/makes-jitviewer-compatible-with-flask-v08#comment-1240 fijal said: funnily enough I just pushed changes that make it work, for unrelated reasons. Speaking of which, can you think about a way to make templates and

[pypy-commit] pypy arm-backend-2: Implement instance_ptr_eq and instance_ptr_ne

2011-12-01 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: arm-backend-2 Changeset: r50031:86dcb23ea814 Date: 2011-12-01 11:34 +0100 http://bitbucket.org/pypy/pypy/changeset/86dcb23ea814/ Log:Implement instance_ptr_eq and instance_ptr_ne diff --git a/pypy/jit/backend/arm/opassembler.py

[pypy-commit] [COMMENT] Pull request #2 for pypy/jitviewer: Makes jitviewer compatible with Flask v0.8

2011-12-01 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/jitviewer/pull-request/2/makes-jitviewer-compatible-with-flask-v08#comment-1241 Gabriel Hege (gabriel_h) said: I've got no idea. I don't know Flask. I just looked at the backtrace and removing the comments seemed like the right thing to

[pypy-commit] [COMMENT] Pull request #2 for pypy/jitviewer: Makes jitviewer compatible with Flask v0.8

2011-12-01 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/jitviewer/pull-request/2/makes-jitviewer-compatible-with-flask-v08#comment-1242 fijal said: ok, cool :) the default should work just fine (I pass 'jitviewer' instead of __name__ but it should nto matter). -- This is a pull request

[pypy-commit] pypy default: added interp_magic method to get the strategy of a list on the application level

2011-12-01 Thread l . diekmann
Author: Lukas Diekmann lukas.diekm...@uni-duesseldorf.de Branch: Changeset: r50032:497907d5d515 Date: 2011-12-01 11:50 +0100 http://bitbucket.org/pypy/pypy/changeset/497907d5d515/ Log:added interp_magic method to get the strategy of a list on the application level diff --git

[pypy-commit] pypy default: make the JIT aware of the downcasts that are present in rtyped-flowgraphs. This

2011-12-01 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: Changeset: r50034:93a45b7c9431 Date: 2011-12-01 14:06 +0100 http://bitbucket.org/pypy/pypy/changeset/93a45b7c9431/ Log:make the JIT aware of the downcasts that are present in rtyped- flowgraphs. This allows the JIT to sometimes find

[pypy-commit] pypy int-tag-untag-as-operations: merge default

2011-12-01 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: int-tag-untag-as-operations Changeset: r50035:9cf49191fdb7 Date: 2011-12-01 14:07 +0100 http://bitbucket.org/pypy/pypy/changeset/9cf49191fdb7/ Log:merge default diff --git a/pypy/jit/codewriter/jtransform.py

[pypy-commit] pypy default: Change __pypy__.list_strategy to raise a TypeError on non-list arguments

2011-12-01 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r50036:4eefaeec6777 Date: 2011-12-01 08:14 -0500 http://bitbucket.org/pypy/pypy/changeset/4eefaeec6777/ Log:Change __pypy__.list_strategy to raise a TypeError on non-list arguments diff --git

[pypy-commit] pypy ppc-jit-backend: added new layout for PyPy stackframes

2011-12-01 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r50037:cfa0b6e8653e Date: 2011-12-01 14:40 +0100 http://bitbucket.org/pypy/pypy/changeset/cfa0b6e8653e/ Log:added new layout for PyPy stackframes diff --git a/pypy/jit/backend/ppc/ppcgen/test/test_stackframe.py

[pypy-commit] pypy jit-targets: a retrace can now end with a bad VirtualState as it now has a (possible unrelated) bridge as preamble

2011-12-01 Thread hakanardo
Author: Hakan Ardo ha...@debian.org Branch: jit-targets Changeset: r50038:2e06799c48d5 Date: 2011-12-01 14:43 +0100 http://bitbucket.org/pypy/pypy/changeset/2e06799c48d5/ Log:a retrace can now end with a bad VirtualState as it now has a (possible unrelated) bridge as preamble diff

[pypy-commit] pypy default: keep lines at a reasonable length

2011-12-01 Thread gutworth
Author: Benjamin Peterson benja...@python.org Branch: Changeset: r50039:7377199358ba Date: 2011-12-01 09:32 -0500 http://bitbucket.org/pypy/pypy/changeset/7377199358ba/ Log:keep lines at a reasonable length diff --git a/pypy/module/__pypy__/interp_magic.py

[pypy-commit] pypy default: make optimizeopt kill same_as

2011-12-01 Thread hakanardo
Author: Hakan Ardo ha...@debian.org Branch: Changeset: r50040:e4a0b9e4d23b Date: 2011-12-01 16:56 +0100 http://bitbucket.org/pypy/pypy/changeset/e4a0b9e4d23b/ Log:make optimizeopt kill same_as diff --git a/pypy/jit/metainterp/optimizeopt/rewrite.py

[pypy-commit] jitviewer default: fix (maybe) newer flasks

2011-12-01 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r176:c87055494d46 Date: 2011-12-01 12:01 +0200 http://bitbucket.org/pypy/jitviewer/changeset/c87055494d46/ Log:fix (maybe) newer flasks diff --git a/bin/jitviewer.py b/bin/jitviewer.py --- a/bin/jitviewer.py +++

[pypy-commit] pypy win64-stage1: merge default

2011-12-01 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50041:78ed73b0b1af Date: 2011-12-01 18:16 +0100 http://bitbucket.org/pypy/pypy/changeset/78ed73b0b1af/ Log:merge default diff --git a/pypy/annotation/specialize.py b/pypy/annotation/specialize.py ---

[pypy-commit] pypy win64-stage1: a bit of progress with libffi and friends. 16 tests pass, 5 fail.

2011-12-01 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50042:fd39e63b03e0 Date: 2011-12-01 21:37 +0100 http://bitbucket.org/pypy/pypy/changeset/fd39e63b03e0/ Log:a bit of progress with libffi and friends. 16 tests pass, 5 fail. There is still a problem with

[pypy-commit] pypy win64-stage1: unclear, reverting a change which did not help

2011-12-01 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50043:6055c7b753ec Date: 2011-12-01 21:49 +0100 http://bitbucket.org/pypy/pypy/changeset/6055c7b753ec/ Log:unclear, reverting a change which did not help diff --git a/pypy/rlib/test/test_libffi.py

[pypy-commit] pypy matrixmath-dot: copy/paste test and doc string from numpy

2011-12-01 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50044:1780af5403c8 Date: 2011-11-30 23:08 +0200 http://bitbucket.org/pypy/pypy/changeset/1780af5403c8/ Log:copy/paste test and doc string from numpy diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy matrixmath-dot: add two arg functionality to test_compile

2011-12-01 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50046:84755e29506f Date: 2011-12-01 22:59 +0200 http://bitbucket.org/pypy/pypy/changeset/84755e29506f/ Log:add two arg functionality to test_compile diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py ---

[pypy-commit] pypy win64-stage1: fixed smallintobject tests. The type() checks make no longer sense

2011-12-01 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50047:234142ad1aa7 Date: 2011-12-01 23:05 +0100 http://bitbucket.org/pypy/pypy/changeset/234142ad1aa7/ Log:fixed smallintobject tests. The type() checks make no longer sense diff --git

[pypy-commit] pypy win64-stage1: inv(glitch) :-)

2011-12-01 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50048:da5b796470c9 Date: 2011-12-01 23:19 +0100 http://bitbucket.org/pypy/pypy/changeset/da5b796470c9/ Log:inv(glitch) :-) diff --git a/pypy/objspace/std/test/test_smallintobject.py

[pypy-commit] pypy win64-stage1: adjusted the format code of gc (long-Signed)

2011-12-01 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50049:7f97cc73d700 Date: 2011-12-02 00:20 +0100 http://bitbucket.org/pypy/pypy/changeset/7f97cc73d700/ Log:adjusted the format code of gc (long-Signed) diff --git a/pypy/jit/backend/llsupport/gc.py

[pypy-commit] pypy win64-stage1: corrected ovfcheck for the final time! ; -)

2011-12-01 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50050:f26e12e71561 Date: 2011-12-02 01:30 +0100 http://bitbucket.org/pypy/pypy/changeset/f26e12e71561/ Log:corrected ovfcheck for the final time! ;-) diff --git a/pypy/rlib/rarithmetic.py

[pypy-commit] pypy win64-stage1: correction to struct.pack and test_gc

2011-12-01 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50051:c0364c9ad58f Date: 2011-12-02 02:38 +0100 http://bitbucket.org/pypy/pypy/changeset/c0364c9ad58f/ Log:correction to struct.pack and test_gc diff --git a/pypy/jit/backend/llsupport/test/test_gc.py

[pypy-commit] pypy matrixmath-reshape-merge: Create a branch to merge matrixmath-reshape. A bit of a mess because of the

2011-12-01 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: matrixmath-reshape-merge Changeset: r50052:501d675cc368 Date: 2011-12-02 09:03 +0200 http://bitbucket.org/pypy/pypy/changeset/501d675cc368/ Log:Create a branch to merge matrixmath-reshape. A bit of a mess because of the way the