[pypy-commit] pypy default: test, fix issue #2090

2015-07-21 Thread mattip
Author: mattip Branch: Changeset: r78634:b0a67e1d9a20 Date: 2015-07-21 17:11 -0400 http://bitbucket.org/pypy/pypy/changeset/b0a67e1d9a20/ Log:test, fix issue #2090 diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py --- a/pypy/module/micronumpy/concrete.py

[pypy-commit] pypy nditer-buffered: more strides -> strideops module substitution

2015-07-21 Thread mattip
Author: mattip Branch: nditer-buffered Changeset: r78633:3673d97c6f8c Date: 2015-07-20 16:16 -0400 http://bitbucket.org/pypy/pypy/changeset/3673d97c6f8c/ Log:more strides -> strideops module substitution diff --git a/pypy/module/micronumpy/arrayops.py b/pypy/module/micronumpy/arrayops.py --

[pypy-commit] pypy default: document branch

2015-07-21 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r78632:919340f70c2a Date: 2015-07-21 19:40 +0100 http://bitbucket.org/pypy/pypy/changeset/919340f70c2a/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-hea

[pypy-commit] pypy default: merge branch 'numpy-docstrings'

2015-07-21 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r78631:89862db1c9f1 Date: 2015-07-21 19:38 +0100 http://bitbucket.org/pypy/pypy/changeset/89862db1c9f1/ Log:merge branch 'numpy-docstrings' diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronump

[pypy-commit] pypy numpy-docstrings: close branch before merging

2015-07-21 Thread rlamy
Author: Ronan Lamy Branch: numpy-docstrings Changeset: r78630:446ec1af195f Date: 2015-07-21 19:38 +0100 http://bitbucket.org/pypy/pypy/changeset/446ec1af195f/ Log:close branch before merging ___ pypy-commit mailing list pypy-commit@python.org https

[pypy-commit] pypy default: Issue #2081: mips64 patch for stacklet

2015-07-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r78629:1fcd70b936df Date: 2015-07-21 19:48 +0200 http://bitbucket.org/pypy/pypy/changeset/1fcd70b936df/ Log:Issue #2081: mips64 patch for stacklet diff --git a/rpython/translator/c/src/stacklet/slp_platformselect.h b/rpython/translator/c/src/stacklet/s

[pypy-commit] pypy default: Unsure, but it may be the case that int_is_true is better...

2015-07-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r78628:8250500bac26 Date: 2015-07-21 19:39 +0200 http://bitbucket.org/pypy/pypy/changeset/8250500bac26/ Log:Unsure, but it may be the case that int_is_true is better... diff --git a/rpython/rtyper/rbuiltin.py b/rpython/rtyper/rbuiltin.py --- a/rpython/r

[pypy-commit] pypy py3.3: Add 'n' and 'N' struct conversion codes.

2015-07-21 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78627:a6a689eac5da Date: 2015-07-21 18:19 +0200 http://bitbucket.org/pypy/pypy/changeset/a6a689eac5da/ Log:Add 'n' and 'N' struct conversion codes. diff --git a/pypy/module/struct/test/test_struct.py b/pypy/module/struct/test/test_struct.py ---

[pypy-commit] pypy default: silence this warning, it seems we never look at them anyway

2015-07-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r78626:1c952f7cf89a Date: 2015-07-21 14:49 +0200 http://bitbucket.org/pypy/pypy/changeset/1c952f7cf89a/ Log:silence this warning, it seems we never look at them anyway diff --git a/rpython/rtyper/rclass.py b/rpython/rtyper/rclass.py --- a/rpytho

[pypy-commit] pypy default: Fix for casts from r_longlong to bool on 32-bit

2015-07-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r78625:27cf9aad1e7d Date: 2015-07-21 14:07 +0200 http://bitbucket.org/pypy/pypy/changeset/27cf9aad1e7d/ Log:Fix for casts from r_longlong to bool on 32-bit diff --git a/rpython/jit/codewriter/jtransform.py b/rpython/jit/codewriter/jtransform.py --- a/r

[pypy-commit] pypy default: Add another test (passing)

2015-07-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r78621:a1acfcae73b3 Date: 2015-07-21 12:21 +0200 http://bitbucket.org/pypy/pypy/changeset/a1acfcae73b3/ Log:Add another test (passing) diff --git a/rpython/jit/codewriter/test/test_flatten.py b/rpython/jit/codewriter/test/test_flatten.py --- a/rpython/

[pypy-commit] pypy default: More tests, one fix for cast_primitive(Bool, r_longlong())

2015-07-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r78624:530d71942802 Date: 2015-07-21 13:27 +0200 http://bitbucket.org/pypy/pypy/changeset/530d71942802/ Log:More tests, one fix for cast_primitive(Bool, r_longlong()) diff --git a/rpython/rtyper/rbuiltin.py b/rpython/rtyper/rbuiltin.py --- a/rpython/rty

[pypy-commit] pypy default: Add a test (passing at least on C compilers with _Bool)

2015-07-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r78622:ff0ebb4b3a7d Date: 2015-07-21 12:22 +0200 http://bitbucket.org/pypy/pypy/changeset/ff0ebb4b3a7d/ Log:Add a test (passing at least on C compilers with _Bool) diff --git a/rpython/translator/c/test/test_lltyped.py b/rpython/translator/c/test/test_

[pypy-commit] pypy default: Issue #2086: attempted fix

2015-07-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r78623:55c0403ff1d9 Date: 2015-07-21 13:15 +0200 http://bitbucket.org/pypy/pypy/changeset/55c0403ff1d9/ Log:Issue #2086: attempted fix diff --git a/pypy/module/cpyext/include/modsupport.h b/pypy/module/cpyext/include/modsupport.h --- a/pypy/module/cpye