[pypy-commit] pypy newindex: add simple (failing) tests for newindex

2012-03-17 Thread MichaelBlume
Author: Mike Blume Branch: newindex Changeset: r53751:b3eff16f15be Date: 2012-03-14 15:22 -0700 http://bitbucket.org/pypy/pypy/changeset/b3eff16f15be/ Log:add simple (failing) tests for newindex diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_num

[pypy-commit] pypy newindex: hack in support for [None] to create new index

2012-03-17 Thread MichaelBlume
Author: Mike Blume Branch: newindex Changeset: r53752:4805ca9b8d4c Date: 2012-03-14 15:04 -0700 http://bitbucket.org/pypy/pypy/changeset/4805ca9b8d4c/ Log:hack in support for [None] to create new index diff --git a/pypy/module/micronumpy/interp_iter.py b/pypy/module/micronumpy/interp_iter.p

[pypy-commit] pypy newindex: the name in numpy is actually newaxis -- make sure keywords make sense

2012-03-17 Thread MichaelBlume
Author: Mike Blume Branch: newindex Changeset: r53754:dc7baf8b94ea Date: 2012-03-14 16:35 -0700 http://bitbucket.org/pypy/pypy/changeset/dc7baf8b94ea/ Log:the name in numpy is actually newaxis -- make sure keywords make sense diff --git a/pypy/module/micronumpy/interp_iter.py b/pypy

[pypy-commit] pypy newindex: add newaxis keyword to numpy.numeric

2012-03-17 Thread MichaelBlume
Author: Mike Blume Branch: newindex Changeset: r53753:db64d273fc46 Date: 2012-03-14 16:06 -0700 http://bitbucket.org/pypy/pypy/changeset/db64d273fc46/ Log:add newaxis keyword to numpy.numeric diff --git a/lib_pypy/numpypy/core/numeric.py b/lib_pypy/numpypy/core/numeric.py --- a/lib_pypy/nump

[pypy-commit] pypy newindex: new tests

2012-03-17 Thread MichaelBlume
Author: Mike Blume Branch: newindex Changeset: r53756:bf21ed82269d Date: 2012-03-14 17:20 -0700 http://bitbucket.org/pypy/pypy/changeset/bf21ed82269d/ Log:new tests diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/pypy/module/mic

[pypy-commit] pypy newindex: fix a couple more function names

2012-03-17 Thread MichaelBlume
Author: Mike Blume Branch: newindex Changeset: r53755:4993a391e3b0 Date: 2012-03-14 17:20 -0700 http://bitbucket.org/pypy/pypy/changeset/4993a391e3b0/ Log:fix a couple more function names diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.p

[pypy-commit] pypy newindex: still more tests

2012-03-17 Thread MichaelBlume
Author: Mike Blume Branch: newindex Changeset: r53757:cb80a924de4c Date: 2012-03-14 17:25 -0700 http://bitbucket.org/pypy/pypy/changeset/cb80a924de4c/ Log:still more tests slice then newaxis, newaxis then slice diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module

[pypy-commit] pypy float-bytes: mostly working on 32-bit, reslts are still in longs, unclear if that's a bug on my end or I just need to call getfloatstorage in the tests

2012-03-17 Thread alex_gaynor
Author: Alex Gaynor Branch: float-bytes Changeset: r53759:441eaef46d36 Date: 2012-03-17 15:30 +0100 http://bitbucket.org/pypy/pypy/changeset/441eaef46d36/ Log:mostly working on 32-bit, reslts are still in longs, unclear if that's a bug on my end or I just need to call getfloatstorage

[pypy-commit] pypy arm-backend-2: set the -fPIC compiler flag when running on linux for ARM

2012-03-17 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r53760:29963b68f806 Date: 2012-03-17 15:32 + http://bitbucket.org/pypy/pypy/changeset/29963b68f806/ Log:set the -fPIC compiler flag when running on linux for ARM diff --git a/pypy/translator/platform/linux.py b/pypy/translator/pla

[pypy-commit] pypy float-bytes: fix for 32-bits

2012-03-17 Thread alex_gaynor
Author: Alex Gaynor Branch: float-bytes Changeset: r53762:23235feffeef Date: 2012-03-17 11:08 -0500 http://bitbucket.org/pypy/pypy/changeset/23235feffeef/ Log:fix for 32-bits diff --git a/pypy/jit/metainterp/test/test_ajit.py b/pypy/jit/metainterp/test/test_ajit.py --- a/pypy/jit/metainterp

[pypy-commit] pypy float-bytes: make native fmttable use longlong2float for converting stff

2012-03-17 Thread alex_gaynor
Author: Alex Gaynor Branch: float-bytes Changeset: r53763:fbc8899a0a46 Date: 2012-03-17 11:34 -0500 http://bitbucket.org/pypy/pypy/changeset/fbc8899a0a46/ Log:make native fmttable use longlong2float for converting stff diff --git a/pypy/rlib/rstruct/nativefmttable.py b/pypy/rlib/rstruct/nat

[pypy-commit] pypy win64-stage1: I disabled the CLI tests after I found out that the linux buildbot

2012-03-17 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53764:1f574b5b1f75 Date: 2012-03-18 01:01 +0100 http://bitbucket.org/pypy/pypy/changeset/1f574b5b1f75/ Log:I disabled the CLI tests after I found out that the linux buildbot don's have the mono framework installed. On windows,

[pypy-commit] pypy win64-stage1: hg merge default

2012-03-17 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53765:ad31bbc1cfdf Date: 2012-03-18 01:11 +0100 http://bitbucket.org/pypy/pypy/changeset/ad31bbc1cfdf/ Log:hg merge default diff --git a/lib_pypy/numpypy/core/numeric.py b/lib_pypy/numpypy/core/numeric.py --- a/lib_pypy/numpypy/core/n

[pypy-commit] pypy default: I disabled the CLI tests after I found out that the linux buildbot

2012-03-17 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53766:f623fa804db5 Date: 2012-03-18 01:09 +0100 http://bitbucket.org/pypy/pypy/changeset/f623fa804db5/ Log:I disabled the CLI tests after I found out that the linux buildbot don's have the mono framework installed. On windows, it always is

[pypy-commit] pypy default: Merge

2012-03-17 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53767:c29aa5160f63 Date: 2012-03-18 01:13 +0100 http://bitbucket.org/pypy/pypy/changeset/c29aa5160f63/ Log:Merge diff --git a/lib_pypy/numpypy/core/numeric.py b/lib_pypy/numpypy/core/numeric.py --- a/lib_pypy/numpypy/core/numeric.py +++ b/lib_pyp

[pypy-commit] pypy win64-stage1: hg merge default

2012-03-17 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53768:7848d688dd18 Date: 2012-03-18 01:16 +0100 http://bitbucket.org/pypy/pypy/changeset/7848d688dd18/ Log:hg merge default ___ pypy-commit mailing list pypy-commit@python.org http://mail.py

[pypy-commit] pypy default: win64 stage 1 is completely synchronized with default. Starting stage 2 soon.

2012-03-17 Thread ctismer
Author: Christian Tismer Branch: Changeset: r53769:42cadb130935 Date: 2012-03-18 02:21 +0100 http://bitbucket.org/pypy/pypy/changeset/42cadb130935/ Log:win64 stage 1 is completely synchronized with default. Starting stage 2 soon. diff --git a/pypy/__init__.py b/pypy/__init__.py ---

[pypy-commit] pypy win64-stage1: win64 stage 1 is completely synchronized with default. Starting stage 2 soon.

2012-03-17 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53770:4dc2c43132d0 Date: 2012-03-18 02:21 +0100 http://bitbucket.org/pypy/pypy/changeset/4dc2c43132d0/ Log:win64 stage 1 is completely synchronized with default. Starting stage 2 soon. diff --git a/pypy/__init__.py b/pypy/__in

[pypy-commit] pypy win64-stage1: hg merge default

2012-03-17 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r53771:5145e3690f38 Date: 2012-03-18 02:25 +0100 http://bitbucket.org/pypy/pypy/changeset/5145e3690f38/ Log:hg merge default ___ pypy-commit mailing list pypy-commit@python.org http://mail.py

[pypy-commit] pypy default: don't use space.w_NoneType, fixes zjit tests

2012-03-17 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r53772:207239d36cb6 Date: 2012-03-18 08:34 +0200 http://bitbucket.org/pypy/pypy/changeset/207239d36cb6/ Log:don't use space.w_NoneType, fixes zjit tests diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numa

[pypy-commit] pypy default: it's a valid int if space.wrap worked I think

2012-03-17 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r53773:66d5b597f106 Date: 2012-03-18 08:44 +0200 http://bitbucket.org/pypy/pypy/changeset/66d5b597f106/ Log:it's a valid int if space.wrap worked I think diff --git a/pypy/module/_ssl/test/test_ssl.py b/pypy/module/_ssl/test/test_ssl.py --- a/p