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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
---
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
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
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
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
21 matches
Mail list logo