[pypy-commit] pypy default: Merged in malor/pypy (pull request #292)

2014-12-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r74894:fd41db7b1558 Date: 2014-12-12 08:57 +0200 http://bitbucket.org/pypy/pypy/changeset/fd41db7b1558/ Log:Merged in malor/pypy (pull request #292) sqlite3: fix fetching of cursor.description attr diff --git a/lib-python/2.7/sqlite3/te

[pypy-commit] pypy default: sqlite3: fix fetching of cursor.description attr

2014-12-11 Thread Roman Podoliaka
Author: Roman Podoliaka Branch: Changeset: r74893:fa1e46300cb1 Date: 2014-12-11 15:13 +0200 http://bitbucket.org/pypy/pypy/changeset/fa1e46300cb1/ Log:sqlite3: fix fetching of cursor.description attr According to PEP-249 (DB API) cursor attribute 'description' will be None,

[pypy-commit] pypy default: test, fix view of a slice

2014-12-11 Thread mattip
Author: mattip Branch: Changeset: r74891:b75a06bcc48d Date: 2014-12-11 18:36 +0200 http://bitbucket.org/pypy/pypy/changeset/b75a06bcc48d/ Log:test, fix view of a slice diff --git a/pypy/module/micronumpy/flagsobj.py b/pypy/module/micronumpy/flagsobj.py --- a/pypy/module/micronumpy/flagsobj

[pypy-commit] pypy default: fix test, coercing values to records - reduces numpy incompatability

2014-12-11 Thread mattip
Author: mattip Branch: Changeset: r74892:218d49b0e351 Date: 2014-12-11 23:30 +0200 http://bitbucket.org/pypy/pypy/changeset/218d49b0e351/ Log:fix test, coercing values to records - reduces numpy incompatability diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronum

[pypy-commit] pypy ufuncapi: overeager '_immutable_fields_w'

2014-12-11 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r74890:e1a050f7eb5d Date: 2014-12-08 21:21 +0200 http://bitbucket.org/pypy/pypy/changeset/e1a050f7eb5d/ Log:overeager '_immutable_fields_w' diff --git a/pypy/module/micronumpy/base.py b/pypy/module/micronumpy/base.py --- a/pypy/module/micronumpy/bas

[pypy-commit] benchmarks default: Don't read/write from a cache file.

2014-12-11 Thread ltratt
Author: Laurence Tratt Branch: Changeset: r298:2a17a0177782 Date: 2014-12-11 14:50 + http://bitbucket.org/pypy/benchmarks/changeset/2a17a0177782/ Log:Don't read/write from a cache file. Without this, the benchmark's behaviour is (even more) non- deterministic from one ru

[pypy-commit] pypy default: Yet another attempt to fix this test

2014-12-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r74888:3a8d1013feda Date: 2014-12-11 14:26 + http://bitbucket.org/pypy/pypy/changeset/3a8d1013feda/ Log:Yet another attempt to fix this test diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py ---

[pypy-commit] benchmarks default: Kill that old version of Krakatau to de-confuse ourselves

2014-12-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r296:0e62cdf642ae Date: 2014-12-11 14:40 + http://bitbucket.org/pypy/benchmarks/changeset/0e62cdf642ae/ Log:Kill that old version of Krakatau to de-confuse ourselves diff too long, truncating to 2000 out of 14355 lines diff --git a/lib/Krakatau/Doc

[pypy-commit] benchmarks default: merge heads

2014-12-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r297:14fee126c6bd Date: 2014-12-11 14:41 + http://bitbucket.org/pypy/benchmarks/changeset/14fee126c6bd/ Log:merge heads diff --git a/own/bm_krakatau.py b/own/bm_krakatau.py --- a/own/bm_krakatau.py +++ b/own/bm_krakatau.py @@ -47,19 +47,22 @@

[pypy-commit] pypy default: Fix model.py for test__cffi_call

2014-12-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r74889:cd2dc9e91d09 Date: 2014-12-11 14:35 + http://bitbucket.org/pypy/pypy/changeset/cd2dc9e91d09/ Log:Fix model.py for test__cffi_call diff --git a/pypy/module/pypyjit/test_pypy_c/model.py b/pypy/module/pypyjit/test_pypy_c/model.py --- a/pypy/mod

[pypy-commit] creflect default: Can't call a "..." function right now

2014-12-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r197:d0a4621d2df2 Date: 2014-12-11 14:15 + http://bitbucket.org/cffi/creflect/changeset/d0a4621d2df2/ Log:Can't call a "..." function right now diff --git a/zeffir/builder.c b/zeffir/builder.c --- a/zeffir/builder.c +++ b/zeffir/builder.c @@ -805,6

[pypy-commit] creflect default: Enums

2014-12-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r196:6009daa6e243 Date: 2014-12-11 12:41 + http://bitbucket.org/cffi/creflect/changeset/6009daa6e243/ Log:Enums diff --git a/zeffir/builder.c b/zeffir/builder.c --- a/zeffir/builder.c +++ b/zeffir/builder.c @@ -742,6 +742,10 @@

[pypy-commit] creflect default: Record which constants were declared as part of an enum

2014-12-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r195:9d9333df0699 Date: 2014-12-11 12:09 + http://bitbucket.org/cffi/creflect/changeset/9d9333df0699/ Log:Record which constants were declared as part of an enum diff --git a/creflect/cparser.py b/creflect/cparser.py --- a/creflect/cparser.py +++ b/

[pypy-commit] creflect default: in-progress

2014-12-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r194:ee34a7bd891b Date: 2014-12-11 11:37 + http://bitbucket.org/cffi/creflect/changeset/ee34a7bd891b/ Log:in-progress diff --git a/zeffir/builder.c b/zeffir/builder.c --- a/zeffir/builder.c +++ b/zeffir/builder.c @@ -411,18 +411,23 @@ } static _

[pypy-commit] benchmarks default: Stop Krakatau from using cache files.

2014-12-11 Thread ltratt
Author: Laurence Tratt Branch: Changeset: r295:d1adfc92d840 Date: 2014-12-11 12:35 + http://bitbucket.org/pypy/benchmarks/changeset/d1adfc92d840/ Log:Stop Krakatau from using cache files. diff --git a/lib/Krakatau/Krakatau/stdcache.py b/lib/Krakatau/Krakatau/stdcache.py --- a/lib/Kraka

[pypy-commit] pypy default: Meh again.

2014-12-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r74887:2cb2f52b915b Date: 2014-12-11 11:22 + http://bitbucket.org/pypy/pypy/changeset/2cb2f52b915b/ Log:Meh again. diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py --- a/pypy/objspace/std/typeobject.py +++ b/pypy/objspa