[pypy-commit] pypy can_cast: create stub for np.can_cast() and copy test from numpy

2015-04-22 Thread rlamy
Author: Ronan Lamy Branch: can_cast Changeset: r76897:32155f8c346e Date: 2015-04-23 02:03 +0100 http://bitbucket.org/pypy/pypy/changeset/32155f8c346e/ Log:create stub for np.can_cast() and copy test from numpy diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__

[pypy-commit] pypy default: fix 2301f0bf4a68

2015-04-22 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76896:a007e985b031 Date: 2015-04-23 03:24 +0100 http://bitbucket.org/pypy/pypy/changeset/a007e985b031/ Log:fix 2301f0bf4a68 diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micronumpy/descriptor.py --- a/pypy/module/micronumpy/descripto

[pypy-commit] pypy default: encode unicode dtype spec to ascii

2015-04-22 Thread mattip
Author: mattip Branch: Changeset: r76895:2301f0bf4a68 Date: 2015-04-23 01:24 +0300 http://bitbucket.org/pypy/pypy/changeset/2301f0bf4a68/ Log:encode unicode dtype spec to ascii diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micronumpy/descriptor.py --- a/pypy/module/micron

[pypy-commit] pypy vmprof2: fix bad logic

2015-04-22 Thread mattip
Author: mattip Branch: vmprof2 Changeset: r76894:df219e810ccb Date: 2015-04-23 00:45 +0300 http://bitbucket.org/pypy/pypy/changeset/df219e810ccb/ Log:fix bad logic diff --git a/rpython/jit/backend/llsupport/src/skiplist.c b/rpython/jit/backend/llsupport/src/skiplist.c --- a/rpython/jit/back

[pypy-commit] pypy vmprof2: try a fix for msvc on win32

2015-04-22 Thread mattip
Author: mattip Branch: vmprof2 Changeset: r76893:9591d90505b9 Date: 2015-04-23 00:38 +0300 http://bitbucket.org/pypy/pypy/changeset/9591d90505b9/ Log:try a fix for msvc on win32 diff --git a/rpython/jit/backend/llsupport/codemap.py b/rpython/jit/backend/llsupport/codemap.py --- a/rpython/ji

[pypy-commit] pypy object-dtype2: skip test_zjit pending moving the tests to test_micronumpy in test_pypy_c

2015-04-22 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76892:ec7e1a7a0847 Date: 2015-04-22 22:53 +0300 http://bitbucket.org/pypy/pypy/changeset/ec7e1a7a0847/ Log:skip test_zjit pending moving the tests to test_micronumpy in test_pypy_c diff --git a/pypy/goal/targetnumpystandalone.py b/pyp

[pypy-commit] pypy object-dtype2: test, fix for numpy object scalar actually becoming the contained object

2015-04-22 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76891:e91a14676362 Date: 2015-04-22 22:07 +0300 http://bitbucket.org/pypy/pypy/changeset/e91a14676362/ Log:test, fix for numpy object scalar actually becoming the contained object diff --git a/pypy/module/micronumpy/ndarray.py b/pypy/

[pypy-commit] pypy vmprof2: try to fix those tests

2015-04-22 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof2 Changeset: r76890:233ac16e55d6 Date: 2015-04-22 18:21 +0200 http://bitbucket.org/pypy/pypy/changeset/233ac16e55d6/ Log:try to fix those tests diff --git a/pypy/module/pypyjit/test_pypy_c/model.py b/pypy/module/pypyjit/test_pypy_c/model.py --- a/pyp

[pypy-commit] cffi cffi-1.0: Fix

2015-04-22 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1781:538f36a9670b Date: 2015-04-22 17:46 +0200 http://bitbucket.org/cffi/cffi/changeset/538f36a9670b/ Log:Fix diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -4084,8 +4084,9 @@ as 1

[pypy-commit] cffi cffi-1.0: in-progress: bitfield support

2015-04-22 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1780:ded8861f09fd Date: 2015-04-22 17:39 +0200 http://bitbucket.org/cffi/cffi/changeset/ded8861f09fd/ Log:in-progress: bitfield support diff --git a/new/realize_c_type.c b/new/realize_c_type.c --- a/new/realize_c_type.c +++ b/new/realize_c_type

[pypy-commit] cffi cffi-1.0: ffi.offsetof()

2015-04-22 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1779:3f61ed84336c Date: 2015-04-22 16:40 +0200 http://bitbucket.org/cffi/cffi/changeset/3f61ed84336c/ Log:ffi.offsetof() diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -4952,27 +4952,26 @@

[pypy-commit] pypy py3.3: Change some whitespace to make a new revision to test something on the new build slave.

2015-04-22 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r76889:d27cff3ec7ad Date: 2015-04-22 16:26 +0200 http://bitbucket.org/pypy/pypy/changeset/d27cff3ec7ad/ Log:Change some whitespace to make a new revision to test something on the new build slave. diff --git a/rpython/rlib/rposix.py b/rpyt

[pypy-commit] cffi cffi-1.0: pass one more line of the next test

2015-04-22 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1778:e3d0c9fc52cb Date: 2015-04-22 16:15 +0200 http://bitbucket.org/cffi/cffi/changeset/e3d0c9fc52cb/ Log:pass one more line of the next test diff --git a/new/test_verify1.py b/new/test_verify1.py --- a/new/test_verify1.py +++ b/new/test_verify

[pypy-commit] cffi cffi-1.0: cdef() unions

2015-04-22 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1777:f19eb734b709 Date: 2015-04-22 16:13 +0200 http://bitbucket.org/cffi/cffi/changeset/f19eb734b709/ Log:cdef() unions diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -571,9 +571,12 @@ struct_unions = []

[pypy-commit] cffi cffi-1.0: fix

2015-04-22 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1776:9972564d7f2c Date: 2015-04-22 16:10 +0200 http://bitbucket.org/cffi/cffi/changeset/9972564d7f2c/ Log:fix diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -572,12 +572,11 @@ pending_completion = [] for

[pypy-commit] cffi cffi-1.0: in-progress: declare structs on FFIs after a cdef()

2015-04-22 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r1775:8acbc3c22b22 Date: 2015-04-22 15:52 +0200 http://bitbucket.org/cffi/cffi/changeset/8acbc3c22b22/ Log:in-progress: declare structs on FFIs after a cdef() diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -97,6 +9

[pypy-commit] pypy vmprof2: Move _code_unique_id out of ExecutionContext into its own small

2015-04-22 Thread arigo
Author: Armin Rigo Branch: vmprof2 Changeset: r76888:cc4843b3d8b2 Date: 2015-04-22 15:41 +0200 http://bitbucket.org/pypy/pypy/changeset/cc4843b3d8b2/ Log:Move _code_unique_id out of ExecutionContext into its own small singleton: it is a global counter, not a per-thread one. diff --gi

[pypy-commit] pypy vmprof2: fix this test

2015-04-22 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof2 Changeset: r76887:647fe5a61ba2 Date: 2015-04-22 15:25 +0200 http://bitbucket.org/pypy/pypy/changeset/647fe5a61ba2/ Log:fix this test diff --git a/pypy/module/_vmprof/test/test_direct.py b/pypy/module/_vmprof/test/test_direct.py --- a/pypy/module/_v

[pypy-commit] pypy vmprof2: fix test_compile

2015-04-22 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof2 Changeset: r76884:a8d35ae5a9a4 Date: 2015-04-21 20:05 +0200 http://bitbucket.org/pypy/pypy/changeset/a8d35ae5a9a4/ Log:fix test_compile diff --git a/rpython/jit/metainterp/test/test_compile.py b/rpython/jit/metainterp/test/test_compile.py --- a/rpy

[pypy-commit] pypy default: A test and fix for rewrite.py.

2015-04-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r76886:70a22aaa3a7c Date: 2015-04-22 15:10 +0200 http://bitbucket.org/pypy/pypy/changeset/70a22aaa3a7c/ Log:A test and fix for rewrite.py. diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/jit/backend/llsupport/rewrite.py --- a/rpython/ji

[pypy-commit] pypy vmprof2: fix test_pypyjit

2015-04-22 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof2 Changeset: r76885:9629a3afd70c Date: 2015-04-22 15:09 +0200 http://bitbucket.org/pypy/pypy/changeset/9629a3afd70c/ Log:fix test_pypyjit diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.py --- a/pypy/module/pypyjit

[pypy-commit] pypy default: Merged from pypy/pypy

2015-04-22 Thread anton_gulenko
Author: Anton Gulenko Branch: Changeset: r76877:f26c8203 Date: 2015-03-12 13:11 +0100 http://bitbucket.org/pypy/pypy/changeset/f26c8203/ Log:Merged from pypy/pypy diff too long, truncating to 2000 out of 13267 lines diff --git a/lib_pypy/audioop.py b/lib_pypy/audioop.py --- a/lib_p

[pypy-commit] pypy default: Merged file edited online.

2015-04-22 Thread anton_gulenko
Author: Anton Gulenko Branch: Changeset: r76882:f1984a4d5583 Date: 2015-03-12 15:04 +0100 http://bitbucket.org/pypy/pypy/changeset/f1984a4d5583/ Log:Merged file edited online. diff --git a/rpython/doc/rstrategies.rst b/rpython/doc/rstrategies.rst --- a/rpython/doc/rstrategies.rst +++ b/rpyt

[pypy-commit] pypy default: Fixed formatting issues in doc file.

2015-04-22 Thread anton_gulenko
Author: Anton Gulenko Branch: Changeset: r76879:83b5d7b51f28 Date: 2015-03-12 14:52 +0100 http://bitbucket.org/pypy/pypy/changeset/83b5d7b51f28/ Log:Fixed formatting issues in doc file. Added example code for the Usage-walkthrough. diff --git a/rpython/doc/rstrategies.rst b/rpython/

[pypy-commit] pypy default: Added underscore to some more methods.

2015-04-22 Thread anton_gulenko
Author: Anton Gulenko Branch: Changeset: r76874:45166060bc6f Date: 2015-03-07 17:10 +0100 http://bitbucket.org/pypy/pypy/changeset/45166060bc6f/ Log:Added underscore to some more methods. diff --git a/rpython/rlib/rstrategies/rstrategies.py b/rpython/rlib/rstrategies/rstrategies.py --- a/r

[pypy-commit] pypy default: Merged in anton_gulenko/pypy (pull request #306)

2015-04-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r76883:62106262ee6c Date: 2015-04-22 12:20 +0200 http://bitbucket.org/pypy/pypy/changeset/62106262ee6c/ Log:Merged in anton_gulenko/pypy (pull request #306) rstrategies - A library for Storage Strategies diff too long, truncating to 20

[pypy-commit] pypy default: Converted README.md to reStructuredText inside rpython/doc/

2015-04-22 Thread anton_gulenko
Author: Anton Gulenko Branch: Changeset: r76878:9b7808006d44 Date: 2015-03-12 13:40 +0100 http://bitbucket.org/pypy/pypy/changeset/9b7808006d44/ Log:Converted README.md to reStructuredText inside rpython/doc/ Added short section and reference inside rlib.rst. diff --git a/rpython/do

[pypy-commit] pypy default: 2 small bugfixes, 1 comment

2015-04-22 Thread anton_gulenko
Author: Anton Gulenko Branch: Changeset: r76876:86b93d0474f4 Date: 2015-03-12 13:05 +0100 http://bitbucket.org/pypy/pypy/changeset/86b93d0474f4/ Log:2 small bugfixes, 1 comment diff --git a/rpython/rlib/rstrategies/rstrategies.py b/rpython/rlib/rstrategies/rstrategies.py --- a/rpython/rlib

[pypy-commit] pypy default: Fixed source-code formatting in doc

2015-04-22 Thread anton_gulenko
Author: anton_gulenko Branch: Changeset: r76880:7d7e19e7f237 Date: 2015-03-12 13:58 + http://bitbucket.org/pypy/pypy/changeset/7d7e19e7f237/ Log:Fixed source-code formatting in doc (rstrategies.rst edited online with Bitbucket) diff --git a/rpython/doc/rstrategies.rst b/rpython/

[pypy-commit] pypy default: Renamed test.py

2015-04-22 Thread anton_gulenko
Author: Anton Gulenko Branch: Changeset: r76872:400f8dc54f5d Date: 2015-03-07 16:18 +0100 http://bitbucket.org/pypy/pypy/changeset/400f8dc54f5d/ Log:Renamed test.py diff --git a/rpython/rlib/rstrategies/test.py b/rpython/rlib/rstrategies/test_rstrategies.py rename from rpython/rlib/rstrate

[pypy-commit] pypy default: Moved test file into test/ directory.

2015-04-22 Thread anton_gulenko
Author: Anton Gulenko Branch: Changeset: r76873:e9e6ff0ec517 Date: 2015-03-07 17:01 +0100 http://bitbucket.org/pypy/pypy/changeset/e9e6ff0ec517/ Log:Moved test file into test/ directory. Added underscore to some internal methods. diff --git a/rpython/rlib/rstrategies/rstrategies.py

[pypy-commit] pypy default: Removed pdb, added warning message and made more robust.

2015-04-22 Thread anton_gulenko
Author: Anton Gulenko Branch: Changeset: r76868:4e43d96d9d48 Date: 2015-02-22 11:43 +0100 http://bitbucket.org/pypy/pypy/changeset/4e43d96d9d48/ Log:Removed pdb, added warning message and made more robust. diff --git a/rpython/rlib/rstrategies/logparser.py b/rpython/rlib/rstrategies/logpar

[pypy-commit] pypy default: Added rstrategies (from https://github.com/antongulenko/rstrategies).

2015-04-22 Thread anton_gulenko
Author: Anton Gulenko Branch: Changeset: r76867:25ca52e41849 Date: 2015-02-15 19:15 +0100 http://bitbucket.org/pypy/pypy/changeset/25ca52e41849/ Log:Added rstrategies (from https://github.com/antongulenko/rstrategies). diff --git a/rpython/rlib/rstrategies/README.md b/rpython/rlib/

[pypy-commit] pypy default: Added tests to improve coverage. logger.py and rstrategies.py: 96%.

2015-04-22 Thread anton_gulenko
Author: Anton Gulenko Branch: Changeset: r76875:0f889cf7f755 Date: 2015-03-12 13:04 +0100 http://bitbucket.org/pypy/pypy/changeset/0f889cf7f755/ Log:Added tests to improve coverage. logger.py and rstrategies.py: 96%. diff --git a/rpython/rlib/rstrategies/.coveragerc b/rpython/rlib/rstrateg

[pypy-commit] pypy default: Merged pypy/pypy into default

2015-04-22 Thread anton_gulenko
Author: anton_gulenko Branch: Changeset: r76871:cc41fe9a9031 Date: 2015-03-12 13:07 +0100 http://bitbucket.org/pypy/pypy/changeset/cc41fe9a9031/ Log:Merged pypy/pypy into default diff --git a/lib_pypy/cffi.egg-info b/lib_pypy/cffi.egg-info --- a/lib_pypy/cffi.egg-info +++ b/lib_pypy/cffi.eg

[pypy-commit] pypy default: Merged pypy/pypy into default

2015-04-22 Thread anton_gulenko
Author: anton_gulenko Branch: Changeset: r76870:fe4c27d34d37 Date: 2015-03-07 16:20 +0100 http://bitbucket.org/pypy/pypy/changeset/fe4c27d34d37/ Log:Merged pypy/pypy into default diff too long, truncating to 2000 out of 4777 lines diff --git a/lib_pypy/cffi.egg-info b/lib_pypy/cffi.egg-inf

[pypy-commit] pypy default: Merged pypy/pypy into default

2015-04-22 Thread anton_gulenko
Author: anton_gulenko Branch: Changeset: r76869:9ca81bee353c Date: 2015-02-22 11:45 +0100 http://bitbucket.org/pypy/pypy/changeset/9ca81bee353c/ Log:Merged pypy/pypy into default diff too long, truncating to 2000 out of 2663 lines diff --git a/lib_pypy/audioop.py b/lib_pypy/audioop.py ---

[pypy-commit] pypy object-dtype2: - add failing test, fix to raise exception not segfault. How to store objects in record dtype?

2015-04-22 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76865:2ba579dc3dfe Date: 2015-04-21 22:51 +0300 http://bitbucket.org/pypy/pypy/changeset/2ba579dc3dfe/ Log:- add failing test, fix to raise exception not segfault. How to store objects in record dtype? - prevent segfaults by ins

[pypy-commit] pypy object-dtype2: test, implement coerce_subtype

2015-04-22 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76863:f49a9dceff61 Date: 2015-04-20 19:57 +0300 http://bitbucket.org/pypy/pypy/changeset/f49a9dceff61/ Log:test, implement coerce_subtype diff --git a/pypy/module/micronumpy/test/dummy_module.py b/pypy/module/micronumpy/test/dummy_module.py -

[pypy-commit] pypy object-dtype2: merge default into branch

2015-04-22 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76866:751d64b6e679 Date: 2015-04-22 00:09 +0300 http://bitbucket.org/pypy/pypy/changeset/751d64b6e679/ Log:merge default into branch diff too long, truncating to 2000 out of 3488 lines diff --git a/.tddium.requirements.txt b/.tddium.requireme

[pypy-commit] pypy object-dtype2: fix compile for __array_interface__ dictionary lookup

2015-04-22 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76864:1b847ed40e52 Date: 2015-04-20 19:58 +0300 http://bitbucket.org/pypy/pypy/changeset/1b847ed40e52/ Log:fix compile for __array_interface__ dictionary lookup diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.p