[pypy-commit] pypy reflex-support: merge default into branch

2013-01-08 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r59885:4297455b87c7 Date: 2013-01-08 19:28 -0800 http://bitbucket.org/pypy/pypy/changeset/4297455b87c7/ Log:merge default into branch diff --git a/pypy/doc/Makefile b/pypy/doc/Makefile --- a/pypy/doc/Makefile +++ b/pypy/doc/Makefile @@

[pypy-commit] pypy reflex-support: significant optimization for TTree iteration

2013-01-08 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r59884:a14198d01269 Date: 2013-01-08 18:32 -0800 http://bitbucket.org/pypy/pypy/changeset/a14198d01269/ Log:significant optimization for TTree iteration diff --git a/pypy/module/cppyy/capi/cint_capi.py b/pypy/module/cppyy/capi/cint_cap

[pypy-commit] pypy reflex-support: for CINT backend: TTree reading of builtin types

2013-01-08 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r59883:3f8bc9293373 Date: 2013-01-08 15:35 -0800 http://bitbucket.org/pypy/pypy/changeset/3f8bc9293373/ Log:for CINT backend: TTree reading of builtin types diff --git a/pypy/module/cppyy/capi/cint_capi.py b/pypy/module/cppyy/capi/cint

[pypy-commit] pypy split-rpython: Fixed missing import of math in test_ll_math #2

2013-01-08 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59881:ccb69ed1d20c Date: 2013-01-08 23:47 +0100 http://bitbucket.org/pypy/pypy/changeset/ccb69ed1d20c/ Log:Fixed missing import of math in test_ll_math #2 diff --git a/pypy/module/math/test/test_direct.py b/pypy/module/math/test/test

[pypy-commit] pypy split-rpython: Removed unneeded ctype existence check. Removed resulting dead code.

2013-01-08 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59880:ea633cd73b5b Date: 2013-01-08 23:43 +0100 http://bitbucket.org/pypy/pypy/changeset/ea633cd73b5b/ Log:Removed unneeded ctype existence check. Removed resulting dead code. diff --git a/pypy/tool/pytest/modcheck.py b/pypy/tool/pyte

[pypy-commit] pypy split-rpython: Fixed missing import of math in test_ll_math

2013-01-08 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59879:668748ed1fc4 Date: 2013-01-08 23:26 +0100 http://bitbucket.org/pypy/pypy/changeset/668748ed1fc4/ Log:Fixed missing import of math in test_ll_math diff --git a/rpython/rtyper/lltypesystem/module/test/test_ll_math.py b/rpython/rt

[pypy-commit] pypy split-rpython: Moved MathTests to test_ll_math

2013-01-08 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59878:616f56ea2576 Date: 2013-01-08 23:08 +0100 http://bitbucket.org/pypy/pypy/changeset/616f56ea2576/ Log:Moved MathTests to test_ll_math diff --git a/pypy/module/math/test/test_direct.py b/pypy/module/math/test/test_direct.py --- a

[pypy-commit] lang-js default: refactored boxing

2013-01-08 Thread stepahn
Author: Stephan Branch: Changeset: r337:8a151cf97de6 Date: 2013-01-08 20:06 +0100 http://bitbucket.org/pypy/lang-js/changeset/8a151cf97de6/ Log:refactored boxing diff --git a/js/builtins/__init__.py b/js/builtins/__init__.py --- a/js/builtins/__init__.py +++ b/js/builtins/__init__.py @@ -1,

[pypy-commit] lang-js default: removed unused files

2013-01-08 Thread stepahn
Author: Stephan Branch: Changeset: r336:ef8b7e480059 Date: 2013-01-08 20:05 +0100 http://bitbucket.org/pypy/lang-js/changeset/ef8b7e480059/ Log:removed unused files diff --git a/js/console.py b/js/console.py deleted file mode 100644 --- a/js/console.py +++ /dev/null @@ -1,139 +0,0 @@ -#!/us

[pypy-commit] lang-js default: moved _w to js.object_space

2013-01-08 Thread stepahn
Author: Stephan Branch: Changeset: r335:77a0a486f6e4 Date: 2013-01-08 18:03 +0100 http://bitbucket.org/pypy/lang-js/changeset/77a0a486f6e4/ Log:moved _w to js.object_space diff --git a/js/baseop.py b/js/baseop.py --- a/js/baseop.py +++ b/js/baseop.py @@ -2,7 +2,8 @@ """ Base operations imp

[pypy-commit] lang-js default: re-organized builtins

2013-01-08 Thread stepahn
Author: Stephan Branch: Changeset: r334:7c7a58b2bf0b Date: 2013-01-08 17:21 +0100 http://bitbucket.org/pypy/lang-js/changeset/7c7a58b2bf0b/ Log:re-organized builtins diff --git a/js/astbuilder.py b/js/astbuilder.py --- a/js/astbuilder.py +++ b/js/astbuilder.py @@ -218,8 +218,8 @@ r

[pypy-commit] pypy split-rpython: Don't use pypy.module.signal.interp_signal.SignalActionFlag in rpython/jit/metainterp/test/test_del.py

2013-01-08 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59877:35e52e793d41 Date: 2013-01-08 19:29 +0100 http://bitbucket.org/pypy/pypy/changeset/35e52e793d41/ Log:Don't use pypy.module.signal.interp_signal.SignalActionFlag in rpython/jit/metainterp/test/test_del.py diff --git a/rpy

[pypy-commit] pypy split-rpython: Removed rpython.tool.compat, moved test_annmm to pypy.objspace.std.test

2013-01-08 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59876:b4a8a57e8427 Date: 2013-01-08 19:00 +0100 http://bitbucket.org/pypy/pypy/changeset/b4a8a57e8427/ Log:Removed rpython.tool.compat, moved test_annmm to pypy.objspace.std.test diff --git a/rpython/annotator/test/test_annmm.

[pypy-commit] pypy jitframe-on-heap: Kill this hack

2013-01-08 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r59875:dce88c3d5657 Date: 2013-01-08 18:34 +0200 http://bitbucket.org/pypy/pypy/changeset/dce88c3d5657/ Log:Kill this hack diff --git a/pypy/jit/backend/llsupport/llmodel.py b/pypy/jit/backend/llsupport/llmodel.py --- a/pypy/jit

[pypy-commit] pypy jitframe-on-heap: revive continulet-jit-3 branch in new reality. For starters, a JIT frame

2013-01-08 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r59874:46a6aeacf807 Date: 2013-01-08 18:20 +0200 http://bitbucket.org/pypy/pypy/changeset/46a6aeacf807/ Log:revive continulet-jit-3 branch in new reality. For starters, a JIT frame description diff --git a/pypy/jit/backen

[pypy-commit] lang-js default: moved doc folder

2013-01-08 Thread stepahn
Author: Stephan Branch: Changeset: r333:1ee936b6c7c5 Date: 2013-01-08 16:07 +0100 http://bitbucket.org/pypy/lang-js/changeset/1ee936b6c7c5/ Log:moved doc folder diff --git a/js/doc/bytecode.txt b/doc/bytecode.txt rename from js/doc/bytecode.txt rename to doc/bytecode.txt ___

[pypy-commit] pypy default: kill unused imports

2013-01-08 Thread bivab
Author: David Schneider Branch: Changeset: r59873:bd749c887394 Date: 2013-01-08 09:39 +0100 http://bitbucket.org/pypy/pypy/changeset/bd749c887394/ Log:kill unused imports diff --git a/pypy/jit/backend/arm/test/test_gc_integration.py b/pypy/jit/backend/arm/test/test_gc_integration.py --- a/

[pypy-commit] pypy default: avoid this test crashing on load time

2013-01-08 Thread bivab
Author: David Schneider Branch: Changeset: r59872:371fbdc16264 Date: 2013-01-08 09:38 +0100 http://bitbucket.org/pypy/pypy/changeset/371fbdc16264/ Log:avoid this test crashing on load time diff --git a/pypy/jit/backend/arm/test/test_gc_integration.py b/pypy/jit/backend/arm/test/test_gc_int

[pypy-commit] pypy refactor-call_release_gil: a branch where to fix this failing test about call_release_gil, which is due to the fact that the op is generated inside pyjitpl and thus its resultbox is

2013-01-08 Thread antocuni
Author: Antonio Cuni Branch: refactor-call_release_gil Changeset: r59871:90482eb028fe Date: 2013-01-08 09:01 +0100 http://bitbucket.org/pypy/pypy/changeset/90482eb028fe/ Log:a branch where to fix this failing test about call_release_gil, which is due to the fact that the op is generat