[pypy-commit] pypy default: merge heads

2011-10-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r48606:8e8835c75415 Date: 2011-10-30 15:55 +0100 http://bitbucket.org/pypy/pypy/changeset/8e8835c75415/ Log:merge heads diff --git a/pypy/jit/metainterp/optimizeopt/intbounds.py b/pypy/jit/metainterp/optimizeopt/intbounds.py ---

[pypy-commit] pypy stm: Move and add comments.

2011-10-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm Changeset: r48607:795b3e474cce Date: 2011-10-30 15:58 +0100 http://bitbucket.org/pypy/pypy/changeset/795b3e474cce/ Log:Move and add comments. diff --git a/pypy/translator/stm/llstminterp.py b/pypy/translator/stm/llstminterp.py ---

[pypy-commit] pypy stm: Kill the explicit C code manipulating GC strings and lists at

2011-10-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm Changeset: r48608:b66d9e6e0eed Date: 2011-10-09 19:59 +0200 http://bitbucket.org/pypy/pypy/changeset/b66d9e6e0eed/ Log:Kill the explicit C code manipulating GC strings and lists at start- up, and replace it with RPython code.

[pypy-commit] pypy stm: Protect debug printing with the RPY_STM_ASSERT define.

2011-10-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm Changeset: r48610:43fe948fc6ca Date: 2011-10-30 17:13 +0100 http://bitbucket.org/pypy/pypy/changeset/43fe948fc6ca/ Log:Protect debug printing with the RPY_STM_ASSERT define. Lets us run tests. diff --git a/pypy/translator/c/genc.py

[pypy-commit] pypy default: Fix for the JIT: don't use Arrays that are not GcArrays but that have a length.

2011-10-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r48612:7c12a810b394 Date: 2011-10-30 18:28 +0100 http://bitbucket.org/pypy/pypy/changeset/7c12a810b394/ Log:Fix for the JIT: don't use Arrays that are not GcArrays but that have a length. diff --git

[pypy-commit] pypy default: A failing test.

2011-10-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r48611:fd20e5312348 Date: 2011-10-30 18:25 +0100 http://bitbucket.org/pypy/pypy/changeset/fd20e5312348/ Log:A failing test. diff --git a/pypy/jit/backend/llgraph/llimpl.py b/pypy/jit/backend/llgraph/llimpl.py ---

[pypy-commit] pypy default: Revert bfea8fbdeed4: it seems not to work correctly. Will investigate.

2011-10-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r48613:c74b79096726 Date: 2011-10-30 18:36 +0100 http://bitbucket.org/pypy/pypy/changeset/c74b79096726/ Log:Revert bfea8fbdeed4: it seems not to work correctly. Will investigate. diff --git

[pypy-commit] extradoc extradoc: updates to numpy planning

2011-10-30 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: extradoc Changeset: r3953:97ca1a70 Date: 2011-10-30 14:23 -0400 http://bitbucket.org/pypy/extradoc/changeset/97ca1a70/ Log:updates to numpy planning diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt ---

[pypy-commit] extradoc extradoc: merged upstream

2011-10-30 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: extradoc Changeset: r3954:e1a088b4f3e2 Date: 2011-10-30 14:23 -0400 http://bitbucket.org/pypy/extradoc/changeset/e1a088b4f3e2/ Log:merged upstream diff --git a/sprintinfo/gothenburg-2011-2/people.txt b/sprintinfo/gothenburg-2011-2/people.txt

[pypy-commit] Notification: pypy

2011-10-30 Thread Bitbucket
You have received a notification from fprimex. Hi, I forked pypy. My fork is at https://bitbucket.org/fprimex/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy numpy-multidim: repr and str rework

2011-10-30 Thread mattip
Author: mattip Branch: numpy-multidim Changeset: r48614:723ed1ac5a3a Date: 2011-10-30 23:40 +0200 http://bitbucket.org/pypy/pypy/changeset/723ed1ac5a3a/ Log:repr and str rework diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py ---

[pypy-commit] pypy numpy-multidim: testing

2011-10-30 Thread mattip
Author: mattip Branch: numpy-multidim Changeset: r48615:0d9e53f59c5d Date: 2011-10-31 00:17 +0200 http://bitbucket.org/pypy/pypy/changeset/0d9e53f59c5d/ Log:testing diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py ---

[pypy-commit] pypy default: translation fix

2011-10-30 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r48616:b994f7ec222e Date: 2011-10-30 21:01 -0400 http://bitbucket.org/pypy/pypy/changeset/b994f7ec222e/ Log:translation fix diff --git a/pypy/rpython/lltypesystem/rpbc.py b/pypy/rpython/lltypesystem/rpbc.py ---