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__
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
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
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
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
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
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/
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
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
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
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 @@
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
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
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 = []
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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/
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
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
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
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/
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
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
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
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
---
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
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
-
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
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
41 matches
Mail list logo