[pypy-commit] pypy default: try harder to filter out NotImplementedError results for functions, None results for attributes

2015-01-01 Thread mattip
Author: mattip Branch: Changeset: r75204:45f14b80454a Date: 2015-01-02 09:30 +0200 http://bitbucket.org/pypy/pypy/changeset/45f14b80454a/ Log:try harder to filter out NotImplementedError results for functions, None results for attributes also add capability to run alternative

[pypy-commit] pypy default: don't capture "func" as a positional argument

2015-01-01 Thread Digenis
Author: Nikolaos-Digenis Karagiannis Branch: Changeset: r75203:d4b4902dad5e Date: 2015-01-02 07:22 +0200 http://bitbucket.org/pypy/pypy/changeset/d4b4902dad5e/ Log:don't capture "func" as a positional argument diff --git a/lib_pypy/_functools.py b/lib_pypy/_functools.py --- a/lib_pypy/_func

[pypy-commit] pypy py3k: Remove Range-List optimaziton documentation. It isn't available in py3k

2015-01-01 Thread stefanor
Author: Stefano Rivera Branch: py3k Changeset: r75202:c6a414eebbc5 Date: 2015-01-01 18:03 -0800 http://bitbucket.org/pypy/pypy/changeset/c6a414eebbc5/ Log:Remove Range-List optimaziton documentation. It isn't available in py3k diff --git a/pypy/doc/interpreter-optimizations.rst b/py

[pypy-commit] pypy ufuncapi: test, fix non-rpython many-output-ufunc, (fijal reviewing)

2015-01-01 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r75201:b4d4ba49c7bb Date: 2015-01-01 23:38 +0200 http://bitbucket.org/pypy/pypy/changeset/b4d4ba49c7bb/ Log:test, fix non-rpython many-output-ufunc, (fijal reviewing) diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a

[pypy-commit] pypy py3.3: Array module: Implement the LongLong typecodes.

2015-01-01 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75196:ae5a2b000fdb Date: 2014-12-31 16:59 +0100 http://bitbucket.org/pypy/pypy/changeset/ae5a2b000fdb/ Log:Array module: Implement the LongLong typecodes. diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.p

[pypy-commit] pypy py3.3: Implement CPython Issue #12199:

2015-01-01 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75197:41f2d5146ca3 Date: 2015-01-01 16:05 +0100 http://bitbucket.org/pypy/pypy/changeset/41f2d5146ca3/ Log:Implement CPython Issue #12199: The TryExcept and TryFinally and AST nodes have been unified into a Try node. diff --git a

[pypy-commit] pypy py3.3: Skip c_bisect tests

2015-01-01 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75198:078576d9d66c Date: 2015-01-01 16:10 +0100 http://bitbucket.org/pypy/pypy/changeset/078576d9d66c/ Log:Skip c_bisect tests diff --git a/lib-python/3/test/test_bisect.py b/lib-python/3/test/test_bisect.py --- a/lib-python/3/test/test_

[pypy-commit] pypy py3.3: array: Correctly convert bigint object to longlong numbers.

2015-01-01 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75200:235ef201d238 Date: 2015-01-01 18:58 +0100 http://bitbucket.org/pypy/pypy/changeset/235ef201d238/ Log:array: Correctly convert bigint object to longlong numbers. diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/in

[pypy-commit] pypy py3.3: Fix tests to pass with -A and cpython3.3.

2015-01-01 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75199:5494a2d79290 Date: 2015-01-01 18:57 +0100 http://bitbucket.org/pypy/pypy/changeset/5494a2d79290/ Log:Fix tests to pass with -A and cpython3.3. + Allow some bytes functions to search for integers instead of single chars. dif

[pypy-commit] pypy default: Implement ffi.from_buffer(). Not really tested with memoryviews,

2015-01-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r75195:9bdd174fb4e1 Date: 2015-01-01 18:47 +0100 http://bitbucket.org/pypy/pypy/changeset/9bdd174fb4e1/ Log:Implement ffi.from_buffer(). Not really tested with memoryviews, only buffers, just like in CPython for the same reasons. diff --git a/py

[pypy-commit] pypy default: update copyright

2015-01-01 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r75194:341ff97ace13 Date: 2015-01-01 17:15 +0200 http://bitbucket.org/pypy/pypy/changeset/341ff97ace13/ Log:update copyright diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -28,7 +28,7 @@ DEALINGS IN THE SOFTWARE. -PyPy Co

[pypy-commit] pypy default: simple optimization - dont store unrolling only data when not exporting state

2015-01-01 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r75193:e48107da28ee Date: 2015-01-01 14:53 +0200 http://bitbucket.org/pypy/pypy/changeset/e48107da28ee/ Log:simple optimization - dont store unrolling only data when not exporting state diff --git a/rpython/jit/metainterp/optimizeopt/hea