[pypy-commit] pypy release-2.0.x: Fix: pass the -O2 option by default to the C compiler. Previously,

2013-05-11 Thread arigo
Author: Armin Rigo Branch: release-2.0.x Changeset: r64000:bf82c2a60166 Date: 2013-05-12 08:42 +0200 http://bitbucket.org/pypy/pypy/changeset/bf82c2a60166/ Log:Fix: pass the -O2 option by default to the C compiler. Previously, it was building any C code with the default -O0. diff --g

[pypy-commit] pypy default: Fix: pass the -O2 option by default to the C compiler. Previously,

2013-05-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r63999:9ffefaf25ca3 Date: 2013-05-12 08:42 +0200 http://bitbucket.org/pypy/pypy/changeset/9ffefaf25ca3/ Log:Fix: pass the -O2 option by default to the C compiler. Previously, it was building any C code with the default -O0. diff --git a/lib-pyth

[pypy-commit] pypy numpy-subarrays: fix translation

2013-05-11 Thread mattip
Author: Matti Picus Branch: numpy-subarrays Changeset: r63998:e57bd2b23a7a Date: 2013-05-12 08:38 +0300 http://bitbucket.org/pypy/pypy/changeset/e57bd2b23a7a/ Log:fix translation diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module/m

[pypy-commit] pypy numpy-subarrays: handle non-sequence shape specifiers

2013-05-11 Thread mattip
Author: Matti Picus Branch: numpy-subarrays Changeset: r63997:756280f0295a Date: 2013-05-12 01:04 +0300 http://bitbucket.org/pypy/pypy/changeset/756280f0295a/ Log:handle non-sequence shape specifiers diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.p

[pypy-commit] pypy improve-docs: Don't mention object spaces when describing rpython.flowspace

2013-05-11 Thread rlamy
Author: Ronan Lamy Branch: improve-docs Changeset: r63996:db5090c34565 Date: 2013-05-11 22:15 +0100 http://bitbucket.org/pypy/pypy/changeset/db5090c34565/ Log:Don't mention object spaces when describing rpython.flowspace diff --git a/rpython/doc/ronan.rst b/rpython/doc/ronan.rst --- a/rpytho

[pypy-commit] pypy release-2.0.x: Bump the version number

2013-05-11 Thread arigo
Author: Armin Rigo Branch: release-2.0.x Changeset: r63995:5ee5fbb285e7 Date: 2013-05-11 22:26 +0200 http://bitbucket.org/pypy/pypy/changeset/5ee5fbb285e7/ Log:Bump the version number diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/m

[pypy-commit] pypy numpy-subarrays: small fixes

2013-05-11 Thread mattip
Author: Matti Picus Branch: numpy-subarrays Changeset: r63994:3188b490838c Date: 2013-05-11 23:12 +0300 http://bitbucket.org/pypy/pypy/changeset/3188b490838c/ Log:small fixes diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module/micro

[pypy-commit] pypy numpypy-nditer: implement skeleton interface for nditer

2013-05-11 Thread mattip
Author: Matti Picus Branch: numpypy-nditer Changeset: r63993:d10c6ec5d2d6 Date: 2013-05-11 22:22 +0300 http://bitbucket.org/pypy/pypy/changeset/d10c6ec5d2d6/ Log:implement skeleton interface for nditer diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py ---

[pypy-commit] pypy numpypy-nditer: add tests from numpy docstring documentation

2013-05-11 Thread mattip
Author: Matti Picus Branch: numpypy-nditer Changeset: r63992:91e7fea3c006 Date: 2013-05-10 14:55 +0300 http://bitbucket.org/pypy/pypy/changeset/91e7fea3c006/ Log:add tests from numpy docstring documentation diff --git a/pypy/module/micronumpy/test/test_nditer.py b/pypy/module/micronumpy/tes

[pypy-commit] pypy numpypy-nditer: nditer class from numpy 1.6

2013-05-11 Thread mattip
Author: Matti Picus Branch: numpypy-nditer Changeset: r63991:7a2730528d98 Date: 2013-05-10 09:34 +0300 http://bitbucket.org/pypy/pypy/changeset/7a2730528d98/ Log:nditer class from numpy 1.6 ___ pypy-commit mailing list pypy-commit@python.org http:/

[pypy-commit] pypy numpy-subarrays: Start fixing translation

2013-05-11 Thread rguillebert
Author: Romain Guillebert Branch: numpy-subarrays Changeset: r63990:3842cf257b00 Date: 2013-05-11 20:27 +0200 http://bitbucket.org/pypy/pypy/changeset/3842cf257b00/ Log:Start fixing translation diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py ---

[pypy-commit] pypy default: ARGH

2013-05-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63989:6545ccd0c972 Date: 2013-05-11 18:54 +0200 http://bitbucket.org/pypy/pypy/changeset/6545ccd0c972/ Log:ARGH diff --git a/rpython/rlib/entrypoint.py b/rpython/rlib/entrypoint.py --- a/rpython/rlib/entrypoint.py +++ b/rpython/rlib/entrypoint.

[pypy-commit] pypy numpy-subarrays: Add more checks

2013-05-11 Thread rguillebert
Author: Romain Guillebert Branch: numpy-subarrays Changeset: r63988:eae319856642 Date: 2013-05-11 18:31 +0200 http://bitbucket.org/pypy/pypy/changeset/eae319856642/ Log:Add more checks diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtypes.py --- a

[pypy-commit] pypy default: Relax the signature check - it's necessary for *args which we have

2013-05-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63987:7607e77438bf Date: 2013-05-11 18:15 +0200 http://bitbucket.org/pypy/pypy/changeset/7607e77438bf/ Log:Relax the signature check - it's necessary for *args which we have in wrapper diff --git a/rpython/rlib/entrypoint.py b/rpython/r

[pypy-commit] pypy numpy-subarrays: Implement dtype.shape

2013-05-11 Thread rguillebert
Author: Romain Guillebert Branch: numpy-subarrays Changeset: r63986:159e1024713b Date: 2013-05-11 18:08 +0200 http://bitbucket.org/pypy/pypy/changeset/159e1024713b/ Log:Implement dtype.shape diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/p

[pypy-commit] pypy numpy-subarrays: Add a test for subarrays

2013-05-11 Thread rguillebert
Author: Romain Guillebert Branch: numpy-subarrays Changeset: r63985:2ed9933ad5ce Date: 2013-05-11 16:55 +0200 http://bitbucket.org/pypy/pypy/changeset/2ed9933ad5ce/ Log:Add a test for subarrays diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtypes

[pypy-commit] pypy default: don't set this attr to none

2013-05-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63984:ce9ddb64ff3b Date: 2013-05-11 17:43 +0200 http://bitbucket.org/pypy/pypy/changeset/ce9ddb64ff3b/ Log:don't set this attr to none diff --git a/rpython/rtyper/lltypesystem/lltype.py b/rpython/rtyper/lltypesystem/lltype.py --- a/rpython/rty

[pypy-commit] pypy default: merge

2013-05-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63983:e13cd035c6ce Date: 2013-05-11 15:34 +0200 http://bitbucket.org/pypy/pypy/changeset/e13cd035c6ce/ Log:merge diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.

[pypy-commit] pypy default: shuffle stuff around a lot. also a test and a fix for exported symbols

2013-05-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63982:83621509a0d4 Date: 2013-05-11 15:33 +0200 http://bitbucket.org/pypy/pypy/changeset/83621509a0d4/ Log:shuffle stuff around a lot. also a test and a fix for exported symbols diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyex

[pypy-commit] pypy improve-docs: Add TODO.

2013-05-11 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63981:d09af1ce5877 Date: 2013-05-11 14:58 +0200 http://bitbucket.org/pypy/pypy/changeset/d09af1ce5877/ Log:Add TODO. diff --git a/TODO-docs b/TODO-docs new file mode 100644 --- /dev/null +++ b/TODO-docs @@ -0,0 +1,29 @@ +Documentation TODO

[pypy-commit] pypy improve-docs: Forgot to add rpython/doc/dir-reference.rst.

2013-05-11 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63980:7734b9319c5a Date: 2013-05-11 14:30 +0200 http://bitbucket.org/pypy/pypy/changeset/7734b9319c5a/ Log:Forgot to add rpython/doc/dir-reference.rst. diff --git a/rpython/doc/dir-reference.rst b/rpython/doc/dir-reference.rst new file mod

[pypy-commit] pypy improve-docs: Add information for Ronan.

2013-05-11 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63979:c8a71c794e74 Date: 2013-05-11 14:28 +0200 http://bitbucket.org/pypy/pypy/changeset/c8a71c794e74/ Log:Add information for Ronan. diff --git a/pypy/doc/objspace.rst b/pypy/doc/objspace.rst --- a/pypy/doc/objspace.rst +++ b/pypy/doc/obj

[pypy-commit] pypy release-2.0.x: Fix: don't use setslice here, because _digits might occasionally be longer

2013-05-11 Thread arigo
Author: Armin Rigo Branch: release-2.0.x Changeset: r63977:451209179cef Date: 2013-05-11 12:34 +0200 http://bitbucket.org/pypy/pypy/changeset/451209179cef/ Log:Fix: don't use setslice here, because _digits might occasionally be longer than numdigits() says. diff --git a/rpython/rlib/

[pypy-commit] pypy release-2.0.x: Arrays of struct need a getlength() too.

2013-05-11 Thread arigo
Author: Armin Rigo Branch: release-2.0.x Changeset: r63978:2934efd0c5c8 Date: 2013-05-11 12:36 +0200 http://bitbucket.org/pypy/pypy/changeset/2934efd0c5c8/ Log:Arrays of struct need a getlength() too. diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/rpython/jit/m

[pypy-commit] pypy default: merge heads

2013-05-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r63976:1b2ce85a6d2a Date: 2013-05-11 13:47 +0200 http://bitbucket.org/pypy/pypy/changeset/1b2ce85a6d2a/ Log:merge heads diff --git a/lib-python/2.7/distutils/sysconfig_pypy.py b/lib-python/2.7/distutils/sysconfig_pypy.py --- a/lib-python/2.7/distutils/

[pypy-commit] pypy default: Arrays of struct need a getlength() too.

2013-05-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r63975:5c4cc250d96c Date: 2013-05-11 12:36 +0200 http://bitbucket.org/pypy/pypy/changeset/5c4cc250d96c/ Log:Arrays of struct need a getlength() too. diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/rpython/jit/metainterp/opt

[pypy-commit] pypy default: Fix: don't use setslice here, because _digits might occasionally be longer

2013-05-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r63974:c40de2de60b7 Date: 2013-05-11 12:34 +0200 http://bitbucket.org/pypy/pypy/changeset/c40de2de60b7/ Log:Fix: don't use setslice here, because _digits might occasionally be longer than numdigits() says. diff --git a/rpython/rlib/rbigint.py b/

[pypy-commit] pypy.org extradoc: typo

2013-05-11 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r425:6884f0fee3d1 Date: 2013-05-11 10:40 +0200 http://bitbucket.org/pypy/pypy.org/changeset/6884f0fee3d1/ Log:typo diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -90,7 +90,7 @@ http://buildbot.pypy.org/nig