[pypy-commit] pypy default: Run the tests in sorted order, and print which size each one is testing

2015-10-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r8:b853ee35818e Date: 2015-10-06 08:41 +0200 http://bitbucket.org/pypy/pypy/changeset/b853ee35818e/ Log:Run the tests in sorted order, and print which size each one is testing diff --git a/pypy/module/pypyjit/test_pypy_c/test_alloc.py b/pyp

[pypy-commit] pypy default: fix the test

2015-10-05 Thread fijal
Author: fijal Branch: Changeset: r7:43f8aaef0f6e Date: 2015-10-06 07:24 +0200 http://bitbucket.org/pypy/pypy/changeset/43f8aaef0f6e/ Log:fix the test diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimizeopt/optimizer.py --- a/rpython/jit/metainte

[pypy-commit] pypy default: document merged branch

2015-10-05 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r79998:d029d6332d9f Date: 2015-10-06 01:28 +0100 http://bitbucket.org/pypy/pypy/changeset/d029d6332d9f/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whats

[pypy-commit] pypy issue-2148: Close branch issue-2148

2015-10-05 Thread rlamy
Author: Ronan Lamy Branch: issue-2148 Changeset: r79996:dbe1f4355ebc Date: 2015-10-06 01:16 +0100 http://bitbucket.org/pypy/pypy/changeset/dbe1f4355ebc/ Log:Close branch issue-2148 ___ pypy-commit mailing list pypy-commit@python.org https://mail.py

[pypy-commit] pypy default: Merged in issue-2148 (pull request #336)

2015-10-05 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r79997:d7a28e98dab5 Date: 2015-10-06 01:16 +0100 http://bitbucket.org/pypy/pypy/changeset/d7a28e98dab5/ Log:Merged in issue-2148 (pull request #336) Fix performance regression on operations mixing numpy scalars and Python floats.

[pypy-commit] pypy issue-2148: Turn test_mixed_div() into a real test

2015-10-05 Thread rlamy
Author: Ronan Lamy Branch: issue-2148 Changeset: r79995:a28b47d56405 Date: 2015-10-05 20:05 +0100 http://bitbucket.org/pypy/pypy/changeset/a28b47d56405/ Log:Turn test_mixed_div() into a real test diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py b/pypy/module/pypyjit/test_pypy

[pypy-commit] cffi win32-stdcall: check that the function types are really incompatible

2015-10-05 Thread arigo
Author: Armin Rigo Branch: win32-stdcall Changeset: r2308:b3fc7b996d25 Date: 2015-10-05 20:17 +0200 http://bitbucket.org/cffi/cffi/changeset/b3fc7b996d25/ Log:check that the function types are really incompatible diff --git a/testing/cffi0/test_function.py b/testing/cffi0/test_function.py --

[pypy-commit] cffi win32-stdcall: forgot pdb

2015-10-05 Thread arigo
Author: Armin Rigo Branch: win32-stdcall Changeset: r2307:77adc3118fcd Date: 2015-10-05 20:12 +0200 http://bitbucket.org/cffi/cffi/changeset/77adc3118fcd/ Log:forgot pdb diff --git a/cffi/model.py b/cffi/model.py --- a/cffi/model.py +++ b/cffi/model.py @@ -249,7 +249,6 @@

[pypy-commit] cffi win32-stdcall: Starting, with exactly two function types: no-abi (i.e. cdecl on windows), or stdcall.

2015-10-05 Thread arigo
Author: Armin Rigo Branch: win32-stdcall Changeset: r2305:91834f9534f8 Date: 2015-10-05 20:05 +0200 http://bitbucket.org/cffi/cffi/changeset/91834f9534f8/ Log:Starting, with exactly two function types: no-abi (i.e. cdecl on windows), or stdcall. diff --git a/c/_cffi_backend.c b/c/_cf

[pypy-commit] cffi win32-stdcall: non-windows fixes

2015-10-05 Thread arigo
Author: Armin Rigo Branch: win32-stdcall Changeset: r2306:91c068cc1270 Date: 2015-10-05 20:10 +0200 http://bitbucket.org/cffi/cffi/changeset/91c068cc1270/ Log:non-windows fixes diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cparser.py @@ -167,7 +167,7 @@

[pypy-commit] cffi win32-stdcall: fix msvc warning

2015-10-05 Thread arigo
Author: Armin Rigo Branch: win32-stdcall Changeset: r2304:c0117c1c1b8a Date: 2015-10-05 19:29 +0200 http://bitbucket.org/cffi/cffi/changeset/c0117c1c1b8a/ Log:fix msvc warning diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -3644,13 +3644

[pypy-commit] cffi win32-stdcall: A branch to implement "__stdcall" more completely on Windows. Initial tests

2015-10-05 Thread arigo
Author: Armin Rigo Branch: win32-stdcall Changeset: r2303:826248f909c5 Date: 2015-10-05 19:25 +0200 http://bitbucket.org/cffi/cffi/changeset/826248f909c5/ Log:A branch to implement "__stdcall" more completely on Windows. Initial tests diff --git a/testing/cffi0/test_function.py b/tes

[pypy-commit] pypy issue-2148: _calc_dtype() is unroll_safe since it's a search loop over a list of bounded length

2015-10-05 Thread rlamy
Author: Ronan Lamy Branch: issue-2148 Changeset: r79994:0941119321e8 Date: 2015-10-05 17:43 +0100 http://bitbucket.org/pypy/pypy/changeset/0941119321e8/ Log:_calc_dtype() is unroll_safe since it's a search loop over a list of bounded length diff --git a/pypy/module/micronumpy/ufuncs.

[pypy-commit] pypy default: import cffi/db6e4bf0dd54

2015-10-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r79993:50f0276e8071 Date: 2015-10-05 18:31 +0200 http://bitbucket.org/pypy/pypy/changeset/50f0276e8071/ Log:import cffi/db6e4bf0dd54 diff --git a/pypy/module/test_lib_pypy/cffi_tests/cffi0/backend_tests.py b/pypy/module/test_lib_pypy/cffi_tests/cffi0/b

[pypy-commit] cffi default: ARM is documented to have 'unsigned int' as the wchar_t type

2015-10-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r2302:db6e4bf0dd54 Date: 2015-10-05 18:30 +0200 http://bitbucket.org/cffi/cffi/changeset/db6e4bf0dd54/ Log:ARM is documented to have 'unsigned int' as the wchar_t type diff --git a/testing/cffi0/backend_tests.py b/testing/cffi0/backend_tests.py --- a/te

[pypy-commit] pypy default: RPython_StartupCode() never returns non-null

2015-10-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r79989:ea1c9b81f55c Date: 2015-10-05 15:54 +0200 http://bitbucket.org/pypy/pypy/changeset/ea1c9b81f55c/ Log:RPython_StartupCode() never returns non-null diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/rpython/translator/c/

[pypy-commit] pypy default: Typo

2015-10-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r79992:beae03a0417f Date: 2015-10-05 16:37 +0200 http://bitbucket.org/pypy/pypy/changeset/beae03a0417f/ Log:Typo diff --git a/pypy/module/_cffi_backend/ccallback.py b/pypy/module/_cffi_backend/ccallback.py --- a/pypy/module/_cffi_backend/ccallback.py +

[pypy-commit] pypy default: can't spell

2015-10-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r79991:a46f877170ff Date: 2015-10-05 16:19 +0200 http://bitbucket.org/pypy/pypy/changeset/a46f877170ff/ Log:can't spell diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimizeopt/optimizer.py --- a/rpython/jit/met

[pypy-commit] pypy default: Move this assertion (which fails, very rarely) into logic to handle that

2015-10-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r79990:72f247efc060 Date: 2015-10-05 16:14 +0200 http://bitbucket.org/pypy/pypy/changeset/72f247efc060/ Log:Move this assertion (which fails, very rarely) into logic to handle that case. diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.

[pypy-commit] pypy default: Remove this keyword argument, never used. Using it would fail to

2015-10-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r79988:bef7f8d920d7 Date: 2015-10-05 10:50 +0200 http://bitbucket.org/pypy/pypy/changeset/bef7f8d920d7/ Log:Remove this keyword argument, never used. Using it would fail to annotate: the final ResOperation.get_box_replacement() has a @spe

[pypy-commit] pypy default: merge heads

2015-10-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r79987:d43a1b95f25c Date: 2015-10-05 10:32 +0200 http://bitbucket.org/pypy/pypy/changeset/d43a1b95f25c/ Log:merge heads diff --git a/rpython/jit/metainterp/resume.py b/rpython/jit/metainterp/resume.py --- a/rpython/jit/metainterp/resume.py +++ b/rpython

[pypy-commit] pypy default: Tentative fix for a bug that shows up rarely on the full pypy:

2015-10-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r79986:8cc8067ed404 Date: 2015-10-05 09:12 +0200 http://bitbucket.org/pypy/pypy/changeset/8cc8067ed404/ Log:Tentative fix for a bug that shows up rarely on the full pypy: the likely cause is that short-preamble operations are supposed to never

[pypy-commit] pypy default: remove evil and unused method

2015-10-05 Thread fijal
Author: fijal Branch: Changeset: r79985:0c3303fd17a3 Date: 2015-10-05 10:27 +0200 http://bitbucket.org/pypy/pypy/changeset/0c3303fd17a3/ Log:remove evil and unused method diff --git a/rpython/jit/metainterp/resume.py b/rpython/jit/metainterp/resume.py --- a/rpython/jit/metainterp/resume.py +