[pypy-commit] benchmarks default: Add support for an opcode recently introduced in pypy.

2013-06-14 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: Changeset: r214:92c5c74ce34c Date: 2013-06-14 15:19 +0200 http://bitbucket.org/pypy/benchmarks/changeset/92c5c74ce34c/ Log:Add support for an opcode recently introduced in pypy. Necessary when translating with such a recent

[pypy-commit] pypy argsort-segfault: whoops

2013-06-14 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: argsort-segfault Changeset: r64881:65ca8e4122fb Date: 2013-06-14 16:07 +0300 http://bitbucket.org/pypy/pypy/changeset/65ca8e4122fb/ Log:whoops diff --git a/pypy/module/micronumpy/arrayimpl/sort.py b/pypy/module/micronumpy/arrayimpl/sort.py

[pypy-commit] stmgc default: Next test

2013-06-14 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r123:171f8b47b009 Date: 2013-06-14 15:18 +0200 http://bitbucket.org/pypy/stmgc/changeset/171f8b47b009/ Log:Next test diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -391,14 +391,6 @@ #endif } -gcptr

[pypy-commit] pypy default: untabbify

2013-06-14 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64884:8d8aa8c2badb Date: 2013-06-14 15:54 +0200 http://bitbucket.org/pypy/pypy/changeset/8d8aa8c2badb/ Log:untabbify diff --git a/lib_pypy/_tkinter/tklib.py b/lib_pypy/_tkinter/tklib.py --- a/lib_pypy/_tkinter/tklib.py +++

[pypy-commit] stmgc default: Next test

2013-06-14 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r125:61b9c5a13a48 Date: 2013-06-14 16:54 +0200 http://bitbucket.org/pypy/stmgc/changeset/61b9c5a13a48/ Log:Next test diff --git a/c4/nursery.c b/c4/nursery.c --- a/c4/nursery.c +++ b/c4/nursery.c @@ -119,16 +119,75 @@ static void

[pypy-commit] stmgc default: More tests that pass

2013-06-14 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r126:60f02332d53f Date: 2013-06-14 16:55 +0200 http://bitbucket.org/pypy/stmgc/changeset/60f02332d53f/ Log:More tests that pass diff --git a/c4/test/test_nursery.py b/c4/test/test_nursery.py --- a/c4/test/test_nursery.py +++

[pypy-commit] stmgc default: Reintroduce oalloc()

2013-06-14 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r127:25521e54d778 Date: 2013-06-14 17:01 +0200 http://bitbucket.org/pypy/stmgc/changeset/25521e54d778/ Log:Reintroduce oalloc() diff --git a/c4/test/support.py b/c4/test/support.py --- a/c4/test/support.py +++ b/c4/test/support.py @@

[pypy-commit] pypy default: merge heads

2013-06-14 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r64887:3ed53260e74c Date: 2013-06-14 18:03 +0300 http://bitbucket.org/pypy/pypy/changeset/3ed53260e74c/ Log:merge heads diff --git a/lib_pypy/_tkinter/tklib.py b/lib_pypy/_tkinter/tklib.py --- a/lib_pypy/_tkinter/tklib.py +++

[pypy-commit] pypy default: merge argsort-segfault which fixes issue 1510

2013-06-14 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r64886:c9e36178fe49 Date: 2013-06-14 18:02 +0300 http://bitbucket.org/pypy/pypy/changeset/c9e36178fe49/ Log:merge argsort-segfault which fixes issue 1510 diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] stmgc default: in-the-middle-of-progress

2013-06-14 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r128:9cfc156e53f7 Date: 2013-06-14 18:44 +0200 http://bitbucket.org/pypy/stmgc/changeset/9cfc156e53f7/ Log:in-the-middle-of-progress diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -33,7 +33,7 @@ static int

[pypy-commit] pypy default: Merged in andrewsmedina/numpypy/dtype-isnative (pull request #155)

2013-06-14 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r64889:23314bb14a1f Date: 2013-06-14 09:55 -0700 http://bitbucket.org/pypy/pypy/changeset/23314bb14a1f/ Log:Merged in andrewsmedina/numpypy/dtype-isnative (pull request #155) implemented dtype.isnative. diff --git

[pypy-commit] pypy dtype-isnative: implemented dtype.isnative.

2013-06-14 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: dtype-isnative Changeset: r64888:ec63aaab8cf5 Date: 2013-06-14 13:47 -0300 http://bitbucket.org/pypy/pypy/changeset/ec63aaab8cf5/ Log:implemented dtype.isnative. diff --git a/pypy/module/micronumpy/interp_dtype.py

[pypy-commit] stmgc default: Test passes

2013-06-14 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r130:aa0f0a2a6f74 Date: 2013-06-14 20:22 +0200 http://bitbucket.org/pypy/stmgc/changeset/aa0f0a2a6f74/ Log:Test passes diff --git a/c4/test/test_nursery.py b/c4/test/test_nursery.py --- a/c4/test/test_nursery.py +++

[pypy-commit] stmgc default: Test and bug fix

2013-06-14 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r131:69b1046ea32d Date: 2013-06-14 20:27 +0200 http://bitbucket.org/pypy/stmgc/changeset/69b1046ea32d/ Log:Test and bug fix diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -476,8 +476,8 @@ if (is_private(R)) { -

[pypy-commit] stmgc default: Revert the gcflag_xyz() functions; instead found a way to keep the

2013-06-14 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r129:0fdcdfbbc387 Date: 2013-06-14 20:20 +0200 http://bitbucket.org/pypy/stmgc/changeset/0fdcdfbbc387/ Log:Revert the gcflag_xyz() functions; instead found a way to keep the assertion error message readable, by using static const

[pypy-commit] stmgc default: Fix test

2013-06-14 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r132:c46d7e01ec15 Date: 2013-06-14 20:30 +0200 http://bitbucket.org/pypy/stmgc/changeset/c46d7e01ec15/ Log:Fix test diff --git a/c4/test/test_et.py b/c4/test/test_et.py --- a/c4/test/test_et.py +++ b/c4/test/test_et.py @@ -189,7 +189,7

[pypy-commit] pypy default: Add a jit_merge_point to list.find

2013-06-14 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r64890:87bfc8884702 Date: 2013-06-15 13:32 +0800 http://bitbucket.org/pypy/pypy/changeset/87bfc8884702/ Log:Add a jit_merge_point to list.find diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py ---