[pypy-commit] pypy default: add a failing test

2013-11-22 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r68283:a3c3b75a7f2b Date: 2013-11-22 18:58 +0100 http://bitbucket.org/pypy/pypy/changeset/a3c3b75a7f2b/ Log:add a failing test diff --git a/pypy/module/cpyext/test/test_ndarrayobject.py b/pypy/module/cpyext/test/test_ndarrayobject.py --- a/pypy/modul

[pypy-commit] pypy voidtype_strformat: fix translation

2013-11-22 Thread mattip
Author: Matti Picus Branch: voidtype_strformat Changeset: r68282:dfe74941b910 Date: 2013-11-22 16:19 +0200 http://bitbucket.org/pypy/pypy/changeset/dfe74941b910/ Log:fix translation diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/module/micronumpy/ty

[pypy-commit] pypy voidtype_strformat: test, implement 90% of VoidType to_builtin_type

2013-11-22 Thread mattip
Author: Matti Picus Branch: voidtype_strformat Changeset: r68280:61f2c6a378fd Date: 2013-11-22 14:06 +0200 http://bitbucket.org/pypy/pypy/changeset/61f2c6a378fd/ Log:test, implement 90% of VoidType to_builtin_type diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micro

[pypy-commit] pypy default: fix the annotation of prebuilt ordereddict

2013-11-22 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r68279:ffd24a3a9c70 Date: 2013-11-22 12:59 +0100 http://bitbucket.org/pypy/pypy/changeset/ffd24a3a9c70/ Log:fix the annotation of prebuilt ordereddict diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py --- a/rpython/a