[pypy-commit] pypy py3k: s/__builtin__/builtins

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52698:a92e756eead4 Date: 2012-02-20 22:48 +0100 http://bitbucket.org/pypy/pypy/changeset/a92e756eead4/ Log:s/__builtin__/builtins diff --git a/pypy/interpreter/test/test_module.py b/pypy/interpreter/test/test_module.py --- a/pypy/interpreter/tes

[pypy-commit] pypy py3k: dict.keys() and range() no longer return lists in python3, adapt the tests

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52697:48b1edafc52a Date: 2012-02-20 22:47 +0100 http://bitbucket.org/pypy/pypy/changeset/48b1edafc52a/ Log:dict.keys() and range() no longer return lists in python3, adapt the tests diff --git a/pypy/interpreter/test/test_nestedscope.py

[pypy-commit] pypy py3k: s/__builtin__/builtins

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52699:c29adf6b388b Date: 2012-02-20 22:50 +0100 http://bitbucket.org/pypy/pypy/changeset/c29adf6b388b/ Log:s/__builtin__/builtins diff --git a/pypy/interpreter/test/test_pyframe.py b/pypy/interpreter/test/test_pyframe.py --- a/pypy/interpreter/t

[pypy-commit] pypy py3k: fix syntax

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52701:359ade7abb4c Date: 2012-02-20 22:54 +0100 http://bitbucket.org/pypy/pypy/changeset/359ade7abb4c/ Log:fix syntax diff --git a/pypy/interpreter/test/test_pyframe.py b/pypy/interpreter/test/test_pyframe.py --- a/pypy/interpreter/test/test_pyf

[pypy-commit] pypy py3k: fix syntax

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52700:08546a562e23 Date: 2012-02-20 22:54 +0100 http://bitbucket.org/pypy/pypy/changeset/08546a562e23/ Log:fix syntax diff --git a/pypy/interpreter/test/test_pyframe.py b/pypy/interpreter/test/test_pyframe.py --- a/pypy/interpreter/test/test_pyf

[pypy-commit] pypy py3k: rewrite this test by using sum() instead of print(). The problem with print is that we are also tracing a lot of functions inside encodings/utf_8.py, and this adds noise to th

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52703:45dc6af4adc3 Date: 2012-02-21 00:01 +0100 http://bitbucket.org/pypy/pypy/changeset/45dc6af4adc3/ Log:rewrite this test by using sum() instead of print(). The problem with print is that we are also tracing a lot of functions inside

[pypy-commit] pypy py3k: fix syntax, and use next() to get the next item of the generator

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52702:26bb8ffd76f5 Date: 2012-02-20 23:01 +0100 http://bitbucket.org/pypy/pypy/changeset/26bb8ffd76f5/ Log:fix syntax, and use next() to get the next item of the generator diff --git a/pypy/interpreter/test/test_pyframe.py b/pypy/interpreter/tes

[pypy-commit] pypy py3k: we no longer have oldstyle classes, kill this part of the test

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52707:b12bfba17a60 Date: 2012-02-21 00:06 +0100 http://bitbucket.org/pypy/pypy/changeset/b12bfba17a60/ Log:we no longer have oldstyle classes, kill this part of the test diff --git a/pypy/interpreter/test/test_objspace.py b/pypy/interpreter/test

[pypy-commit] pypy py3k: kill this test, we no longer have the three-args raise form

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52704:31dba1322ab7 Date: 2012-02-21 00:03 +0100 http://bitbucket.org/pypy/pypy/changeset/31dba1322ab7/ Log:kill this test, we no longer have the three-args raise form diff --git a/pypy/interpreter/test/test_pyframe.py b/pypy/interpreter/test/tes

[pypy-commit] pypy py3k: re-raise the operror if it's not of the expected type; s/next/__next__

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52708:29787b8bfeab Date: 2012-02-21 00:09 +0100 http://bitbucket.org/pypy/pypy/changeset/29787b8bfeab/ Log:re-raise the operror if it's not of the expected type; s/next/__next__ diff --git a/pypy/interpreter/test/test_objspace.py b/pypy/

[pypy-commit] pypy py3k: s/xrange/range

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52705:e2b89bb4df90 Date: 2012-02-21 00:03 +0100 http://bitbucket.org/pypy/pypy/changeset/e2b89bb4df90/ Log:s/xrange/range diff --git a/pypy/interpreter/test/test_pyframe.py b/pypy/interpreter/test/test_pyframe.py --- a/pypy/interpreter/test/test

[pypy-commit] pypy py3k: fix syntax

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52709:0807d354c622 Date: 2012-02-21 00:11 +0100 http://bitbucket.org/pypy/pypy/changeset/0807d354c622/ Log:fix syntax diff --git a/pypy/interpreter/test/test_typedef.py b/pypy/interpreter/test/test_typedef.py --- a/pypy/interpreter/test/test_typ

[pypy-commit] pypy py3k: s/__builtin__/builtins

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52706:a04906e56772 Date: 2012-02-21 00:04 +0100 http://bitbucket.org/pypy/pypy/changeset/a04906e56772/ Log:s/__builtin__/builtins diff --git a/pypy/interpreter/test/test_objspace.py b/pypy/interpreter/test/test_objspace.py --- a/pypy/interpreter

[pypy-commit] pypy py3k: bah, this test did nothing because of a bad indentation. Fix it, and adapt to py3k because list.append is no longer an unboud method

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52710:2963eaf808c2 Date: 2012-02-21 10:02 +0100 http://bitbucket.org/pypy/pypy/changeset/2963eaf808c2/ Log:bah, this test did nothing because of a bad indentation. Fix it, and adapt to py3k because list.append is no longer an unboud method

[pypy-commit] pypy py3k: kill the attributes im_self and im_func from Method objects, in py3k they have been replaced by __self__ and __func__. I expect some tests to fail because of this, I'll let bu

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52711:b18b2fc21ef3 Date: 2012-02-21 10:06 +0100 http://bitbucket.org/pypy/pypy/changeset/b18b2fc21ef3/ Log:kill the attributes im_self and im_func from Method objects, in py3k they have been replaced by __self__ and __func__. I expect some

[pypy-commit] pypy py3k: s/func_code/__code__ in test_code.py

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52713:427eec028c45 Date: 2012-02-21 10:38 +0100 http://bitbucket.org/pypy/pypy/changeset/427eec028c45/ Log:s/func_code/__code__ in test_code.py diff --git a/pypy/interpreter/test/test_code.py b/pypy/interpreter/test/test_code.py --- a/pypy/inter

[pypy-commit] pypy py3k: make sure that test_function passes with -A: this is mostly about replacing access to func_* attributes with __*__

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52712:3abb17f92ceb Date: 2012-02-21 10:36 +0100 http://bitbucket.org/pypy/pypy/changeset/3abb17f92ceb/ Log:make sure that test_function passes with -A: this is mostly about replacing access to func_* attributes with __*__ diff --git a/pyp

[pypy-commit] pypy py3k: kill the func_* attributes, in python3 we only have the corresponding __*__. Also, replace them in all the tests in interpreter/. There are probably other tests which will fai

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52714:365afd942db2 Date: 2012-02-21 10:49 +0100 http://bitbucket.org/pypy/pypy/changeset/365afd942db2/ Log:kill the func_* attributes, in python3 we only have the corresponding __*__. Also, replace them in all the tests in interpre

[pypy-commit] pypy ppc-jit-backend: Allow to add an offset of 0 when using shadow stack, as long as the offset is aligned

2012-02-21 Thread bivab
Author: David Schneider Branch: ppc-jit-backend Changeset: r52715:cbc1e5945396 Date: 2012-02-21 01:38 -0800 http://bitbucket.org/pypy/pypy/changeset/cbc1e5945396/ Log:Allow to add an offset of 0 when using shadow stack, as long as the offset is aligned diff --git a/pypy/jit/backend/l

[pypy-commit] pypy ppc-jit-backend: store the correct register here

2012-02-21 Thread bivab
Author: David Schneider Branch: ppc-jit-backend Changeset: r52716:6debfbeeb8b8 Date: 2012-02-21 01:39 -0800 http://bitbucket.org/pypy/pypy/changeset/6debfbeeb8b8/ Log:store the correct register here diff --git a/pypy/jit/backend/ppc/ppc_assembler.py b/pypy/jit/backend/ppc/ppc_assembler.py -

[pypy-commit] pypy ppc-jit-backend: Do not save the volatile registers around the call malloc in malloc_slowpath

2012-02-21 Thread bivab
Author: David Schneider Branch: ppc-jit-backend Changeset: r52717:1f4a181255fa Date: 2012-02-21 02:04 -0800 http://bitbucket.org/pypy/pypy/changeset/1f4a181255fa/ Log:Do not save the volatile registers around the call malloc in malloc_slowpath Saving the registers for malloc

[pypy-commit] pypy ppc-jit-backend: store frame size for malloc_slowpath in a variable

2012-02-21 Thread bivab
Author: David Schneider Branch: ppc-jit-backend Changeset: r52718:a194a3b4885f Date: 2012-02-21 02:11 -0800 http://bitbucket.org/pypy/pypy/changeset/a194a3b4885f/ Log:store frame size for malloc_slowpath in a variable diff --git a/pypy/jit/backend/ppc/ppc_assembler.py b/pypy/jit/backend/ppc

[pypy-commit] pypy py3k: (antocuni, arigo): we no longer have a file to subclass in py3k. Change the test to use array.array, and add a comment explaining what we are actually testing

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52719:94f6f187a675 Date: 2012-02-21 11:36 +0100 http://bitbucket.org/pypy/pypy/changeset/94f6f187a675/ Log:(antocuni, arigo): we no longer have a file to subclass in py3k. Change the test to use array.array, and add a comment explaining

[pypy-commit] pypy backend-vector-ops: disable this for the purpose of this branch

2012-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: backend-vector-ops Changeset: r52720:dd71f098d947 Date: 2012-02-21 05:10 -0700 http://bitbucket.org/pypy/pypy/changeset/dd71f098d947/ Log:disable this for the purpose of this branch diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/_

[pypy-commit] pypy backend-vector-ops: disable it completely

2012-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: backend-vector-ops Changeset: r52721:a45b3cbb09c3 Date: 2012-02-21 05:27 -0700 http://bitbucket.org/pypy/pypy/changeset/a45b3cbb09c3/ Log:disable it completely diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py ---

[pypy-commit] pypy backend-vector-ops: more disabling

2012-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: backend-vector-ops Changeset: r52722:a92fc8dd58c6 Date: 2012-02-21 05:35 -0700 http://bitbucket.org/pypy/pypy/changeset/a92fc8dd58c6/ Log:more disabling diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy

[pypy-commit] pypy backend-vector-ops: be slightly more robust against random stuff like opaque types

2012-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: backend-vector-ops Changeset: r52723:c73e7dfd34eb Date: 2012-02-21 05:56 -0700 http://bitbucket.org/pypy/pypy/changeset/c73e7dfd34eb/ Log:be slightly more robust against random stuff like opaque types diff --git a/pypy/rpython/rbuiltin.py b/pypy/rpython/rbu

[pypy-commit] pypy backend-vector-ops: ARGH;

2012-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: backend-vector-ops Changeset: r52724:da24a5614f75 Date: 2012-02-21 06:50 -0700 http://bitbucket.org/pypy/pypy/changeset/da24a5614f75/ Log:ARGH; diff --git a/pypy/rpython/memory/gctransform/transform.py b/pypy/rpython/memory/gctransform/transform.py --- a/p

[pypy-commit] pypy arm-backend-2: add a timeout of 600s to tests using pexpect. Timeouts were causing test failures on ARM

2012-02-21 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r52725:515842e726fc Date: 2012-02-21 13:51 + http://bitbucket.org/pypy/pypy/changeset/515842e726fc/ Log:add a timeout of 600s to tests using pexpect. Timeouts were causing test failures on ARM diff --git a/pypy/conftest.py

[pypy-commit] pypy arm-backend-2: Also add a timeout to tests explicitly using pexpect

2012-02-21 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r52726:af0e88e4cedc Date: 2012-02-21 13:52 + http://bitbucket.org/pypy/pypy/changeset/af0e88e4cedc/ Log:Also add a timeout to tests explicitly using pexpect diff --git a/pypy/module/_minimal_curses/test/test_curses.py b/pypy/modul

[pypy-commit] pypy py3k: fix the syntax here. The test still fails, no clue why

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52727:5a4f37c69744 Date: 2012-02-21 12:11 +0100 http://bitbucket.org/pypy/pypy/changeset/5a4f37c69744/ Log:fix the syntax here. The test still fails, no clue why diff --git a/pypy/interpreter/test/test_zpy.py b/pypy/interpreter/test/test_zpy.py

[pypy-commit] pypy py3k: fix these two tests after we killed func_* and im_self

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52728:97dcba2db8d1 Date: 2012-02-21 12:20 +0100 http://bitbucket.org/pypy/pypy/changeset/97dcba2db8d1/ Log:fix these two tests after we killed func_* and im_self diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/interpreter/

[pypy-commit] pypy py3k: s/func_code/__code__, and fix one import of StringIO

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52732:fa465e45bc43 Date: 2012-02-21 13:34 +0100 http://bitbucket.org/pypy/pypy/changeset/fa465e45bc43/ Log:s/func_code/__code__, and fix one import of StringIO diff --git a/pypy/module/_lsprof/test/test_cprofile.py b/pypy/module/_lsprof/test/tes

[pypy-commit] pypy py3k: s/func_code/__code__

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52729:cad083e080fd Date: 2012-02-21 12:29 +0100 http://bitbucket.org/pypy/pypy/changeset/cad083e080fd/ Log:s/func_code/__code__ diff --git a/pypy/module/_collections/app_defaultdict.py b/pypy/module/_collections/app_defaultdict.py --- a/pypy/mod

[pypy-commit] pypy py3k: s/func_code/__code__, and force the list out of range()

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52733:ca3bebdbf7d8 Date: 2012-02-21 13:37 +0100 http://bitbucket.org/pypy/pypy/changeset/ca3bebdbf7d8/ Log:s/func_code/__code__, and force the list out of range() diff --git a/pypy/module/pypyjit/test/test_jit_hook.py b/pypy/module/pypyjit/test/

[pypy-commit] pypy py3k: s/xrange/range

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52730:4dc1b4196c99 Date: 2012-02-21 12:29 +0100 http://bitbucket.org/pypy/pypy/changeset/4dc1b4196c99/ Log:s/xrange/range diff --git a/pypy/module/_collections/test/test_deque.py b/pypy/module/_collections/test/test_deque.py --- a/pypy/module/_c

[pypy-commit] pypy py3k: s/func_code/__code__

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52731:3c40a4aa219a Date: 2012-02-21 13:28 +0100 http://bitbucket.org/pypy/pypy/changeset/3c40a4aa219a/ Log:s/func_code/__code__ diff --git a/pypy/module/_continuation/interp_continuation.py b/pypy/module/_continuation/interp_continuation.py ---

[pypy-commit] pypy py3k: s/func_code/__code__

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52735:e2538e50a9a4 Date: 2012-02-21 15:10 +0100 http://bitbucket.org/pypy/pypy/changeset/e2538e50a9a4/ Log:s/func_code/__code__ diff --git a/pypy/objspace/std/test/test_proxy_function.py b/pypy/objspace/std/test/test_proxy_function.py --- a/pypy

[pypy-commit] pypy py3k: don't pop() the __doc__ attribute out of rawdict, else the corresponding

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52736:46769341e0eb Date: 2012-02-21 16:06 +0100 http://bitbucket.org/pypy/pypy/changeset/46769341e0eb/ Log:don't pop() the __doc__ attribute out of rawdict, else the corresponding GetSetProperty won't be seen by self.add_entries, and

[pypy-commit] pypy py3k: s/func_code/__code__

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52734:422010ccb862 Date: 2012-02-21 13:40 +0100 http://bitbucket.org/pypy/pypy/changeset/422010ccb862/ Log:s/func_code/__code__ diff --git a/pypy/objspace/std/test/test_mapdict.py b/pypy/objspace/std/test/test_mapdict.py --- a/pypy/objspace/std/

[pypy-commit] pypy py3k: merge heads

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52737:4224a1520aa4 Date: 2012-02-21 16:06 +0100 http://bitbucket.org/pypy/pypy/changeset/4224a1520aa4/ Log:merge heads diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/interpreter/astcompiler/test/test_compiler.py --- a/pyp

[pypy-commit] pypy backend-vector-ops: bleh remove leftovers

2012-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: backend-vector-ops Changeset: r52738:11d8122c7d7a Date: 2012-02-21 08:48 -0700 http://bitbucket.org/pypy/pypy/changeset/11d8122c7d7a/ Log:bleh remove leftovers diff --git a/pypy/jit/metainterp/optimizeopt/vectorize.py b/pypy/jit/metainterp/optimizeopt/vect

[pypy-commit] pypy default: a failing test

2012-02-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52739:4d956cf97a10 Date: 2012-02-21 10:55 -0500 http://bitbucket.org/pypy/pypy/changeset/4d956cf97a10/ Log:a failing test diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtypes.py --- a/pypy/module/micronump

[pypy-commit] pypy backend-vector-ops: OneDimIterator has a promoted step. skeptical

2012-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: backend-vector-ops Changeset: r52740:aaa9c4ef0367 Date: 2012-02-21 08:59 -0700 http://bitbucket.org/pypy/pypy/changeset/aaa9c4ef0367/ Log:OneDimIterator has a promoted step. skeptical diff --git a/pypy/module/micronumpy/interp_iter.py b/pypy/module/micronu

[pypy-commit] pypy default: Comment (derived from pypy-dev).

2012-02-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r52741:48ef6cd6e2df Date: 2012-02-21 18:00 +0100 http://bitbucket.org/pypy/pypy/changeset/48ef6cd6e2df/ Log:Comment (derived from pypy-dev). diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py --- a/pypy/objspace/st

[pypy-commit] pypy ppc-jit-backend: (edelsohn, bivab) remove r2 and r13 from the list of volatile registers.

2012-02-21 Thread bivab
Author: David Schneider Branch: ppc-jit-backend Changeset: r52742:16239b2ad2c1 Date: 2012-02-21 08:37 -0800 http://bitbucket.org/pypy/pypy/changeset/16239b2ad2c1/ Log:(edelsohn, bivab) remove r2 and r13 from the list of volatile registers. r2 is persisted around calls anyway

[pypy-commit] pypy ppc-jit-backend: create a minimal frame malloc_slowpath and save sp and lr to the corresponding slots

2012-02-21 Thread bivab
Author: David Schneider Branch: ppc-jit-backend Changeset: r52743:26cf1b59efdb Date: 2012-02-21 09:02 -0800 http://bitbucket.org/pypy/pypy/changeset/26cf1b59efdb/ Log:create a minimal frame malloc_slowpath and save sp and lr to the corresponding slots diff --git a/pypy/jit/backend/pp

[pypy-commit] pypy py3k: s/func_code/__code__

2012-02-21 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52744:6b61991afc70 Date: 2012-02-21 16:11 +0100 http://bitbucket.org/pypy/pypy/changeset/6b61991afc70/ Log:s/func_code/__code__ diff --git a/pypy/translator/test/test_geninterp.py b/pypy/translator/test/test_geninterp.py --- a/pypy/translator/te

[pypy-commit] pypy backend-vector-ops: fix the assembler names

2012-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: backend-vector-ops Changeset: r52745:7358ce540e67 Date: 2012-02-21 11:48 -0700 http://bitbucket.org/pypy/pypy/changeset/7358ce540e67/ Log:fix the assembler names diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/too

[pypy-commit] pypy sepcomp2: Start framework for a separate compilation.

2012-02-21 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: sepcomp2 Changeset: r52746:b97ceb68c086 Date: 2012-02-21 22:41 +0100 http://bitbucket.org/pypy/pypy/changeset/b97ceb68c086/ Log:Start framework for a separate compilation. diff --git a/pypy/translator/c/exportinfo.py b/pypy/translator/c/exportinfo.py new

[pypy-commit] pypy stm-gc: XXX temporarily disable the method cache, again. Even if it is

2012-02-21 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52747:a8e0e462beb9 Date: 2012-02-22 00:00 +0100 http://bitbucket.org/pypy/pypy/changeset/a8e0e462beb9/ Log:XXX temporarily disable the method cache, again. Even if it is thread-local, depending (randomly) on whether there is an update to

[pypy-commit] pypy sepcomp2: Functions can be @exported without specifying argument types,

2012-02-21 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: sepcomp2 Changeset: r52748:ce2d7e8a1b42 Date: 2012-02-21 23:28 +0100 http://bitbucket.org/pypy/pypy/changeset/ce2d7e8a1b42/ Log:Functions can be @exported without specifying argument types, as long as they are annotated in some other way. diff --g

[pypy-commit] pypy sepcomp2: Add support for passing RPython instances between modules.

2012-02-21 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: sepcomp2 Changeset: r52749:162e6879b761 Date: 2012-02-22 00:33 +0100 http://bitbucket.org/pypy/pypy/changeset/162e6879b761/ Log:Add support for passing RPython instances between modules. The constructor is also exported. FIXME: I had to di

[pypy-commit] pypy default: fix the assembler names

2012-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r52750:b6874c42c2ff Date: 2012-02-21 11:48 -0700 http://bitbucket.org/pypy/pypy/changeset/b6874c42c2ff/ Log:fix the assembler names diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/par

[pypy-commit] extradoc extradoc: legal counseling

2012-02-21 Thread pjenvey
Author: Philip Jenvey Branch: extradoc Changeset: r4097:12a4ad40ab30 Date: 2012-02-21 17:24 -0800 http://bitbucket.org/pypy/extradoc/changeset/12a4ad40ab30/ Log:legal counseling diff --git a/talk/sea2012/talk.rst b/talk/sea2012/talk.rst --- a/talk/sea2012/talk.rst +++ b/talk/sea2012/talk.rst

[pypy-commit] extradoc extradoc: more text

2012-02-21 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r4098:3dca0a7b9146 Date: 2012-02-21 20:25 -0500 http://bitbucket.org/pypy/extradoc/changeset/3dca0a7b9146/ Log:more text diff --git a/talk/pycon2012/tutorial/emails/01_numpy.rst b/talk/pycon2012/tutorial/emails/01_numpy.rst --- a/talk/pycon201

[pypy-commit] extradoc extradoc: merged upstream

2012-02-21 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r4099:ba04f56772e5 Date: 2012-02-21 20:26 -0500 http://bitbucket.org/pypy/extradoc/changeset/ba04f56772e5/ Log:merged upstream diff --git a/planning/separate-compilation.txt b/planning/separate-compilation.txt new file mode 100644 --- /dev/nul

[pypy-commit] extradoc extradoc: missing letter and some more slides

2012-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4100:8c327578c393 Date: 2012-02-21 18:35 -0700 http://bitbucket.org/pypy/extradoc/changeset/8c327578c393/ Log:missing letter and some more slides diff --git a/talk/pycon2012/tutorial/emails/01_numpy.rst b/talk/pycon2012/tutorial/emails

[pypy-commit] pypy default: add a jitdriver here

2012-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r52752:126806ef2466 Date: 2012-02-21 18:35 -0700 http://bitbucket.org/pypy/pypy/changeset/126806ef2466/ Log:add a jitdriver here diff --git a/pypy/module/micronumpy/interp_support.py b/pypy/module/micronumpy/interp_support.py --- a/pypy/module/

[pypy-commit] extradoc extradoc: return address

2012-02-21 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r4101:3f98dbfa8ce3 Date: 2012-02-21 20:39 -0500 http://bitbucket.org/pypy/extradoc/changeset/3f98dbfa8ce3/ Log:return address diff --git a/talk/pycon2012/tutorial/emails/01_numpy.rst b/talk/pycon2012/tutorial/emails/01_numpy.rst --- a/talk/pyc

[pypy-commit] extradoc extradoc: merged upstream

2012-02-21 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r4102:81cb6c1cc6b2 Date: 2012-02-21 20:41 -0500 http://bitbucket.org/pypy/extradoc/changeset/81cb6c1cc6b2/ Log:merged upstream diff --git a/talk/pycon2012/tutorial/emails/01_numpy.rst b/talk/pycon2012/tutorial/emails/01_numpy.rst --- a/talk/py

[pypy-commit] pypy default: make numpy boxes work with str.format

2012-02-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52754:dde74845c41f Date: 2012-02-21 20:48 -0500 http://bitbucket.org/pypy/pypy/changeset/dde74845c41f/ Log:make numpy boxes work with str.format diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/m

[pypy-commit] pypy default: merged upstream

2012-02-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52755:6dd80b3ec992 Date: 2012-02-21 20:49 -0500 http://bitbucket.org/pypy/pypy/changeset/6dd80b3ec992/ Log:merged upstream diff --git a/pypy/module/micronumpy/interp_support.py b/pypy/module/micronumpy/interp_support.py --- a/pypy/module/micronumpy/i

[pypy-commit] pypy backend-vector-ops: ugh, fix the merge

2012-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: backend-vector-ops Changeset: r52756:939a94b35997 Date: 2012-02-21 19:46 -0700 http://bitbucket.org/pypy/pypy/changeset/939a94b35997/ Log:ugh, fix the merge diff --git a/pypy/module/micronumpy/interp_support.py b/pypy/module/micronumpy/interp_support.py --

[pypy-commit] pypy backend-vector-ops: oops

2012-02-21 Thread fijal
Author: Maciej Fijalkowski Branch: backend-vector-ops Changeset: r52757:c72d8c439aff Date: 2012-02-21 20:57 -0700 http://bitbucket.org/pypy/pypy/changeset/c72d8c439aff/ Log:oops diff --git a/pypy/module/micronumpy/interp_support.py b/pypy/module/micronumpy/interp_support.py --- a/pypy/modul