[pypy-commit] pypy default: clean up ufuncs, fix some behaviors

2013-10-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67454:022ea29b5d2e Date: 2013-10-17 03:10 -0400 http://bitbucket.org/pypy/pypy/changeset/022ea29b5d2e/ Log:clean up ufuncs, fix some behaviors diff --git a/lib_pypy/numpypy/lib/__init__.py b/lib_pypy/numpypy/lib/__init__.py --- a/lib_pypy/numpypy/lib

[pypy-commit] pypy default: oops ldexp breaks translation, remove for now

2013-10-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67455:c3f5e0155683 Date: 2013-10-17 03:31 -0400 http://bitbucket.org/pypy/pypy/changeset/c3f5e0155683/ Log:oops ldexp breaks translation, remove for now diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/

[pypy-commit] pypy default: don't lie about size of long double, computations are currently done with double regardless

2013-10-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67456:f01d9caa632c Date: 2013-10-17 03:33 -0400 http://bitbucket.org/pypy/pypy/changeset/f01d9caa632c/ Log:don't lie about size of long double, computations are currently done with double regardless diff --git a/pypy/module/micronumpy/interp_

[pypy-commit] pypy default: fix __reduce__() order for record arrays

2013-10-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67457:09b36515b085 Date: 2013-10-17 04:04 -0400 http://bitbucket.org/pypy/pypy/changeset/09b36515b085/ Log:fix __reduce__() order for record arrays diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/py

[pypy-commit] pypy resume-refactor: some renames

2013-10-17 Thread fijal
Author: Maciej Fijalkowski Branch: resume-refactor Changeset: r67458:f68ab0b1e774 Date: 2013-10-17 16:33 +0200 http://bitbucket.org/pypy/pypy/changeset/f68ab0b1e774/ Log:some renames diff --git a/rpython/jit/backend/llsupport/test/test_resume.py b/rpython/jit/backend/llsupport/test/test_res

[pypy-commit] pypy resume-refactor: fix

2013-10-17 Thread fijal
Author: Maciej Fijalkowski Branch: resume-refactor Changeset: r67459:1fd12147c3fc Date: 2013-10-17 16:35 +0200 http://bitbucket.org/pypy/pypy/changeset/1fd12147c3fc/ Log:fix diff --git a/rpython/jit/backend/x86/test/test_resumebuilder.py b/rpython/jit/backend/x86/test/test_resumebuilder.py

[pypy-commit] pypy default: Fix test_gdb_pypy (sorry)

2013-10-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r67460:ddfba0b56c0e Date: 2013-10-17 16:43 +0200 http://bitbucket.org/pypy/pypy/changeset/ddfba0b56c0e/ Log:Fix test_gdb_pypy (sorry) diff --git a/pypy/tool/test/test_gdb_pypy.py b/pypy/tool/test/test_gdb_pypy.py --- a/pypy/tool/test/test_gdb_pypy.py ++

[pypy-commit] pypy default: Maybe fix the test for 32-bit

2013-10-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r67461:0138c06ab49c Date: 2013-10-17 16:44 +0200 http://bitbucket.org/pypy/pypy/changeset/0138c06ab49c/ Log:Maybe fix the test for 32-bit diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py --- a

[pypy-commit] cffi default: Support partial unions in a way very similar to partial structs.

2013-10-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r1375:857a065e4e0c Date: 2013-10-17 17:07 +0200 http://bitbucket.org/cffi/cffi/changeset/857a065e4e0c/ Log:Support partial unions in a way very similar to partial structs. Needed for a python-cffi mail. diff --git a/cffi/cparser.py b/cffi/cparse

[pypy-commit] pypy numpypy-array_prepare_-array_wrap: Fix typo

2013-10-17 Thread rguillebert
Author: Romain Guillebert Branch: numpypy-array_prepare_-array_wrap Changeset: r67463:4b9adb9cb0db Date: 2013-10-17 18:21 +0200 http://bitbucket.org/pypy/pypy/changeset/4b9adb9cb0db/ Log:Fix typo diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy/interp_ufuncs.py

[pypy-commit] pypy default: fix sorting of unsigned arrays

2013-10-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67466:8596a76f1fd7 Date: 2013-10-17 16:59 -0400 http://bitbucket.org/pypy/pypy/changeset/8596a76f1fd7/ Log:fix sorting of unsigned arrays diff --git a/pypy/module/micronumpy/arrayimpl/sort.py b/pypy/module/micronumpy/arrayimpl/sort.py --- a/pypy/mod

[pypy-commit] pypy default: make this error message match numpy

2013-10-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67464:b945ca0cf540 Date: 2013-10-17 04:28 -0400 http://bitbucket.org/pypy/pypy/changeset/b945ca0cf540/ Log:make this error message match numpy diff --git a/pypy/module/micronumpy/interp_arrayops.py b/pypy/module/micronumpy/interp_arrayops.py --- a/p

[pypy-commit] pypy default: clean up test_complex

2013-10-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67465:92fff1d93735 Date: 2013-10-17 06:00 -0400 http://bitbucket.org/pypy/pypy/changeset/92fff1d93735/ Log:clean up test_complex diff --git a/pypy/module/micronumpy/test/test_complex.py b/pypy/module/micronumpy/test/test_complex.py --- a/pypy/module

[pypy-commit] pypy default: fix argsort for nan/inf

2013-10-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67467:31c7d69c6043 Date: 2013-10-17 17:11 -0400 http://bitbucket.org/pypy/pypy/changeset/31c7d69c6043/ Log:fix argsort for nan/inf diff --git a/pypy/module/micronumpy/arrayimpl/sort.py b/pypy/module/micronumpy/arrayimpl/sort.py --- a/pypy/module/mic

[pypy-commit] pypy default: some cleanups

2013-10-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67468:caf88c5b381f Date: 2013-10-17 17:34 -0400 http://bitbucket.org/pypy/pypy/changeset/caf88c5b381f/ Log:some cleanups diff --git a/pypy/module/micronumpy/arrayimpl/sort.py b/pypy/module/micronumpy/arrayimpl/sort.py --- a/pypy/module/micronumpy/ar

[pypy-commit] pypy cpyext-int: Fix tests around PyIntObject:

2013-10-17 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: cpyext-int Changeset: r67469:152c8a84b76d Date: 2013-10-18 01:19 +0200 http://bitbucket.org/pypy/pypy/changeset/152c8a84b76d/ Log:Fix tests around PyIntObject: - Revert the changes made to signature, to match CPython again. - Fix the test

[pypy-commit] pypy default: fix reciprocal on 32bit

2013-10-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67470:90289b2c633b Date: 2013-10-17 19:59 -0400 http://bitbucket.org/pypy/pypy/changeset/90289b2c633b/ Log:fix reciprocal on 32bit diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_ufuncs.py --- a/pypy/module

[pypy-commit] pypy default: these tests work now, enable

2013-10-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67471:356aaba5c3ce Date: 2013-10-17 21:04 -0400 http://bitbucket.org/pypy/pypy/changeset/356aaba5c3ce/ Log:these tests work now, enable diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/py

[pypy-commit] pypy default: fix dtype descr_eq

2013-10-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67472:05a9b19c2e61 Date: 2013-10-17 21:33 -0400 http://bitbucket.org/pypy/pypy/changeset/05a9b19c2e61/ Log:fix dtype descr_eq diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module/micronumpy/i

[pypy-commit] pypy default: clean up some stuff in micronumpy

2013-10-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67473:0ab4a0d7455f Date: 2013-10-18 00:04 -0400 http://bitbucket.org/pypy/pypy/changeset/0ab4a0d7455f/ Log:clean up some stuff in micronumpy diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/modu

[pypy-commit] pypy default: more cleanups for numpypy

2013-10-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67474:0032c1800df8 Date: 2013-10-18 00:39 -0400 http://bitbucket.org/pypy/pypy/changeset/0032c1800df8/ Log:more cleanups for numpypy diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/module/micro

[pypy-commit] pypy default: fix creation of dtype('c#')

2013-10-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67475:1b0b29ad2a80 Date: 2013-10-18 01:42 -0400 http://bitbucket.org/pypy/pypy/changeset/1b0b29ad2a80/ Log:fix creation of dtype('c#') diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module/mic

[pypy-commit] pypy default: size goes on the name not char

2013-10-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67476:e1560a7705ae Date: 2013-10-18 02:11 -0400 http://bitbucket.org/pypy/pypy/changeset/e1560a7705ae/ Log:size goes on the name not char diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module/