[pypy-commit] pypy py3k: merge default

2013-02-04 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r60881:2b5161e7db07 Date: 2013-02-04 15:35 -0800 http://bitbucket.org/pypy/pypy/changeset/2b5161e7db07/ Log:merge default diff --git a/lib-python/2.7/collections.py b/lib-python/2.7/collections.py --- a/lib-python/2.7/collections.py +++ b/lib-pyt

[pypy-commit] pypy jit-usable_retrace_3: allow more compilcated datastructures to be formed

2013-02-04 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r60880:e69dd4c61c91 Date: 2013-02-04 22:39 +0100 http://bitbucket.org/pypy/pypy/changeset/e69dd4c61c91/ Log:allow more compilcated datastructures to be formed diff --git a/pypy/jit/metainterp/test/test_random_loops.py b/pypy/jit/met

[pypy-commit] pypy default: Add an error message on translating locals() which points people to the

2013-02-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r60879:2c31a396f622 Date: 2013-02-04 22:29 +0100 http://bitbucket.org/pypy/pypy/changeset/2c31a396f622/ Log:Add an error message on translating locals() which points people to the right direction, after a discussion on #pypy where people

[pypy-commit] pypy missing-ndarray-attributes: Backed out changeset: 17baab38318a - not related to this branch

2013-02-04 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r60878:f107e08335aa Date: 2013-02-04 23:12 +0200 http://bitbucket.org/pypy/pypy/changeset/f107e08335aa/ Log:Backed out changeset: 17baab38318a - not related to this branch diff --git a/rpython/annotator/bookkeeper.py b/rpython/anno

[pypy-commit] pypy missing-ndarray-attributes: Backed out changeset: 81d15ae6c6bc - not related to this branch

2013-02-04 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r60877:4ea6a2f41001 Date: 2013-02-04 23:11 +0200 http://bitbucket.org/pypy/pypy/changeset/4ea6a2f41001/ Log:Backed out changeset: 81d15ae6c6bc - not related to this branch diff --git a/pypy/module/_socket/interp_func.py b/pypy/mod

[pypy-commit] pypy missing-ndarray-attributes: Backed out changeset: e5ee474dc98a - not related to this branch

2013-02-04 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r60876:c5931fbe51ca Date: 2013-02-04 23:10 +0200 http://bitbucket.org/pypy/pypy/changeset/c5931fbe51ca/ Log:Backed out changeset: e5ee474dc98a - not related to this branch diff --git a/rpython/rlib/rsocket.py b/rpython/rlib/rsocket

[pypy-commit] pypy missing-ndarray-attributes: merge heads

2013-02-04 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r60874:68612418c26e Date: 2013-02-04 22:51 +0200 http://bitbucket.org/pypy/pypy/changeset/68612418c26e/ Log:merge heads diff --git a/pypy/module/micronumpy/arrayimpl/sort.py b/pypy/module/micronumpy/arrayimpl/sort.py --- a/pypy/mo

[pypy-commit] pypy missing-ndarray-attributes: change socket type to socket s_type, 'type' should never be used as variable name

2013-02-04 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r60872:81d15ae6c6bc Date: 2013-02-04 20:50 +0200 http://bitbucket.org/pypy/pypy/changeset/81d15ae6c6bc/ Log:change socket type to socket s_type, 'type' should never be used as variable name diff --git a/pypy/module/_socket/

[pypy-commit] pypy missing-ndarray-attributes: merge default into branch

2013-02-04 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r60875:f2ead9283d4f Date: 2013-02-04 22:52 +0200 http://bitbucket.org/pypy/pypy/changeset/f2ead9283d4f/ Log:merge default into branch diff --git a/pypy/interpreter/pytraceback.py b/pypy/interpreter/pytraceback.py --- a/pypy/interpr

[pypy-commit] pypy missing-ndarray-attributes: never pass an RSocket class around, it is a mixin

2013-02-04 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r60873:e5ee474dc98a Date: 2013-02-04 22:51 +0200 http://bitbucket.org/pypy/pypy/changeset/e5ee474dc98a/ Log:never pass an RSocket class around, it is a mixin diff --git a/rpython/rlib/rsocket.py b/rpython/rlib/rsocket.py --- a/rpyt

[pypy-commit] pypy missing-ndarray-attributes: PEP 8

2013-02-04 Thread fijal
Author: Maciej Fijalkowski Branch: missing-ndarray-attributes Changeset: r60871:e4169d00a88f Date: 2013-02-04 22:13 +0200 http://bitbucket.org/pypy/pypy/changeset/e4169d00a88f/ Log:PEP 8 diff --git a/pypy/module/micronumpy/arrayimpl/sort.py b/pypy/module/micronumpy/arrayimpl/sort.py --- a/p

[pypy-commit] pypy missing-ndarray-attributes: reanable exception for PBC of mixin

2013-02-04 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r60870:17baab38318a Date: 2013-02-04 19:23 +0200 http://bitbucket.org/pypy/pypy/changeset/17baab38318a/ Log:reanable exception for PBC of mixin diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py --- a/rp

[pypy-commit] pypy missing-ndarray-attributes: test that float16 is not argsortable, fix argsort for ints and complex

2013-02-04 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r60869:593666df7502 Date: 2013-02-04 19:21 +0200 http://bitbucket.org/pypy/pypy/changeset/593666df7502/ Log:test that float16 is not argsortable, fix argsort for ints and complex diff --git a/pypy/module/micronumpy/arrayimp

[pypy-commit] pypy missing-ndarray-attributes: remove debug cruft

2013-02-04 Thread mattip
Author: Matti Picus Branch: missing-ndarray-attributes Changeset: r60868:001aced635a1 Date: 2013-02-04 14:38 +0200 http://bitbucket.org/pypy/pypy/changeset/001aced635a1/ Log:remove debug cruft diff --git a/pypy/module/micronumpy/arrayimpl/sort.py b/pypy/module/micronumpy/arrayimpl/sort.py -

[pypy-commit] pypy missing-ndarray-attributes: remove debug cruft

2013-02-04 Thread mattip
Author: Matti Picus Branch: missing-ndarray-attributes Changeset: r60867:d8a4df50c05a Date: 2013-02-04 12:22 +0200 http://bitbucket.org/pypy/pypy/changeset/d8a4df50c05a/ Log:remove debug cruft diff --git a/pypy/module/micronumpy/arrayimpl/sort.py b/pypy/module/micronumpy/arrayimpl/sort.py -

[pypy-commit] pypy jitframe-on-heap: one more rpython fix

2013-02-04 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60866:a57462c3eb97 Date: 2013-02-04 12:41 +0200 http://bitbucket.org/pypy/pypy/changeset/a57462c3eb97/ Log:one more rpython fix diff --git a/rpython/jit/backend/model.py b/rpython/jit/backend/model.py --- a/rpython/jit/backend/m

[pypy-commit] pypy jitframe-on-heap: fix RPython

2013-02-04 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60865:3c3d5eecdffd Date: 2013-02-04 12:35 +0200 http://bitbucket.org/pypy/pypy/changeset/3c3d5eecdffd/ Log:fix RPython diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/b

[pypy-commit] pypy jitframe-on-heap: fix this test

2013-02-04 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60864:06378d25473b Date: 2013-02-04 12:18 +0200 http://bitbucket.org/pypy/pypy/changeset/06378d25473b/ Log:fix this test diff --git a/rpython/jit/backend/x86/test/test_jump.py b/rpython/jit/backend/x86/test/test_jump.py --- a/r

[pypy-commit] pypy missing-ndarray-attributes: allow PBC of mixin class until fixed in default

2013-02-04 Thread mattip
Author: Matti Picus Branch: missing-ndarray-attributes Changeset: r60863:75789571ec61 Date: 2013-02-04 12:13 +0200 http://bitbucket.org/pypy/pypy/changeset/75789571ec61/ Log:allow PBC of mixin class until fixed in default diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookk

[pypy-commit] pypy missing-ndarray-attributes: hack around seemingly nonfunctional @staticmethod

2013-02-04 Thread mattip
Author: Matti Picus Branch: missing-ndarray-attributes Changeset: r60862:72bf13db5cf2 Date: 2013-02-04 12:11 +0200 http://bitbucket.org/pypy/pypy/changeset/72bf13db5cf2/ Log:hack around seemingly nonfunctional @staticmethod diff --git a/pypy/module/micronumpy/arrayimpl/sort.py b/pypy/module

[pypy-commit] pypy jitframe-on-heap: fix

2013-02-04 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60861:3b602954cad4 Date: 2013-02-04 12:09 +0200 http://bitbucket.org/pypy/pypy/changeset/3b602954cad4/ Log:fix diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend/x

[pypy-commit] pypy jitframe-on-heap: one fix

2013-02-04 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60860:a0fb5ba3e4c2 Date: 2013-02-04 11:44 +0200 http://bitbucket.org/pypy/pypy/changeset/a0fb5ba3e4c2/ Log:one fix diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backe

[pypy-commit] pypy jitframe-on-heap: fix the assertion

2013-02-04 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60859:906f8afffa8b Date: 2013-02-04 11:16 +0200 http://bitbucket.org/pypy/pypy/changeset/906f8afffa8b/ Log:fix the assertion diff --git a/rpython/jit/backend/llsupport/gc.py b/rpython/jit/backend/llsupport/gc.py --- a/rpython/j