Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r59887:6dfdca1bddb3
Date: 2013-01-08 23:25 +0200
http://bitbucket.org/pypy/pypy/changeset/6dfdca1bddb3/
Log:support renaming
diff --git a/pypy/jit/metainterp/resume.py b/pypy/jit/metainterp/resume.py
--- a/pypy/jit/metainterp/res
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r59886:927621febe6c
Date: 2013-01-08 23:02 +0200
http://bitbucket.org/pypy/pypy/changeset/927621febe6c/
Log:store (probably temporarily) rd_count on descr here. this allows us
to not have to fish it from the CPU
diff --gi
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r59888:39ae410c6f62
Date: 2013-01-09 17:00 +0200
http://bitbucket.org/pypy/pypy/changeset/39ae410c6f62/
Log:start moving jit frames onto heap
diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py
--- a/
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r59889:a94c9ca09e9e
Date: 2013-01-09 17:28 +0200
http://bitbucket.org/pypy/pypy/changeset/a94c9ca09e9e/
Log:enough wrangling to pass the test
diff --git a/pypy/jit/backend/llsupport/llmodel.py
b/pypy/jit/backend/llsupport/llmode
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r59890:8c1f9de1dc64
Date: 2013-01-09 18:30 +0200
http://bitbucket.org/pypy/pypy/changeset/8c1f9de1dc64/
Log:enough to make one test pass, hooray!
diff --git a/pypy/jit/backend/llgraph/runner.py
b/pypy/jit/backend/llgraph/runner.
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r59891:91afb0f2dfc0
Date: 2013-01-09 19:26 +0200
http://bitbucket.org/pypy/pypy/changeset/91afb0f2dfc0/
Log:enough refactoring to pass ints and floats there
diff --git a/pypy/jit/backend/llsupport/llmodel.py
b/pypy/jit/backend/l
Author: Philip Jenvey
Branch: extradoc
Changeset: r4939:ca4f1f89f7b7
Date: 2013-01-09 09:44 -0800
http://bitbucket.org/pypy/extradoc/changeset/ca4f1f89f7b7/
Log:py3k's December update
diff --git a/blog/draft/py3k-status-update-9.rst
b/blog/draft/py3k-status-update-9.rst
new file mode 100644
Author: Philip Jenvey
Branch: extradoc
Changeset: r4940:065d72cf8cdf
Date: 2013-01-09 09:45 -0800
http://bitbucket.org/pypy/extradoc/changeset/065d72cf8cdf/
Log:merge upstream
diff --git a/blog/draft/numpy-internship-2.rst
b/blog/draft/numpy-internship-2.rst
new file mode 100644
--- /dev/nu
Author: Alexander Hesse
Branch: split-rpython
Changeset: r59892:38643cd3eaf1
Date: 2013-01-09 19:28 +0100
http://bitbucket.org/pypy/pypy/changeset/38643cd3eaf1/
Log:Created rpython/_cache. Added cache_dir to rpython.conftest
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
Author: Alexander Hesse
Branch: split-rpython
Changeset: r59893:0f89ba1b1dd1
Date: 2013-01-09 19:42 +0100
http://bitbucket.org/pypy/pypy/changeset/0f89ba1b1dd1/
Log:pypy.module.binascii.interp_crc32.crc_32_tab ->
rpython.rlib.rzip.crc_32_tab
diff --git a/pypy/module/binascii/interp_c
Author: Alexander Hesse
Branch: split-rpython
Changeset: r59894:2746bd823bf1
Date: 2013-01-09 19:46 +0100
http://bitbucket.org/pypy/pypy/changeset/2746bd823bf1/
Log:Fixed import in rpython/translator/c/test/test_math.py
diff --git a/rpython/translator/c/test/test_math.py
b/rpython/translato
Author: Armin Rigo
Branch:
Changeset: r59895:1f11f9231b68
Date: 2013-01-09 20:40 +0100
http://bitbucket.org/pypy/pypy/changeset/1f11f9231b68/
Log:Remove the 'from stdlib_opcode import bytecode_spec' from this file.
diff --git a/pypy/objspace/flow/test/test_objspace.py
b/pypy/objspace/flow/
Author: mattip
Branch: numpypy-real-as-view
Changeset: r59896:b36dcabcd239
Date: 2013-01-09 18:50 +0200
http://bitbucket.org/pypy/pypy/changeset/b36dcabcd239/
Log:some tests pass
diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py
b/pypy/module/micronumpy/arrayimpl/concrete.py
--- a/p
Author: mattip
Branch: numpypy-real-as-view
Changeset: r59897:36d57babaa6e
Date: 2013-01-09 21:50 +0200
http://bitbucket.org/pypy/pypy/changeset/36d57babaa6e/
Log:discover that descr_set_real requires a true view iterator, modify
View iterators to allow dtype to differ from array.dtyp
Author: mattip
Branch: numpypy-real-as-view
Changeset: r59898:5bfae8c3b2fc
Date: 2013-01-09 22:18 +0200
http://bitbucket.org/pypy/pypy/changeset/5bfae8c3b2fc/
Log:fixes, now tests pass
diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py
b/pypy/module/micronumpy/arrayimpl/concrete.py
-
Author: Alexander Hesse
Branch: split-rpython
Changeset: r59899:0043ae3d83f9
Date: 2013-01-09 20:02 +0100
http://bitbucket.org/pypy/pypy/changeset/0043ae3d83f9/
Log:Fixed import in rpython/translator/cli/query.py
diff --git a/rpython/translator/cli/query.py b/rpython/translator/cli/query.py
Author: Alexander Hesse
Branch: split-rpython
Changeset: r59900:d2ee25531ada
Date: 2013-01-09 21:30 +0100
http://bitbucket.org/pypy/pypy/changeset/d2ee25531ada/
Log:Split up stdlib_opcode
diff --git a/pypy/interpreter/astcompiler/assemble.py
b/pypy/interpreter/astcompiler/assemble.py
--- a/
Author: Alexander Hesse
Branch: split-rpython
Changeset: r59901:da5f04dfa943
Date: 2013-01-09 21:47 +0100
http://bitbucket.org/pypy/pypy/changeset/da5f04dfa943/
Log:Forgot to add rpython/tool/stdlib_opcode.py
diff --git a/rpython/tool/stdlib_opcode.py b/rpython/tool/stdlib_opcode.py
new file
Author: mattip
Branch: numpypy-real-as-view
Changeset: r59902:7e8979164700
Date: 2013-01-09 23:25 +0200
http://bitbucket.org/pypy/pypy/changeset/7e8979164700/
Log:test, implement forgotten method
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray
Author: Romain Guillebert
Branch:
Changeset: r59904:cad5c05cae8e
Date: 2013-01-09 23:24 +0100
http://bitbucket.org/pypy/pypy/changeset/cad5c05cae8e/
Log:Fix typo
diff --git a/pypy/translator/driver.py b/pypy/translator/driver.py
--- a/pypy/translator/driver.py
+++ b/pypy/translator/driver.p
Author: Maciej Fijalkowski
Branch: rdict-experiments-2
Changeset: r59905:4f2c3a20e4d1
Date: 2013-01-10 01:07 +0200
http://bitbucket.org/pypy/pypy/changeset/4f2c3a20e4d1/
Log:resize entries like a normal list
diff --git a/pypy/rpython/lltypesystem/rdict.py
b/pypy/rpython/lltypesystem/rdict.p
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r59906:8b4ea08c6d71
Date: 2013-01-09 15:11 -0800
http://bitbucket.org/pypy/pypy/changeset/8b4ea08c6d71/
Log:minor bugfix for CINT backend
diff --git a/pypy/module/cppyy/capi/cint_capi.py
b/pypy/module/cppyy/capi/cint_capi.py
--- a/pypy
Author: Alexander Hesse
Branch: split-rpython
Changeset: r59907:e6716eb7d47f
Date: 2013-01-10 00:17 +0100
http://bitbucket.org/pypy/pypy/changeset/e6716eb7d47f/
Log:"Reasonable may have left the building"
diff --git a/pypy/interpreter/astcompiler/assemble.py
b/pypy/interpreter/astcompiler/a
Author: Alexander Hesse
Branch: split-rpython
Changeset: r59908:431d3124d089
Date: 2013-01-10 00:20 +0100
http://bitbucket.org/pypy/pypy/changeset/431d3124d089/
Log:Forgot to save file. Added globals parameter to BytecodeSpec
diff --git a/rpython/tool/stdlib_opcode.py b/rpython/tool/stdlib_o
24 matches
Mail list logo