[pypy-commit] pypy default: Test and fix

2013-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r60954:35ab7f14c707 Date: 2013-02-08 09:03 +0100 http://bitbucket.org/pypy/pypy/changeset/35ab7f14c707/ Log:Test and fix diff --git a/pypy/module/zipimport/interp_zipimport.py b/pypy/module/zipimport/interp_zipimport.py --- a/pypy/module/zipimport/inte

[pypy-commit] pypy default: merge heads

2013-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r60955:81cb7e69c819 Date: 2013-02-08 09:05 +0100 http://bitbucket.org/pypy/pypy/changeset/81cb7e69c819/ Log:merge heads diff --git a/pypy/module/zipimport/interp_zipimport.py b/pypy/module/zipimport/interp_zipimport.py --- a/pypy/module/zipimport/inter

[pypy-commit] pypy default: Port cffi 00f0e57fce9a.

2013-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r60956:19b642a3d0a9 Date: 2013-02-08 09:11 +0100 http://bitbucket.org/pypy/pypy/changeset/19b642a3d0a9/ Log:Port cffi 00f0e57fce9a. diff --git a/pypy/module/_cffi_backend/cbuffer.py b/pypy/module/_cffi_backend/cbuffer.py --- a/pypy/module/_cffi_backend

[pypy-commit] pypy default: Fix 2.6 compatibility

2013-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r60958:9aafa03d6994 Date: 2013-02-08 10:32 +0200 http://bitbucket.org/pypy/pypy/changeset/9aafa03d6994/ Log:Fix 2.6 compatibility diff --git a/rpython/annotator/description.py b/rpython/annotator/description.py --- a/rpython/annotator/descriptio

[pypy-commit] pypy default: failing test - SliceArray has no astype

2013-02-08 Thread mattip
Author: Matti Picus Branch: Changeset: r60961:18f31c26605b Date: 2013-02-08 10:49 +0200 http://bitbucket.org/pypy/pypy/changeset/18f31c26605b/ Log:failing test - SliceArray has no astype diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.p

[pypy-commit] cffi default: Move the development to 0.6

2013-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r1129:8bc2fd1e557f Date: 2013-02-08 10:07 +0100 http://bitbucket.org/cffi/cffi/changeset/8bc2fd1e557f/ Log:Move the development to 0.6 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -4961,7 +4961,7

[pypy-commit] cffi default: Passing None as an ``item *`` argument to a function.

2013-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r1130:c42e0c485fc8 Date: 2013-02-08 10:10 +0100 http://bitbucket.org/cffi/cffi/changeset/c42e0c485fc8/ Log:Passing None as an ``item *`` argument to a function. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_bac

[pypy-commit] pypy curses_cffi: Fix getsyx() and stuff related to repl setup.

2013-02-08 Thread jerith
Author: Jeremy Thurgood Branch: curses_cffi Changeset: r60962:a903bf4f9acf Date: 2013-02-08 11:20 +0200 http://bitbucket.org/pypy/pypy/changeset/a903bf4f9acf/ Log:Fix getsyx() and stuff related to repl setup. diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py --- a/lib_pypy/_curses.py ++

[pypy-commit] pypy default: move astype to BaseConcreteArray

2013-02-08 Thread mattip
Author: Matti Picus Branch: Changeset: r60963:28bd310c Date: 2013-02-08 11:22 +0200 http://bitbucket.org/pypy/pypy/changeset/28bd310c/ Log:move astype to BaseConcreteArray diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl/concrete.py --- a

[pypy-commit] pypy pytest: remove __multicall__ from runtest hooks, mark them as trylast

2013-02-08 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r60964:a2980dc0fe2a Date: 2013-02-08 10:24 +0100 http://bitbucket.org/pypy/pypy/changeset/a2980dc0fe2a/ Log:remove __multicall__ from runtest hooks, mark them as trylast diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.

[pypy-commit] pypy pytest: make winreg tests importable and skipping on unix, use setup_module as well

2013-02-08 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r60965:ec2f3369976c Date: 2013-02-08 10:26 +0100 http://bitbucket.org/pypy/pypy/changeset/ec2f3369976c/ Log:make winreg tests importable and skipping on unix, use setup_module as well diff --git a/pypy/module/_winreg/interp_winreg.

[pypy-commit] pypy pytest: undo merge mistake

2013-02-08 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r60966:38762af09d39 Date: 2013-02-08 10:38 +0100 http://bitbucket.org/pypy/pypy/changeset/38762af09d39/ Log:undo merge mistake diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@ -145,10 +145,6

[pypy-commit] pypy jitframe-on-heap: merge default

2013-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60969:2bddf45f0f34 Date: 2013-02-08 12:43 +0200 http://bitbucket.org/pypy/pypy/changeset/2bddf45f0f34/ 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

[pypy-commit] pypy python-numpy: merge from default

2013-02-08 Thread mattip
Author: Matti Picus Branch: python-numpy Changeset: r60970:d617732c1123 Date: 2013-02-08 11:25 +0200 http://bitbucket.org/pypy/pypy/changeset/d617732c1123/ Log:merge from default diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl/concrete.py --- a/p

[pypy-commit] pypy python-numpy: update HOWTO for this branch

2013-02-08 Thread mattip
Author: Matti Picus Branch: python-numpy Changeset: r60971:5a8676a23e8a Date: 2013-02-08 13:45 +0200 http://bitbucket.org/pypy/pypy/changeset/5a8676a23e8a/ Log:update HOWTO for this branch diff --git a/HOW_TO_CONTRIBUTE.txt b/HOW_TO_CONTRIBUTE.txt --- a/HOW_TO_CONTRIBUTE.txt +++ b/HOW_TO_CON

[pypy-commit] pypy default: cleanup signal module and fix win32 behavior

2013-02-08 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60972:ace3ca8195f3 Date: 2013-02-08 07:51 -0500 http://bitbucket.org/pypy/pypy/changeset/ace3ca8195f3/ Log:cleanup signal module and fix win32 behavior diff --git a/pypy/module/signal/interp_signal.py b/pypy/module/signal/interp_signal.py --- a/pypy

[pypy-commit] pypy pytest: kill trylast again, it breaks for us

2013-02-08 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r60973:761524c30402 Date: 2013-02-08 14:04 +0100 http://bitbucket.org/pypy/pypy/changeset/761524c30402/ Log:kill trylast again, it breaks for us diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py

[pypy-commit] pypy pytest: kill winreg test __init__ to avoid importing and skip on collection instead of execution

2013-02-08 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r60974:1b0b2f5c1cf1 Date: 2013-02-08 15:35 +0100 http://bitbucket.org/pypy/pypy/changeset/1b0b2f5c1cf1/ Log:kill winreg test __init__ to avoid importing and skip on collection instead of execution diff --git a/pypy/module/_winreg/t

[pypy-commit] cffi enum-as-int: Enums should behave just like ints. No more using the string of the enum.

2013-02-08 Thread arigo
Author: Armin Rigo Branch: enum-as-int Changeset: r1131:71656eb169b2 Date: 2013-02-08 16:34 +0100 http://bitbucket.org/cffi/cffi/changeset/71656eb169b2/ Log:Enums should behave just like ints. No more using the string of the enum. ___ pypy-

[pypy-commit] cffi enum-as-int: Implementation

2013-02-08 Thread arigo
Author: Armin Rigo Branch: enum-as-int Changeset: r1132:2b7869e88162 Date: 2013-02-08 16:35 +0100 http://bitbucket.org/cffi/cffi/changeset/2b7869e88162/ Log:Implementation diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -823,32 +823,29 @@

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

2013-02-08 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60975:bfd3a14ff568 Date: 2013-02-08 16:24 +0100 http://bitbucket.org/pypy/pypy/changeset/bfd3a14ff568/ Log:fix diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend/arm/

[pypy-commit] pypy jitframe-on-heap: kill check, does not make sense any more

2013-02-08 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60976:0bc82182bf6f Date: 2013-02-08 16:30 +0100 http://bitbucket.org/pypy/pypy/changeset/0bc82182bf6f/ Log:kill check, does not make sense any more diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assemb

[pypy-commit] pypy jitframe-on-heap: disable code

2013-02-08 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60978:86cf63b65bce Date: 2013-02-08 16:34 +0100 http://bitbucket.org/pypy/pypy/changeset/86cf63b65bce/ Log:disable code diff --git a/rpython/jit/backend/arm/regalloc.py b/rpython/jit/backend/arm/regalloc.py --- a/rpython/jit/backe

[pypy-commit] pypy jitframe-on-heap: fixes for bridges and jitframe relocation

2013-02-08 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60979:eaa9093c3214 Date: 2013-02-08 16:36 +0100 http://bitbucket.org/pypy/pypy/changeset/eaa9093c3214/ Log:fixes for bridges and jitframe relocation diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assem

[pypy-commit] pypy jitframe-on-heap: more unused code

2013-02-08 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60977:8a0e03dc520f Date: 2013-02-08 16:31 +0100 http://bitbucket.org/pypy/pypy/changeset/8a0e03dc520f/ Log:more unused code diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit

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

2013-02-08 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60980:0b7ee0aefa60 Date: 2013-02-08 16:41 +0100 http://bitbucket.org/pypy/pypy/changeset/0b7ee0aefa60/ Log:merge diff --git a/lib-python/2.7/collections.py b/lib-python/2.7/collections.py --- a/lib-python/2.7/collections.py +++ b/l

[pypy-commit] pypy default: add test, implementation of to_builtin_type for complex

2013-02-08 Thread mattip
Author: Matti Picus Branch: Changeset: r60981:4f6fde5fcf81 Date: 2013-02-08 18:31 +0200 http://bitbucket.org/pypy/pypy/changeset/4f6fde5fcf81/ Log:add test, implementation of to_builtin_type for complex diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/t

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

2013-02-08 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60984:cedf96638849 Date: 2013-02-08 17:44 +0100 http://bitbucket.org/pypy/pypy/changeset/cedf96638849/ Log:force diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py --- a/rpython/jit/backen

[pypy-commit] pypy jitframe-on-heap: this slot on the stack is not needed anymore

2013-02-08 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60985:943b0d880835 Date: 2013-02-08 17:46 +0100 http://bitbucket.org/pypy/pypy/changeset/943b0d880835/ Log:this slot on the stack is not needed anymore diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/as

[pypy-commit] pypy jitframe-on-heap: move force method to llsupport

2013-02-08 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60982:a2b8f39dec68 Date: 2013-02-08 17:41 +0100 http://bitbucket.org/pypy/pypy/changeset/a2b8f39dec68/ Log:move force method to llsupport diff --git a/rpython/jit/backend/arm/runner.py b/rpython/jit/backend/arm/runner.py --- a/rpy

[pypy-commit] pypy jitframe-on-heap: kill code

2013-02-08 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60983:cfec96854f0e Date: 2013-02-08 17:43 +0100 http://bitbucket.org/pypy/pypy/changeset/cfec96854f0e/ Log:kill code diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backen

[pypy-commit] pypy jitframe-on-heap: keep stack aligned

2013-02-08 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60986:c55cd071b268 Date: 2013-02-08 18:08 +0100 http://bitbucket.org/pypy/pypy/changeset/c55cd071b268/ Log:keep stack aligned diff --git a/rpython/jit/backend/arm/arch.py b/rpython/jit/backend/arm/arch.py --- a/rpython/jit/backend/

[pypy-commit] pypy default: Update to cffi c42e0c485fc8.

2013-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r60987:e2ea2eb4743c Date: 2013-02-08 10:16 +0100 http://bitbucket.org/pypy/pypy/changeset/e2ea2eb4743c/ Log:Update to cffi c42e0c485fc8. diff --git a/pypy/module/_cffi_backend/ctypeptr.py b/pypy/module/_cffi_backend/ctypeptr.py --- a/pypy/module/_cffi_

[pypy-commit] pypy default: merge heads

2013-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r60988:ca1b566f9dea Date: 2013-02-08 18:36 +0100 http://bitbucket.org/pypy/pypy/changeset/ca1b566f9dea/ Log:merge heads diff --git a/pypy/module/_cffi_backend/ctypeptr.py b/pypy/module/_cffi_backend/ctypeptr.py --- a/pypy/module/_cffi_backend/ctypeptr.

[pypy-commit] pypy default: Backout 4f6fde5fcf81 (breaks translation)

2013-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r60989:39f0f4bc6109 Date: 2013-02-08 19:48 +0200 http://bitbucket.org/pypy/pypy/changeset/39f0f4bc6109/ Log:Backout 4f6fde5fcf81 (breaks translation) diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dty

[pypy-commit] pypy default: A hard-to-test case: an assert which may actually fail

2013-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r60990:bfb3a4f5c8ad Date: 2013-02-08 18:37 +0100 http://bitbucket.org/pypy/pypy/changeset/bfb3a4f5c8ad/ Log:A hard-to-test case: an assert which may actually fail diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/

[pypy-commit] pypy default: merge heads

2013-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r60991:e6bb3153dc24 Date: 2013-02-08 19:39 +0100 http://bitbucket.org/pypy/pypy/changeset/e6bb3153dc24/ Log:merge heads diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtypes.py --- a/pypy/module/micronumpy/te

[pypy-commit] pypy default: try to fix freebsd7 translation

2013-02-08 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60992:fe56756e3a72 Date: 2013-02-08 18:23 -0500 http://bitbucket.org/pypy/pypy/changeset/fe56756e3a72/ Log:try to fix freebsd7 translation diff --git a/rpython/translator/platform/posix.py b/rpython/translator/platform/posix.py --- a/rpython/transla

[pypy-commit] pypy py3k: hack around space.warn unicode input for now to fix translation

2013-02-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r60993:170b1c1a475c Date: 2013-02-08 15:01 -0800 http://bitbucket.org/pypy/pypy/changeset/170b1c1a475c/ Log:hack around space.warn unicode input for now to fix translation diff --git a/pypy/module/_io/interp_fileio.py b/pypy/module/_io/interp_fil

[pypy-commit] pypy py3k: use full paths for __file__ and fix test_zipimport's marshal data

2013-02-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r60994:a823801fd7ed Date: 2013-02-08 15:06 -0800 http://bitbucket.org/pypy/pypy/changeset/a823801fd7ed/ Log:use full paths for __file__ and fix test_zipimport's marshal data diff --git a/pypy/module/zipimport/interp_zipimport.py b/pypy/module/zi

[pypy-commit] pypy default: clean up datetime argument handling, improve tests

2013-02-08 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60995:72e79a8305c7 Date: 2013-02-08 19:52 -0500 http://bitbucket.org/pypy/pypy/changeset/72e79a8305c7/ Log:clean up datetime argument handling, improve tests diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/li

[pypy-commit] pypy default: add numpy indexing by list test

2013-02-08 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60996:5691aa9f6d83 Date: 2013-02-08 21:13 -0500 http://bitbucket.org/pypy/pypy/changeset/5691aa9f6d83/ Log:add numpy indexing by list test diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a/lib_pypy/_collections.py +++ b/lib_pypy/

[pypy-commit] pypy default: backout accidental inclusion to last commit

2013-02-08 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60997:a8d47219e78c Date: 2013-02-08 21:18 -0500 http://bitbucket.org/pypy/pypy/changeset/a8d47219e78c/ Log:backout accidental inclusion to last commit diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a/lib_pypy/_collections.py +++

[pypy-commit] pypy default: add numpy.bool/int aliases, test (fixes issue1161)

2013-02-08 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60998:481f9cde9e3e Date: 2013-02-08 22:09 -0500 http://bitbucket.org/pypy/pypy/changeset/481f9cde9e3e/ Log:add numpy.bool/int aliases, test (fixes issue1161) diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/

[pypy-commit] pypy default: reset mainthreadident after fork (thanks amaury)

2013-02-08 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r60999:3b06320cf630 Date: 2013-02-08 23:42 -0500 http://bitbucket.org/pypy/pypy/changeset/3b06320cf630/ Log:reset mainthreadident after fork (thanks amaury) diff --git a/pypy/module/thread/gil.py b/pypy/module/thread/gil.py --- a/pypy/module/thread/gi

[pypy-commit] pypy default: add another test here

2013-02-08 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61001:b585e6cac917 Date: 2013-02-09 01:41 -0500 http://bitbucket.org/pypy/pypy/changeset/b585e6cac917/ Log:add another test here diff --git a/lib_pypy/pypy_test/test_collections.py b/lib_pypy/pypy_test/test_collections.py --- a/lib_pypy/pypy_test/te

[pypy-commit] pypy default: patch from raymondh to optimize deque.remove in lib_pypy/_collections.py (normally overridden by builtin _collections)

2013-02-08 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61000:5e3878959d9b Date: 2013-02-09 01:21 -0500 http://bitbucket.org/pypy/pypy/changeset/5e3878959d9b/ Log:patch from raymondh to optimize deque.remove in lib_pypy/_collections.py (normally overridden by builtin _collections) diff --g

[pypy-commit] pypy py3k: test_multiprocessing seems to deadlock the buildbots

2013-02-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61002:6d540e777b5b Date: 2013-02-08 23:07 -0800 http://bitbucket.org/pypy/pypy/changeset/6d540e777b5b/ Log:test_multiprocessing seems to deadlock the buildbots diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftes