[pypy-commit] pypy default: fix arange corner case

2013-12-02 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r68354:7683ee51bc38 Date: 2013-12-02 11:18 +0100 http://bitbucket.org/pypy/pypy/changeset/7683ee51bc38/ Log:fix arange corner case diff --git a/pypy/module/micronumpy/app_numpy.py b/pypy/module/micronumpy/app_numpy.py ---

[pypy-commit] pypy default: mark ftruncate as macro, fixes TestFile.test_truncate on 32bit/ARM

2013-12-02 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r68355:29ae725bea82 Date: 2013-12-02 08:58 -0600 http://bitbucket.org/pypy/pypy/changeset/29ae725bea82/ Log:mark ftruncate as macro, fixes TestFile.test_truncate on 32bit/ARM diff --git a/rpython/rlib/rfile.py

[pypy-commit] pypy ndarray-buffer: raise ValueError if we try to write to a mmapped array which is ready-only

2013-12-02 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: ndarray-buffer Changeset: r68356:9c8634e4593f Date: 2013-12-02 16:42 +0100 http://bitbucket.org/pypy/pypy/changeset/9c8634e4593f/ Log:raise ValueError if we try to write to a mmapped array which is ready-only diff --git

[pypy-commit] pypy default: merge the ndarray-buffer branch, which adds support for the buffer= argument to the ndarray ctor. This is needed e.g. to use numpy.memmap()

2013-12-02 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r68359:71a0ee32f321 Date: 2013-12-02 17:49 +0100 http://bitbucket.org/pypy/pypy/changeset/71a0ee32f321/ Log:merge the ndarray-buffer branch, which adds support for the buffer= argument to the ndarray ctor. This is needed

[pypy-commit] pypy ndarray-buffer: close to be merged branch

2013-12-02 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: ndarray-buffer Changeset: r68358:f1c3df0222ff Date: 2013-12-02 17:48 +0100 http://bitbucket.org/pypy/pypy/changeset/f1c3df0222ff/ Log:close to be merged branch ___ pypy-commit mailing list

[pypy-commit] pypy default: merge heads

2013-12-02 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r68360:d91af9e61a76 Date: 2013-12-02 17:49 +0100 http://bitbucket.org/pypy/pypy/changeset/d91af9e61a76/ Log:merge heads diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++

[pypy-commit] pypy default: update path

2013-12-02 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r68361:f16f95ba4f6a Date: 2013-12-02 18:37 +0100 http://bitbucket.org/pypy/pypy/changeset/f16f95ba4f6a/ Log:update path diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py --- a/pypy/testrunner_cfg.py +++

[pypy-commit] pypy default: document merged branch

2013-12-02 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r68362:cca37ad7e31c Date: 2013-11-30 06:18 +0200 http://bitbucket.org/pypy/pypy/changeset/cca37ad7e31c/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: Systematically rename the C API functions of cpyext, from PyXxx

2013-12-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r68363:cd3b6b2b06fd Date: 2013-12-02 20:31 + http://bitbucket.org/pypy/pypy/changeset/cd3b6b2b06fd/ Log:Systematically rename the C API functions of cpyext, from PyXxx to PyPyXxx. Fix some details that are unhappy about the

[pypy-commit] pypy default: merge heads

2013-12-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r68364:374c311e3d9d Date: 2013-12-02 21:29 + http://bitbucket.org/pypy/pypy/changeset/374c311e3d9d/ Log:merge heads diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++