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
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
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
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
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.
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
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
--
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 @@
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
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 @@
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
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
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.
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
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
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/
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
+
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
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.
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
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
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
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
+
23 matches
Mail list logo