[pypy-commit] pypy win32-optionals: improve error message if option violates require= kwarg, add largeaddressaware, pass tests

2015-05-13 Thread mattip
Author: mattip Branch: win32-optionals Changeset: r77317:7fce038262bd Date: 2015-05-14 01:03 +0300 http://bitbucket.org/pypy/pypy/changeset/7fce038262bd/ Log:improve error message if option violates require= kwarg, add largeaddressaware, pass tests diff --git a/rpython/config/config.

[pypy-commit] pypy win32-optionals: use sys.platform instead of 'host' in --platform to utilize Option.requires

2015-05-13 Thread mattip
Author: mattip Branch: win32-optionals Changeset: r77316:211990006cf0 Date: 2015-05-13 23:51 +0300 http://bitbucket.org/pypy/pypy/changeset/211990006cf0/ Log:use sys.platform instead of 'host' in --platform to utilize Option.requires diff --git a/rpython/config/translationoption.py

[pypy-commit] pypy win32-optionals: start branch to support pythonw.exe, largeaddressaware on win32

2015-05-13 Thread mattip
Author: mattip Branch: win32-optionals Changeset: r77315:f980677058fe Date: 2015-05-13 23:48 +0300 http://bitbucket.org/pypy/pypy/changeset/f980677058fe/ Log:start branch to support pythonw.exe, largeaddressaware on win32 diff --git a/rpython/config/translationoption.py b/rpython/config/tra

[pypy-commit] pypy fix-result-types: support 'casting' argument in unary ufuncs

2015-05-13 Thread rlamy
Author: Ronan Lamy Branch: fix-result-types Changeset: r77314:e7146ca785d0 Date: 2015-05-13 20:33 +0100 http://bitbucket.org/pypy/pypy/changeset/e7146ca785d0/ Log:support 'casting' argument in unary ufuncs diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test

[pypy-commit] pypy fix-result-types: move more stuff inside find_specialization()

2015-05-13 Thread rlamy
Author: Ronan Lamy Branch: fix-result-types Changeset: r77311:65d85120736d Date: 2015-05-13 04:42 +0100 http://bitbucket.org/pypy/pypy/changeset/65d85120736d/ Log:move more stuff inside find_specialization() diff --git a/pypy/module/micronumpy/ufuncs.py b/pypy/module/micronumpy/ufuncs.py ---

[pypy-commit] pypy fix-result-types: hg merge default

2015-05-13 Thread rlamy
Author: Ronan Lamy Branch: fix-result-types Changeset: r77313:460e06d4da59 Date: 2015-05-13 18:52 +0100 http://bitbucket.org/pypy/pypy/changeset/460e06d4da59/ Log:hg merge default diff too long, truncating to 2000 out of 2055 lines diff --git a/lib-python/2.7/socket.py b/lib-python/2.7/sock

[pypy-commit] pypy fix-result-types: cleanup

2015-05-13 Thread rlamy
Author: Ronan Lamy Branch: fix-result-types Changeset: r77310:0c1c8b19d2e3 Date: 2015-05-12 20:02 +0100 http://bitbucket.org/pypy/pypy/changeset/0c1c8b19d2e3/ Log:cleanup diff --git a/pypy/module/micronumpy/ufuncs.py b/pypy/module/micronumpy/ufuncs.py --- a/pypy/module/micronumpy/ufuncs.py +

[pypy-commit] pypy fix-result-types: first step towards computing the loop's output type in _calc_dtype()

2015-05-13 Thread rlamy
Author: Ronan Lamy Branch: fix-result-types Changeset: r77312:e46d1376e0d6 Date: 2015-05-13 18:33 +0100 http://bitbucket.org/pypy/pypy/changeset/e46d1376e0d6/ Log:first step towards computing the loop's output type in _calc_dtype() diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/p

[pypy-commit] cffi cffi-1.0.0b3: Fix for 3.4.1 (this version forces -Werror=declaration-after-statement)

2015-05-13 Thread arigo
Author: Armin Rigo Branch: cffi-1.0.0b3 Changeset: r2000:3c32315604f5 Date: 2015-05-12 10:24 +0200 http://bitbucket.org/cffi/cffi/changeset/3c32315604f5/ Log:Fix for 3.4.1 (this version forces -Werror=declaration-after- statement) diff --git a/_cffi1/ffi_obj.c b/_cffi1/ffi_obj.c ---

[pypy-commit] cffi cffi-1.0: Windows fix

2015-05-13 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1999:f47f60978d44 Date: 2015-05-13 19:04 +0200 http://bitbucket.org/cffi/cffi/changeset/f47f60978d44/ Log:Windows fix diff --git a/c/misc_win32.h b/c/misc_win32.h --- a/c/misc_win32.h +++ b/c/misc_win32.h @@ -216,9 +216,10 @@ return addres

[pypy-commit] pypy default: merge numpy-fixes which further advances numpy complience

2015-05-13 Thread mattip
Author: mattip Branch: Changeset: r77309:bdf0f94b1bd2 Date: 2015-05-13 18:53 +0300 http://bitbucket.org/pypy/pypy/changeset/bdf0f94b1bd2/ Log:merge numpy-fixes which further advances numpy complience diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsne

[pypy-commit] pypy vecopt: added many opcodes for x86 that operate on packed data (single float)

2015-05-13 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r77308:9a5fe21d3676 Date: 2015-05-13 15:53 +0200 http://bitbucket.org/pypy/pypy/changeset/9a5fe21d3676/ Log:added many opcodes for x86 that operate on packed data (single float) added a test to stress castup/cast down extended the arr