[pypy-commit] pypy jitframe-on-heap: support renaming

2013-01-09 Thread fijal
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

[pypy-commit] pypy jitframe-on-heap: store (probably temporarily) rd_count on descr here. this allows us

2013-01-09 Thread fijal
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

[pypy-commit] pypy jitframe-on-heap: start moving jit frames onto heap

2013-01-09 Thread fijal
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/

[pypy-commit] pypy jitframe-on-heap: enough wrangling to pass the test

2013-01-09 Thread fijal
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

[pypy-commit] pypy jitframe-on-heap: enough to make one test pass, hooray!

2013-01-09 Thread fijal
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.

[pypy-commit] pypy jitframe-on-heap: enough refactoring to pass ints and floats there

2013-01-09 Thread fijal
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

[pypy-commit] extradoc extradoc: py3k's December update

2013-01-09 Thread pjenvey
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

[pypy-commit] extradoc extradoc: merge upstream

2013-01-09 Thread pjenvey
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

[pypy-commit] pypy split-rpython: Created rpython/_cache. Added cache_dir to rpython.conftest

2013-01-09 Thread Aquana
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

[pypy-commit] pypy split-rpython: pypy.module.binascii.interp_crc32.crc_32_tab -> rpython.rlib.rzip.crc_32_tab

2013-01-09 Thread Aquana
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

[pypy-commit] pypy split-rpython: Fixed import in rpython/translator/c/test/test_math.py

2013-01-09 Thread Aquana
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

[pypy-commit] pypy default: Remove the 'from stdlib_opcode import bytecode_spec' from this file.

2013-01-09 Thread arigo
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/

[pypy-commit] pypy numpypy-real-as-view: some tests pass

2013-01-09 Thread mattip
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

[pypy-commit] pypy numpypy-real-as-view: discover that descr_set_real requires a true view iterator, modify View iterators to allow dtype to differ from array.dtype

2013-01-09 Thread mattip
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

[pypy-commit] pypy numpypy-real-as-view: fixes, now tests pass

2013-01-09 Thread mattip
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 -

[pypy-commit] pypy split-rpython: Fixed import in rpython/translator/cli/query.py

2013-01-09 Thread Aquana
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

[pypy-commit] pypy split-rpython: Split up stdlib_opcode

2013-01-09 Thread Aquana
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/

[pypy-commit] pypy split-rpython: Forgot to add rpython/tool/stdlib_opcode.py

2013-01-09 Thread Aquana
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

[pypy-commit] pypy numpypy-real-as-view: test, implement forgotten method

2013-01-09 Thread mattip
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

[pypy-commit] pypy default: Fix typo

2013-01-09 Thread rguillebert
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

[pypy-commit] pypy rdict-experiments-2: resize entries like a normal list

2013-01-09 Thread fijal
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

[pypy-commit] pypy reflex-support: minor bugfix for CINT backend

2013-01-09 Thread wlav
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

[pypy-commit] pypy split-rpython: "Reasonable may have left the building"

2013-01-09 Thread Aquana
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

[pypy-commit] pypy split-rpython: Forgot to save file. Added globals parameter to BytecodeSpec

2013-01-09 Thread Aquana
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