[pypy-commit] pypy py3k: fix strerror encoding

2015-06-13 Thread yuyichao
Author: Yichao Yu Branch: py3k Changeset: r78082:7b8f47ac90ef Date: 2015-06-11 23:23 -0400 http://bitbucket.org/pypy/pypy/changeset/7b8f47ac90ef/ Log:fix strerror encoding diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy/interpreter/error.py +++ b/pypy/interprete

[pypy-commit] pypy numpy-generic-item: fix return type of generic.reshape

2014-10-21 Thread yuyichao
Author: Yichao Yu Branch: numpy-generic-item Changeset: r74057:d4b9abbdfab6 Date: 2014-09-24 08:19 -0400 http://bitbucket.org/pypy/pypy/changeset/d4b9abbdfab6/ Log:fix return type of generic.reshape diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/pypy/mod

[pypy-commit] pypy numpy-generic-item: generic.swapaxes, improve test

2014-10-21 Thread yuyichao
Author: Yichao Yu Branch: numpy-generic-item Changeset: r74054:0703a6e2723e Date: 2014-09-23 12:29 -0400 http://bitbucket.org/pypy/pypy/changeset/0703a6e2723e/ Log:generic.swapaxes, improve test diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/pypy/module/

[pypy-commit] pypy numpy-generic-item: merge default

2014-10-21 Thread yuyichao
Author: Yichao Yu Branch: numpy-generic-item Changeset: r74058:3166aa80ee1f Date: 2014-10-11 17:27 -0400 http://bitbucket.org/pypy/pypy/changeset/3166aa80ee1f/ Log:merge default diff too long, truncating to 2000 out of 14176 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @

[pypy-commit] pypy numpy-generic-item: generic.fill, generic.conj

2014-10-21 Thread yuyichao
Author: Yichao Yu Branch: numpy-generic-item Changeset: r74056:edc2afc71097 Date: 2014-09-23 22:40 -0400 http://bitbucket.org/pypy/pypy/changeset/edc2afc71097/ Log:generic.fill, generic.conj diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/pypy/module/micr

[pypy-commit] pypy numpy-generic-item: generic.transpose

2014-10-21 Thread yuyichao
Author: Yichao Yu Branch: numpy-generic-item Changeset: r74053:5f0f0784b29a Date: 2014-09-23 09:26 -0400 http://bitbucket.org/pypy/pypy/changeset/5f0f0784b29a/ Log:generic.transpose diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/pypy/module/micronumpy/bo

[pypy-commit] pypy numpy-generic-item: Implement tobytes as an alias of tostring

2014-10-21 Thread yuyichao
Author: Yichao Yu Branch: numpy-generic-item Changeset: r74052:ee8c0dc0c288 Date: 2014-09-23 09:07 -0400 http://bitbucket.org/pypy/pypy/changeset/ee8c0dc0c288/ Log:Implement tobytes as an alias of tostring diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/p

[pypy-commit] pypy numpy-generic-item: Implement numpy.generic.item. Do not let numpy.ndarray.item accept random keyword arguments.

2014-10-21 Thread yuyichao
Author: Yichao Yu Branch: numpy-generic-item Changeset: r74050:cfef40b67090 Date: 2014-09-23 08:25 -0400 http://bitbucket.org/pypy/pypy/changeset/cfef40b67090/ Log:Implement numpy.generic.item. Do not let numpy.ndarray.item accept random keyword arguments. diff --git a/pypy/module/mi

[pypy-commit] pypy numpy-generic-item: generic.nonzero

2014-10-21 Thread yuyichao
Author: Yichao Yu Branch: numpy-generic-item Changeset: r74055:e6d67911e7a8 Date: 2014-09-23 12:41 -0400 http://bitbucket.org/pypy/pypy/changeset/e6d67911e7a8/ Log:generic.nonzero diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/pypy/module/micronumpy/boxe

[pypy-commit] pypy numpy-generic-item: Add tests

2014-10-21 Thread yuyichao
Author: Yichao Yu Branch: numpy-generic-item Changeset: r74051:6e1ad1121f0b Date: 2014-09-23 08:44 -0400 http://bitbucket.org/pypy/pypy/changeset/6e1ad1121f0b/ Log:Add tests diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test/test_ndarray.py --- a/pypy/mod

[pypy-commit] pypy py3k-posix-decode: fix ascii decoding error in the posix module

2014-07-17 Thread yuyichao
Author: Yichao Yu Branch: py3k-posix-decode Changeset: r72465:9014f04de7c5 Date: 2014-07-09 12:41 +0800 http://bitbucket.org/pypy/pypy/changeset/9014f04de7c5/ Log:fix ascii decoding error in the posix module diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py

[pypy-commit] pypy py3k-reset-locale: initialize LC_CTYPE instead of LC_ALL

2014-07-08 Thread yuyichao
Author: Yichao Yu Branch: py3k-reset-locale Changeset: r72394:2bd3b970804c Date: 2014-07-09 07:45 +0800 http://bitbucket.org/pypy/pypy/changeset/2bd3b970804c/ Log:initialize LC_CTYPE instead of LC_ALL diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/p

[pypy-commit] pypy default: make numpy scalar non-iterable

2014-07-07 Thread yuyichao
Author: Yichao Yu Branch: Changeset: r72381:2aabeb712f61 Date: 2014-07-04 22:11 +0800 http://bitbucket.org/pypy/pypy/changeset/2aabeb712f61/ Log:make numpy scalar non-iterable diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/pypy/module/micronumpy/boxes.p