Author: Amaury Forgeot d'Arc
Branch: cpyext-ext
Changeset: r81497:5f5896c1b060
Date: 2015-12-30 01:43 +0100
http://bitbucket.org/pypy/pypy/changeset/5f5896c1b060/
Log:Fix appdirect test: CPython does not have a dictionary for C types.
(cpyext should maybe do the same, but this is anot
Author: Amaury Forgeot d'Arc
Branch: cpyext-ext
Changeset: r81498:ead9f50764bf
Date: 2015-12-30 02:28 +0100
http://bitbucket.org/pypy/pypy/changeset/ead9f50764bf/
Log:Fix a segfault with -A: a metatype always creates heap types.
diff --git a/pypy/module/cpyext/test/foo.c b/pypy/module/cpyext
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r81494:d3465d7f76a2
Date: 2015-12-30 00:38 +0100
http://bitbucket.org/pypy/pypy/changeset/d3465d7f76a2/
Log:Fix test.
diff --git a/pypy/module/cpyext/test/test_typeobject.py
b/pypy/module/cpyext/test/test_typeobject.py
--- a/pypy/module/cpyex
Author: Amaury Forgeot d'Arc
Branch: cpyext-ext
Changeset: r81496:8520e2b4b038
Date: 2015-12-30 01:36 +0100
http://bitbucket.org/pypy/pypy/changeset/8520e2b4b038/
Log:Un-skip some appdirect tests: TP_FLAGS_DEFAULT is really really
needed for all types since Python 2.2...
diff --git a
Author: Amaury Forgeot d'Arc
Branch: cpyext-ext
Changeset: r81495:270c041cd532
Date: 2015-12-30 00:38 +0100
http://bitbucket.org/pypy/pypy/changeset/270c041cd532/
Log:hg merge default
diff --git a/pypy/module/_cffi_backend/cglob.py
b/pypy/module/_cffi_backend/cglob.py
--- a/pypy/module/_cff
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r81493:9fbb68a334bc
Date: 2015-12-30 00:27 +0100
http://bitbucket.org/pypy/pypy/changeset/9fbb68a334bc/
Log:Remove error=CANNOT_FAIL: if self.__getattribute__() fails, the
exception must be propagated.
This is the default for f
Author: Richard Plangger
Branch: s390x-backend
Changeset: r81491:5670303748ca
Date: 2015-12-29 15:07 +0100
http://bitbucket.org/pypy/pypy/changeset/5670303748ca/
Log:added guard_exception to regalloc+assembler
diff --git a/rpython/jit/backend/test/runner_test.py
b/rpython/jit/backend/test/r
Author: Richard Plangger
Branch: s390x-backend
Changeset: r81492:4fbd38846596
Date: 2015-12-29 16:36 +0100
http://bitbucket.org/pypy/pypy/changeset/4fbd38846596/
Log:added save/restore exception impl
diff --git a/rpython/jit/backend/zarch/assembler.py
b/rpython/jit/backend/zarch/assembler.p
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81490:cc2bb5dd979c
Date: 2015-12-29 11:06 +0100
http://bitbucket.org/pypy/pypy/changeset/cc2bb5dd979c/
Log:Add even more test cases
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy/module/micronumpy/test/test_ndarray.py
---
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81477:cd0a7e918cd4
Date: 2015-12-20 23:42 +0100
http://bitbucket.org/pypy/pypy/changeset/cd0a7e918cd4/
Log:Fix test use .all()
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy/module/micronumpy/test/test_ndarray.py
--- a/pyp
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81471:439ca3544c0c
Date: 2015-12-19 13:21 +0100
http://bitbucket.org/pypy/pypy/changeset/439ca3544c0c/
Log:Enhance comment about mask indexing
diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py
--- a/pypy/module/mi
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81488:7f3474f2e21d
Date: 2015-12-29 10:44 +0100
http://bitbucket.org/pypy/pypy/changeset/7f3474f2e21d/
Log:Update what's new
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/do
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81489:777c771712dc
Date: 2015-12-29 10:50 +0100
http://bitbucket.org/pypy/pypy/changeset/777c771712dc/
Log:Remove useless "pass" instruction
diff --git a/pypy/module/micronumpy/strides.py
b/pypy/module/micronumpy/strides.py
--- a/pypy/modu
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81467:83a721471393
Date: 2015-12-19 11:45 +0100
http://bitbucket.org/pypy/pypy/changeset/83a721471393/
Log:Explain test
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy/module/micronumpy/test/test_ndarray.py
--- a/pypy/modul
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81470:c3da9df0e2ae
Date: 2015-12-19 13:19 +0100
http://bitbucket.org/pypy/pypy/changeset/c3da9df0e2ae/
Log:Remove duplicated code (probably mismerged)
diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py
--- a/pypy/m
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81478:1ce0385fef52
Date: 2015-12-22 19:38 +0100
http://bitbucket.org/pypy/pypy/changeset/1ce0385fef52/
Log:Fix test: use .all()
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy/module/micronumpy/test/test_ndarray.py
--- a/py
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81485:178b35c5cbc0
Date: 2015-12-24 12:28 +0100
http://bitbucket.org/pypy/pypy/changeset/178b35c5cbc0/
Log:typo: missing char
diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py
--- a/pypy/module/micronumpy/loop.py
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81484:63607714b6bf
Date: 2015-12-23 17:55 +0100
http://bitbucket.org/pypy/pypy/changeset/63607714b6bf/
Log:Add more test cases
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy/module/micronumpy/test/test_ndarray.py
--- a/pyp
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81482:df763fde4b86
Date: 2015-12-23 16:07 +0100
http://bitbucket.org/pypy/pypy/changeset/df763fde4b86/
Log:Add more test cases
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy/module/micronumpy/test/test_ndarray.py
--- a/pyp
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81469:4d65b43565ad
Date: 2015-12-19 13:17 +0100
http://bitbucket.org/pypy/pypy/changeset/4d65b43565ad/
Log:Do not use python iter() builtin as variable name
diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py
--- a/
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81475:6e03bbc50405
Date: 2015-12-20 15:19 +0100
http://bitbucket.org/pypy/pypy/changeset/6e03bbc50405/
Log:Assert partial data correcteness during test
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy/module/micronumpy/test/
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81486:0c6658a532bc
Date: 2015-12-28 12:40 +0100
http://bitbucket.org/pypy/pypy/changeset/0c6658a532bc/
Log:Add a failing test for issue 1717
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy/module/micronumpy/test/test_ndarra
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81466:ab0bd18d4930
Date: 2015-12-19 11:35 +0100
http://bitbucket.org/pypy/pypy/changeset/ab0bd18d4930/
Log:Minimize importing
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy/module/micronumpy/test/test_ndarray.py
--- a/pypy
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81480:a9d3428f8847
Date: 2015-12-23 15:30 +0100
http://bitbucket.org/pypy/pypy/changeset/a9d3428f8847/
Log:Make test look consistent with other ones
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy/module/micronumpy/test/tes
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81465:ed761ed18fa8
Date: 2015-12-19 11:33 +0100
http://bitbucket.org/pypy/pypy/changeset/ed761ed18fa8/
Log:Add a failing test for issue #1674
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy/module/micronumpy/test/test_ndarr
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81473:db42d5d777fb
Date: 2015-12-20 11:45 +0100
http://bitbucket.org/pypy/pypy/changeset/db42d5d777fb/
Log:Remove unused variable
diff --git a/pypy/module/micronumpy/concrete.py
b/pypy/module/micronumpy/concrete.py
--- a/pypy/module/micron
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81487:9a96c6616c0e
Date: 2015-12-28 16:54 +0100
http://bitbucket.org/pypy/pypy/changeset/9a96c6616c0e/
Log:Better comment for array filtering
diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py
--- a/pypy/module/mic
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81464:af3b098d0960
Date: 2015-12-19 09:46 +0100
http://bitbucket.org/pypy/pypy/changeset/af3b098d0960/
Log:new branch
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/ma
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81472:27cc5b303584
Date: 2015-12-20 11:09 +0100
http://bitbucket.org/pypy/pypy/changeset/27cc5b303584/
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/
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81468:ca41c0fd4a7e
Date: 2015-12-19 12:03 +0100
http://bitbucket.org/pypy/pypy/changeset/ca41c0fd4a7e/
Log:Add missing import
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy/module/micronumpy/test/test_ndarray.py
--- a/pypy
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81479:5cc3ef540d5d
Date: 2015-12-23 15:29 +0100
http://bitbucket.org/pypy/pypy/changeset/5cc3ef540d5d/
Log:Move array indexing + slice into its own test
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy/module/micronumpy/test
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81474:2d9b651eafea
Date: 2015-12-20 13:22 +0100
http://bitbucket.org/pypy/pypy/changeset/2d9b651eafea/
Log:Add test case: dual indexing mask+selection in the other order
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy/modul
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81483:bd0b3e017721
Date: 2015-12-23 17:45 +0100
http://bitbucket.org/pypy/pypy/changeset/bd0b3e017721/
Log:Add more test cases from numpy doc 1 fail 1 pass
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy/module/micronumpy/t
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81476:13b371329caa
Date: 2015-12-20 23:11 +0100
http://bitbucket.org/pypy/pypy/changeset/13b371329caa/
Log:Add test case: dual indexing integer array+selection
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy/module/micronum
Author: Vincent Legoll
Branch: fix-1674
Changeset: r81481:905da6af2d4c
Date: 2015-12-23 15:36 +0100
http://bitbucket.org/pypy/pypy/changeset/905da6af2d4c/
Log:Add more test cases
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy/module/micronumpy/test/test_ndarray.py
--- a/pyp
35 matches
Mail list logo