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
@@
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
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
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
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
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
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
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,
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
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
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
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
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.
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
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
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
___
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/
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
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
19 matches
Mail list logo