[pypy-commit] extradoc extradoc: Add new topics

2014-12-04 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5477:b636f7bce759 Date: 2014-12-04 14:18 +0530 http://bitbucket.org/pypy/extradoc/changeset/b636f7bce759/ Log:Add new topics diff --git a/talk/scipyindia2014/talk.rst b/talk/scipyindia2014/talk.rst --- a/talk/scipyindia2014/talk.rst +++

[pypy-commit] creflect default: type definitions

2014-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r146:910d0436c9ff Date: 2014-12-04 13:18 +0100 http://bitbucket.org/cffi/creflect/changeset/910d0436c9ff/ Log:type definitions diff --git a/zeffir/builder.c b/zeffir/builder.c --- a/zeffir/builder.c +++ b/zeffir/builder.c @@ -20,9 +20,6 @@ PyObject

[pypy-commit] creflect default: Finding the closest integer type matching the size: move that logic out

2014-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r145:e7243eb19cf3 Date: 2014-12-04 13:15 +0100 http://bitbucket.org/cffi/creflect/changeset/e7243eb19cf3/ Log:Finding the closest integer type matching the size: move that logic out of creflect_debug_print.c, because it is generally useful diff

[pypy-commit] creflect default: clean-ups, small stuff

2014-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r144:aab3d6122236 Date: 2014-12-04 12:15 +0100 http://bitbucket.org/cffi/creflect/changeset/aab3d6122236/ Log:clean-ups, small stuff diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -4,7 +4,6 @@ setup( ext_modules=[ Exten

[pypy-commit] creflect default: a test

2014-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r147:6b080d10e199 Date: 2014-12-04 13:22 +0100 http://bitbucket.org/cffi/creflect/changeset/6b080d10e199/ Log:a test diff --git a/creflect/test/codegen/003j.c b/creflect/test/codegen/003j.c new file mode 100644 --- /dev/null +++ b/creflect/test/codegen/

[pypy-commit] creflect default: guess the float types, like we do the integer types

2014-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r148:3471b7c2e683 Date: 2014-12-04 13:28 +0100 http://bitbucket.org/cffi/creflect/changeset/3471b7c2e683/ Log:guess the float types, like we do the integer types diff --git a/creflect/creflect.h b/creflect/creflect.h --- a/creflect/creflect.h +++ b/cref

[pypy-commit] creflect default: add passing tests

2014-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r149:bee544ef3a06 Date: 2014-12-04 13:31 +0100 http://bitbucket.org/cffi/creflect/changeset/bee544ef3a06/ Log:add passing tests diff --git a/zeffir/test/ctype.crx b/zeffir/test/ctype.crx --- a/zeffir/test/ctype.crx +++ b/zeffir/test/ctype.crx @@ -1,9 +1

[pypy-commit] creflect default: unknown types

2014-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r150:121223620cdd Date: 2014-12-04 16:08 +0100 http://bitbucket.org/cffi/creflect/changeset/121223620cdd/ Log:unknown types diff --git a/zeffir/ffi_obj.c b/zeffir/ffi_obj.c --- a/zeffir/ffi_obj.c +++ b/zeffir/ffi_obj.c @@ -134,7 +134,7 @@ retur

[pypy-commit] creflect default: progress

2014-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r151:558efbc52db3 Date: 2014-12-04 17:49 +0100 http://bitbucket.org/cffi/creflect/changeset/558efbc52db3/ Log:progress diff --git a/zeffir/builder.c b/zeffir/builder.c --- a/zeffir/builder.c +++ b/zeffir/builder.c @@ -286,7 +286,20 @@ static _crx_qua

[pypy-commit] pypy default: enable sum/prod test_zjits

2014-12-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74813:624d6b4b60ce Date: 2014-12-04 12:31 -0500 http://bitbucket.org/pypy/pypy/changeset/624d6b4b60ce/ Log:enable sum/prod test_zjits diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py --- a/pypy/module/

[pypy-commit] pypy default: enable axissum test_zjit

2014-12-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74811:39760476cedc Date: 2014-12-04 12:16 -0500 http://bitbucket.org/pypy/pypy/changeset/39760476cedc/ Log:enable axissum test_zjit diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py --- a/pypy/module/mi

[pypy-commit] pypy default: enable min/max in test_zjit

2014-12-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74814:ac1f001ff1c0 Date: 2014-12-04 13:13 -0500 http://bitbucket.org/pypy/pypy/changeset/ac1f001ff1c0/ Log:enable min/max in test_zjit diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py --- a/pypy/module

[pypy-commit] pypy default: avoid tracking an iterator index in axis_reduce

2014-12-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74812:e9c67f6fba33 Date: 2014-12-04 12:23 -0500 http://bitbucket.org/pypy/pypy/changeset/e9c67f6fba33/ Log:avoid tracking an iterator index in axis_reduce diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/module/

[pypy-commit] cffi podshumok/add-source_extnsion-param-to-verifier-1417477338819: add source_extnsion param to Verifier

2014-12-04 Thread podshumok
Author: podshumok Branch: podshumok/add-source_extnsion-param-to-verifier-1417477338819 Changeset: r1583:d82365905c32 Date: 2014-12-01 23:42 + http://bitbucket.org/cffi/cffi/changeset/d82365905c32/ Log:add source_extnsion param to Verifier diff --git a/cffi/verifier.py b/cffi/verifier.py

[pypy-commit] cffi default: Merged in podshumok/cffi/podshumok/add-source_extnsion-param-to-verifier-1417477338819 (pull request #54)

2014-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r1584:c5c87b3b1c00 Date: 2014-12-04 19:22 +0100 http://bitbucket.org/cffi/cffi/changeset/c5c87b3b1c00/ Log:Merged in podshumok/cffi/podshumok/add-source_extnsion-param-to- verifier-1417477338819 (pull request #54) add source_extnsion par

[pypy-commit] cffi default: Document c5c87b3b1c00

2014-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r1585:2b86c5dc1331 Date: 2014-12-04 19:27 +0100 http://bitbucket.org/cffi/cffi/changeset/2b86c5dc1331/ Log:Document c5c87b3b1c00 diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -667,6 +66

[pypy-commit] pypy default: add test_pypy_c for flatiter next

2014-12-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74815:d62d6a8c4809 Date: 2014-12-04 15:00 -0500 http://bitbucket.org/pypy/pypy/changeset/d62d6a8c4809/ Log:add test_pypy_c for flatiter next diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py b/pypy/module/pypyjit/test_pypy_c/test_micro

[pypy-commit] pypy default: use mutating iterator state in flatiter

2014-12-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74817:cdcc29b5a5eb Date: 2014-12-04 15:00 -0500 http://bitbucket.org/pypy/pypy/changeset/cdcc29b5a5eb/ Log:use mutating iterator state in flatiter diff --git a/pypy/module/micronumpy/flatiter.py b/pypy/module/micronumpy/flatiter.py --- a/pypy/module

[pypy-commit] pypy default: support mutate flag to iterator next/reset

2014-12-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74816:e920a686f245 Date: 2014-12-04 14:32 -0500 http://bitbucket.org/pypy/pypy/changeset/e920a686f245/ Log:support mutate flag to iterator next/reset diff --git a/pypy/module/micronumpy/iterators.py b/pypy/module/micronumpy/iterators.py --- a/pypy/m

[pypy-commit] creflect default: function types

2014-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r153:bfdb3cb4b9b4 Date: 2014-12-04 22:45 +0100 http://bitbucket.org/cffi/creflect/changeset/bfdb3cb4b9b4/ Log:function types diff --git a/zeffir/builder.c b/zeffir/builder.c --- a/zeffir/builder.c +++ b/zeffir/builder.c @@ -10,32 +10,38 @@ PyObject

[pypy-commit] creflect default: Accept (and ignore) variable names after "long" (they were already

2014-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r152:f9f839119f6e Date: 2014-12-04 22:42 +0100 http://bitbucket.org/cffi/creflect/changeset/f9f839119f6e/ Log:Accept (and ignore) variable names after "long" (they were already accepted after "int") diff --git a/creflect/creflect_cdecl.c b/crefl

[pypy-commit] creflect default: functions with '...'

2014-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r154:47c327664396 Date: 2014-12-04 22:49 +0100 http://bitbucket.org/cffi/creflect/changeset/47c327664396/ Log:functions with '...' diff --git a/zeffir/builder.c b/zeffir/builder.c --- a/zeffir/builder.c +++ b/zeffir/builder.c @@ -153,9 +153,9 @@ re

[pypy-commit] pypy default: add a test_pypy_c for array.any()

2014-12-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74818:ff4204895657 Date: 2014-12-04 17:00 -0500 http://bitbucket.org/pypy/pypy/changeset/ff4204895657/ Log:add a test_pypy_c for array.any() diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py b/pypy/module/pypyjit/test_pypy_c/test_micro

[pypy-commit] creflect default: tweaks

2014-12-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r155:7c6a10d45a9d Date: 2014-12-04 22:59 +0100 http://bitbucket.org/cffi/creflect/changeset/7c6a10d45a9d/ Log:tweaks diff --git a/zeffir/builder.c b/zeffir/builder.c --- a/zeffir/builder.c +++ b/zeffir/builder.c @@ -563,11 +563,11 @@ PyErr_

[pypy-commit] pypy default: cleanups

2014-12-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74819:a0e9ee8c4971 Date: 2014-12-04 17:57 -0500 http://bitbucket.org/pypy/pypy/changeset/a0e9ee8c4971/ Log:cleanups diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/module/micronumpy/types.py +++ b/pypy/module

[pypy-commit] pypy default: cleanup some numpy test_pypy_c tests

2014-12-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74820:e99e8fe69789 Date: 2014-12-04 20:35 -0500 http://bitbucket.org/pypy/pypy/changeset/e99e8fe69789/ Log:cleanup some numpy test_pypy_c tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py b/pypy/module/pypyjit/test_pypy_c/test_mi

[pypy-commit] pypy default: add test_pypy_c for logical_xor.reduce

2014-12-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74822:81a86598865d Date: 2014-12-04 20:25 -0500 http://bitbucket.org/pypy/pypy/changeset/81a86598865d/ Log:add test_pypy_c for logical_xor.reduce diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py b/pypy/module/pypyjit/test_pypy_c/test_

[pypy-commit] pypy default: simplify array.any test_pypy_c to use reduce directly

2014-12-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74821:e301f280ff33 Date: 2014-12-04 20:24 -0500 http://bitbucket.org/pypy/pypy/changeset/e301f280ff33/ Log:simplify array.any test_pypy_c to use reduce directly diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py b/pypy/module/pypyjit/te

[pypy-commit] pypy default: fix this test_pypy_c, these numbers can vary

2014-12-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74823:e27f4fbd7134 Date: 2014-12-04 21:57 -0500 http://bitbucket.org/pypy/pypy/changeset/e27f4fbd7134/ Log:fix this test_pypy_c, these numbers can vary diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py b/pypy/module/pypyjit/test_pypy_c

[pypy-commit] pypy default: test/fix ufunc reduce with comparison func when dtype specified

2014-12-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74824:4213885db36d Date: 2014-12-05 00:23 -0500 http://bitbucket.org/pypy/pypy/changeset/4213885db36d/ Log:test/fix ufunc reduce with comparison func when dtype specified diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronum