[pypy-commit] [COMMENT] Pull request #8 for pypy/pypy: added numpy.sort, tests, and docstring for numpy.array.sort

2011-09-24 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/8/added-numpysort-tests-and-docstring-for#comment-202 neurosurg said: guys, how is the situation with sort() and this pull request? -- This is a pull request comment notification from bitbucket.org. You are receiving this

[pypy-commit] pypy default: merge

2011-09-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r47577:99eb704c3dd1 Date: 2011-09-24 13:45 +0200 http://bitbucket.org/pypy/pypy/changeset/99eb704c3dd1/ Log:merge diff --git a/pypy/rpython/module/ll_os_stat.py b/pypy/rpython/module/ll_os_stat.py --- a/pypy/rpython/module/ll_os_stat.py +++ b/p

[pypy-commit] pypy default: An attempt to remove those annoying errors in some more cases. I need

2011-09-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r47576:86f7bd30c60b Date: 2011-09-24 13:42 +0200 http://bitbucket.org/pypy/pypy/changeset/86f7bd30c60b/ Log:An attempt to remove those annoying errors in some more cases. I need syntax for "if the error is going to be caught, don't print

[pypy-commit] pypy default: merged upstream.

2011-09-24 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r47579:ecc4e34f Date: 2011-09-24 13:17 -0400 http://bitbucket.org/pypy/pypy/changeset/ecc4e34f/ Log:merged upstream. diff --git a/pypy/rpython/module/ll_os_stat.py b/pypy/rpython/module/ll_os_stat.py --- a/pypy/rpython/module/ll_os_stat.py +++

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

2011-09-24 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r47578:4d3c8a23aae1 Date: 2011-09-24 13:17 -0400 http://bitbucket.org/pypy/pypy/changeset/4d3c8a23aae1/ Log:a failing test. diff --git a/pypy/jit/metainterp/test/test_string.py b/pypy/jit/metainterp/test/test_string.py --- a/pypy/jit/metainterp/test/t

[pypy-commit] pypy default: failing test, now in optizeopt form.

2011-09-24 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r47580:828612bef579 Date: 2011-09-24 13:33 -0400 http://bitbucket.org/pypy/pypy/changeset/828612bef579/ Log:failing test, now in optizeopt form. diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/pypy/jit/metainterp/optimizeopt/

[pypy-commit] pypy separate-applevel-numpy: test_numpy.py gets its own NumpyAppTest base class.

2011-09-24 Thread timo_jbo
Author: Timo Paulssen Branch: separate-applevel-numpy Changeset: r47582:ba1f49c28b45 Date: 2011-09-24 20:00 +0200 http://bitbucket.org/pypy/pypy/changeset/ba1f49c28b45/ Log:test_numpy.py gets its own NumpyAppTest base class. diff --git a/lib_pypy/pypy_test/test_numpy.py b/lib_pypy/pypy_test/

[pypy-commit] pypy numpy-random: implement a few simple methods in numpy.random.

2011-09-24 Thread timo_jbo
Author: Timo Paulssen Branch: numpy-random Changeset: r47583:a6ab5e7ba103 Date: 2011-09-22 20:05 +0200 http://bitbucket.org/pypy/pypy/changeset/a6ab5e7ba103/ Log:implement a few simple methods in numpy.random. diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__

[pypy-commit] pypy numpy-random: added implementations for random_integers and randint with tests.

2011-09-24 Thread timo_jbo
Author: Timo Paulssen Branch: numpy-random Changeset: r47584:d231d6fbeb81 Date: 2011-09-22 20:40 +0200 http://bitbucket.org/pypy/pypy/changeset/d231d6fbeb81/ Log:added implementations for random_integers and randint with tests. diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/m

[pypy-commit] pypy numpy-random: implement a few numpy.random methods

2011-09-24 Thread timo_jbo
Author: Timo Paulssen Branch: numpy-random Changeset: r47585:3ae0ae8e9c00 Date: 2011-09-24 20:28 +0200 http://bitbucket.org/pypy/pypy/changeset/3ae0ae8e9c00/ Log:implement a few numpy.random methods diff --git a/lib_pypy/numpy/random.py b/lib_pypy/numpy/random.py new file mode 100644 --- /de

[pypy-commit] pypy numpy-random: implement a couple integer random methods, too.

2011-09-24 Thread timo_jbo
Author: Timo Paulssen Branch: numpy-random Changeset: r47586:c059753d0865 Date: 2011-09-24 20:30 +0200 http://bitbucket.org/pypy/pypy/changeset/c059753d0865/ Log:implement a couple integer random methods, too. diff --git a/lib_pypy/numpy/random.py b/lib_pypy/numpy/random.py --- a/lib_pypy/nu

[pypy-commit] pypy numpy-random: merge heads

2011-09-24 Thread timo_jbo
Author: Timo Paulssen Branch: numpy-random Changeset: r47587:dbf4471a691d Date: 2011-09-24 20:35 +0200 http://bitbucket.org/pypy/pypy/changeset/dbf4471a691d/ Log:merge heads diff --git a/pypy/module/micronumpy/app_random.py b/pypy/module/micronumpy/app_random.py new file mode 100644 --- /de

[pypy-commit] pypy numpy-random: re-removed old micronumpy files

2011-09-24 Thread timo_jbo
Author: Timo Paulssen Branch: numpy-random Changeset: r47588:0b6b9b557c0c Date: 2011-09-24 20:35 +0200 http://bitbucket.org/pypy/pypy/changeset/0b6b9b557c0c/ Log:re-removed old micronumpy files diff --git a/pypy/module/micronumpy/app_random.py b/pypy/module/micronumpy/app_random.py deleted

[pypy-commit] pypy default: add a repr

2011-09-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r47589:8bfe957a7314 Date: 2011-09-24 18:04 -0300 http://bitbucket.org/pypy/pypy/changeset/8bfe957a7314/ Log:add a repr diff --git a/pypy/jit/metainterp/optimizeopt/optimizer.py b/pypy/jit/metainterp/optimizeopt/optimizer.py --- a/pypy/jit/metai

[pypy-commit] pypy default: this fixes the test, but we're getting into a dangerous territory here

2011-09-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r47590:3d8b5c3c699e Date: 2011-09-24 18:16 -0300 http://bitbucket.org/pypy/pypy/changeset/3d8b5c3c699e/ Log:this fixes the test, but we're getting into a dangerous territory here diff --git a/pypy/jit/metainterp/optimizeopt/test/test_opt

[pypy-commit] pypy kill-unary-multimethods: backout 96571e83c308

2011-09-24 Thread fijal
Author: Maciej Fijalkowski Branch: kill-unary-multimethods Changeset: r47592:d0e6e3e4d2b0 Date: 2011-09-24 19:56 -0300 http://bitbucket.org/pypy/pypy/changeset/d0e6e3e4d2b0/ Log:backout 96571e83c308 diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py --- a/pypy/obj

[pypy-commit] pypy unsigned-dtypes: fix and add to tests

2011-09-24 Thread justinpeel
Author: Justin Peel Branch: unsigned-dtypes Changeset: r47593:c35db951b8b9 Date: 2011-09-24 23:17 -0600 http://bitbucket.org/pypy/pypy/changeset/c35db951b8b9/ Log:fix and add to tests diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/mod

[pypy-commit] pypy unsigned-dtypes: fix annotator problem dealing with comparison functions

2011-09-24 Thread justinpeel
Author: Justin Peel Branch: unsigned-dtypes Changeset: r47594:db53a3ddf28b Date: 2011-09-25 00:44 -0600 http://bitbucket.org/pypy/pypy/changeset/db53a3ddf28b/ Log:fix annotator problem dealing with comparison functions diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micro