[pypy-commit] pypy object-dtype2: add upstream compatible logic to allow True for 'foo' != np.arange(3)[1] in a shorcut hack

2015-04-23 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76898:cbba3abb9864 Date: 2015-04-23 10:52 +0300 http://bitbucket.org/pypy/pypy/changeset/cbba3abb9864/ Log:add upstream compatible logic to allow True for 'foo' != np.arange(3)[1] in a shorcut hack diff --git a/pypy/module/micronumpy/t

[pypy-commit] pypy default: hack to support pytest 2.7

2015-04-23 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76899:a24deef350ce Date: 2015-04-23 17:13 +0100 http://bitbucket.org/pypy/pypy/changeset/a24deef350ce/ Log:hack to support pytest 2.7 diff --git a/pypy/tool/pytest/appsupport.py b/pypy/tool/pytest/appsupport.py --- a/pypy/tool/pytest/appsupport.py +++

[pypy-commit] pypy default: fix/update whatsnew-head with an eye towards PyPy 2.6

2015-04-23 Thread mattip
Author: mattip Branch: Changeset: r76901:3d4aa967c95c Date: 2015-04-23 19:57 +0300 http://bitbucket.org/pypy/pypy/changeset/3d4aa967c95c/ Log:fix/update whatsnew-head with an eye towards PyPy 2.6 diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-he

[pypy-commit] pypy object-dtype2: merge default into branch

2015-04-23 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76902:fcc3a72a167e Date: 2015-04-23 19:58 +0300 http://bitbucket.org/pypy/pypy/changeset/fcc3a72a167e/ Log:merge default into branch diff too long, truncating to 2000 out of 2315 lines diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsn

[pypy-commit] pypy object-dtype2: document branch to be closed

2015-04-23 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76903:cc8c8b4aba30 Date: 2015-04-23 20:00 +0300 http://bitbucket.org/pypy/pypy/changeset/cc8c8b4aba30/ Log:document branch to be closed diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b

[pypy-commit] pypy object-dtype2: close branch to be merged

2015-04-23 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76904:03977f2520fe Date: 2015-04-23 20:00 +0300 http://bitbucket.org/pypy/pypy/changeset/03977f2520fe/ Log:close branch to be merged ___ pypy-commit mailing list pypy-commit@python.org https://mail.p

[pypy-commit] pypy object-dtype2: adjust tests to pass -A, leave fixing pypy to after branch merge

2015-04-23 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76900:7f4e8ce39e3a Date: 2015-04-23 18:41 +0300 http://bitbucket.org/pypy/pypy/changeset/7f4e8ce39e3a/ Log:adjust tests to pass -A, leave fixing pypy to after branch merge diff --git a/pypy/module/micronumpy/test/test_object_arrays.py b/pypy/

[pypy-commit] pypy default: merge in object-dtype2, which provides an object dtype for numpy

2015-04-23 Thread mattip
Author: mattip Branch: Changeset: r76905:bc2c76a447dc Date: 2015-04-23 20:01 +0300 http://bitbucket.org/pypy/pypy/changeset/bc2c76a447dc/ Log:merge in object-dtype2, which provides an object dtype for numpy diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/

[pypy-commit] pypy default: skip one more object non-implemented feature

2015-04-23 Thread mattip
Author: mattip Branch: Changeset: r76906:86b0eb2de56f Date: 2015-04-23 22:24 +0300 http://bitbucket.org/pypy/pypy/changeset/86b0eb2de56f/ Log:skip one more object non-implemented feature diff --git a/pypy/module/micronumpy/test/test_selection.py b/pypy/module/micronumpy/test/test_selection

[pypy-commit] pypy default: fix astype creation to match memory layout of source array

2015-04-23 Thread mattip
Author: mattip Branch: Changeset: r76907:d198d926afb8 Date: 2015-04-23 22:24 +0300 http://bitbucket.org/pypy/pypy/changeset/d198d926afb8/ Log:fix astype creation to match memory layout of source array diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py ---

[pypy-commit] pypy.org extradoc: update the values

2015-04-23 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r595:fe9e99ca741b Date: 2015-04-23 22:36 +0200 http://bitbucket.org/pypy/pypy.org/changeset/fe9e99ca741b/ Log:update the values diff --git a/don4.html b/don4.html --- a/don4.html +++ b/don4.html @@ -9,7 +9,7 @@ $(function() { $("#progr

[pypy-commit] pypy py3k: Fix the _curses module to work with Python3.

2015-04-23 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r76908:105de1f4b6b3 Date: 2015-04-23 23:24 +0200 http://bitbucket.org/pypy/pypy/changeset/105de1f4b6b3/ Log:Fix the _curses module to work with Python3. Also fix test_curses which is still in CPython3.2... Apply fix from CP

[pypy-commit] pypy can_cast: create W_Dtype.can_cast_to()

2015-04-23 Thread rlamy
Author: Ronan Lamy Branch: can_cast Changeset: r76910:9e8922d9dce5 Date: 2015-04-23 20:32 +0100 http://bitbucket.org/pypy/pypy/changeset/9e8922d9dce5/ Log:create W_Dtype.can_cast_to() diff --git a/pypy/module/micronumpy/arrayops.py b/pypy/module/micronumpy/arrayops.py --- a/pypy/module/micr

[pypy-commit] pypy can_cast: extract as_dtype() from result_type() so it can be used in can_cast() as well

2015-04-23 Thread rlamy
Author: Ronan Lamy Branch: can_cast Changeset: r76909:6048923edd3e Date: 2015-04-23 14:37 +0100 http://bitbucket.org/pypy/pypy/changeset/6048923edd3e/ Log:extract as_dtype() from result_type() so it can be used in can_cast() as well diff --git a/pypy/module/micronumpy/arrayops.py b/

[pypy-commit] pypy can_cast: hg merge default

2015-04-23 Thread rlamy
Author: Ronan Lamy Branch: can_cast Changeset: r76911:1894fda8b437 Date: 2015-04-23 21:57 +0100 http://bitbucket.org/pypy/pypy/changeset/1894fda8b437/ Log:hg merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/wha

[pypy-commit] pypy can_cast: remove num, kind, char from W_Dtype

2015-04-23 Thread rlamy
Author: Ronan Lamy Branch: can_cast Changeset: r76914:05d75330bba0 Date: 2015-04-24 06:00 +0100 http://bitbucket.org/pypy/pypy/changeset/05d75330bba0/ Log:remove num, kind, char from W_Dtype diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micronumpy/descriptor.py --- a/pypy/

[pypy-commit] pypy can_cast: Add num, kind and char information to the itemtypes

2015-04-23 Thread rlamy
Author: Ronan Lamy Branch: can_cast Changeset: r76913:0efb8027fc48 Date: 2015-04-24 04:18 +0100 http://bitbucket.org/pypy/pypy/changeset/0efb8027fc48/ Log:Add num, kind and char information to the itemtypes diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/

[pypy-commit] pypy can_cast: remove (almost) unused w_intpdtype and w_uintpdtype

2015-04-23 Thread rlamy
Author: Ronan Lamy Branch: can_cast Changeset: r76912:c009ce07c90f Date: 2015-04-24 04:17 +0100 http://bitbucket.org/pypy/pypy/changeset/c009ce07c90f/ Log:remove (almost) unused w_intpdtype and w_uintpdtype diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micronumpy/descripto

[pypy-commit] buildbot default: add anubis64

2015-04-23 Thread mattip
Author: mattip Branch: Changeset: r949:98c105c0aaef Date: 2015-04-24 08:14 +0300 http://bitbucket.org/pypy/buildbot/changeset/98c105c0aaef/ Log:add anubis64 diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -36,3 +36,4 @@ *-win-x86-64 slave/pypy-buildbot master/pypy-b

[pypy-commit] pypy default: skip if translated, test is useful for development only

2015-04-23 Thread mattip
Author: mattip Branch: Changeset: r76915:8117b0f94004 Date: 2015-04-24 08:42 +0300 http://bitbucket.org/pypy/pypy/changeset/8117b0f94004/ Log:skip if translated, test is useful for development only diff --git a/pypy/module/micronumpy/test/test_object_arrays.py b/pypy/module/micronumpy/test