[pypy-commit] pypy default: numpy __setitem__ calls subclass's __getitem__. Mark as TODO

2015-08-13 Thread mattip
Author: mattip Branch: Changeset: r78980:7089cedc9193 Date: 2015-08-14 08:03 +0300 http://bitbucket.org/pypy/pypy/changeset/7089cedc9193/ Log:numpy __setitem__ calls subclass's __getitem__. Mark as TODO diff --git a/pypy/module/micronumpy/ndarray.py b/pypy/module/micronumpy/ndarray.py ---

[pypy-commit] pypy py3.3: Implement time.clock_gettime(), time.clock_settime(), time.clock_getres() and time.CLOCK_xxx constants.

2015-08-13 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78979:0387064aa761 Date: 2015-08-14 01:49 +0200 http://bitbucket.org/pypy/pypy/changeset/0387064aa761/ Log:Implement time.clock_gettime(), time.clock_settime(), time.clock_getres() and time.CLOCK_xxx constants. diff --git a/pypy/module/t

[pypy-commit] pypy default: test, fix for broadcasting when we shouldn't

2015-08-13 Thread mattip
Author: mattip Branch: Changeset: r78978:e84ee03a93ab Date: 2015-08-14 00:12 +0300 http://bitbucket.org/pypy/pypy/changeset/e84ee03a93ab/ Log:test, fix for broadcasting when we shouldn't diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py --- a/pypy/module/

[pypy-commit] cffi default: Issue #216: add "defined(__hpux)" for alloca.h

2015-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r2243:0d32dd30762c Date: 2015-08-13 21:55 +0100 http://bitbucket.org/cffi/cffi/changeset/0d32dd30762c/ Log:Issue #216: add "defined(__hpux)" for alloca.h diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c

[pypy-commit] pypy value-profiling: (cfbolz, arigo): fix a segfault

2015-08-13 Thread cfbolz
Author: Carl Friedrich Bolz Branch: value-profiling Changeset: r78977:f5eeb7187c3e Date: 2015-08-13 18:51 +0200 http://bitbucket.org/pypy/pypy/changeset/f5eeb7187c3e/ Log:(cfbolz, arigo): fix a segfault diff --git a/pypy/interpreter/test/test_valueprof.py b/pypy/interpreter/test/test_valuep

[pypy-commit] pypy value-profiling: (arigo, cfbolz): this does not make sense any more

2015-08-13 Thread cfbolz
Author: Carl Friedrich Bolz Branch: value-profiling Changeset: r78976:93a15b82e4dc Date: 2015-08-13 18:51 +0200 http://bitbucket.org/pypy/pypy/changeset/93a15b82e4dc/ Log:(arigo, cfbolz): this does not make sense any more diff --git a/pypy/interpreter/valueprof.py b/pypy/interpreter/valuepro

[pypy-commit] pypy optresult-unroll: (fijal, arigo) change subtle order issues

2015-08-13 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78972:58f957a4e8fb Date: 2015-08-13 17:06 +0200 http://bitbucket.org/pypy/pypy/changeset/58f957a4e8fb/ Log:(fijal, arigo) change subtle order issues diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainte

[pypy-commit] pypy optresult-unroll: (fijal, arigo) fix some more tests

2015-08-13 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78975:c8de5fdbe7ee Date: 2015-08-13 17:21 +0200 http://bitbucket.org/pypy/pypy/changeset/c8de5fdbe7ee/ Log:(fijal, arigo) fix some more tests diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/opti

[pypy-commit] pypy optresult-unroll: (fijal, arigo) fix arrays too

2015-08-13 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78973:495132434c50 Date: 2015-08-13 17:08 +0200 http://bitbucket.org/pypy/pypy/changeset/495132434c50/ Log:(fijal, arigo) fix arrays too diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimizeo

[pypy-commit] pypy optresult-unroll: "fix" the test

2015-08-13 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78974:851d6c04091a Date: 2015-08-13 17:11 +0200 http://bitbucket.org/pypy/pypy/changeset/851d6c04091a/ Log:"fix" the test diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimiz

[pypy-commit] pypy default: Issue #2113: str.expandtabs(0)

2015-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r78971:0b6868a4c2e2 Date: 2015-08-13 15:57 +0100 http://bitbucket.org/pypy/pypy/changeset/0b6868a4c2e2/ Log:Issue #2113: str.expandtabs(0) diff --git a/pypy/objspace/std/stringmethods.py b/pypy/objspace/std/stringmethods.py --- a/pypy/objspace/std/stri

[pypy-commit] pypy optresult-unroll: fix the same_as on inputargs I think

2015-08-13 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78970:dd3b2a28fc96 Date: 2015-08-13 16:40 +0200 http://bitbucket.org/pypy/pypy/changeset/dd3b2a28fc96/ Log:fix the same_as on inputargs I think diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/op

[pypy-commit] pypy default: merge heads

2015-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r78969:7d34a1f415dc Date: 2015-08-13 15:37 +0100 http://bitbucket.org/pypy/pypy/changeset/7d34a1f415dc/ Log:merge heads diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_ufuncs.py --- a/pypy/module/micronumpy/te

[pypy-commit] pypy default: More skipping on 32bit

2015-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r78968:572a588ad352 Date: 2015-08-13 15:36 +0100 http://bitbucket.org/pypy/pypy/changeset/572a588ad352/ Log:More skipping on 32bit diff --git a/pypy/module/_vmprof/__init__.py b/pypy/module/_vmprof/__init__.py --- a/pypy/module/_vmprof/__init__.py +++ b

[pypy-commit] pypy default: Skip skip skip the rvmprof tests on 32bit

2015-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r78967:22d130dae1a6 Date: 2015-08-13 15:28 +0100 http://bitbucket.org/pypy/pypy/changeset/22d130dae1a6/ Log:Skip skip skip the rvmprof tests on 32bit diff --git a/rpython/rlib/rvmprof/__init__.py b/rpython/rlib/rvmprof/__init__.py --- a/rpython/rlib/rvm

[pypy-commit] pypy default: merge heads

2015-08-13 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r78966:9d40d0207632 Date: 2015-08-13 15:18 +0100 http://bitbucket.org/pypy/pypy/changeset/9d40d0207632/ Log:merge heads diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rs

[pypy-commit] pypy default: fix logical_and.reduce()

2015-08-13 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r78964:c9342885423a Date: 2015-08-13 15:15 +0100 http://bitbucket.org/pypy/pypy/changeset/c9342885423a/ Log:fix logical_and.reduce() diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_ufuncs.py --- a/pypy/module/

[pypy-commit] pypy default: merge heads

2015-08-13 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r78965:667f48c07e2a Date: 2015-08-13 15:16 +0100 http://bitbucket.org/pypy/pypy/changeset/667f48c07e2a/ Log:merge heads diff --git a/rpython/jit/codewriter/support.py b/rpython/jit/codewriter/support.py --- a/rpython/jit/codewriter/support.py +++ b/rpy

[pypy-commit] pypy default: Document vmprof-review

2015-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r78963:72c351cb910f Date: 2015-08-13 15:16 +0100 http://bitbucket.org/pypy/pypy/changeset/72c351cb910f/ Log:Document vmprof-review diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whats

[pypy-commit] pypy default: Revert partially 7a82bbfa8b25: for tests, it is possible that several

2015-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r78962:056e1a36532a Date: 2015-08-13 15:15 +0100 http://bitbucket.org/pypy/pypy/changeset/056e1a36532a/ Log:Revert partially 7a82bbfa8b25: for tests, it is possible that several meta_interp() calls each see the same jitdriver in the same

[pypy-commit] pypy default: This test takes forever if the Python process is already a bit big. Run it in a subprocess and it's very fast.

2015-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r78961:eb1030491d7b Date: 2015-08-13 15:06 +0100 http://bitbucket.org/pypy/pypy/changeset/eb1030491d7b/ Log:This test takes forever if the Python process is already a bit big. Run it in a subprocess and it's very fast. diff --git a/rpython/rlib/

[pypy-commit] pypy default: We still need to be a bit more subtle in the non-translated version of

2015-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r78960:f90be60bb5e3 Date: 2015-08-13 14:32 +0100 http://bitbucket.org/pypy/pypy/changeset/f90be60bb5e3/ Log:We still need to be a bit more subtle in the non-translated version of this function diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.

[pypy-commit] pypy value-profiling: merge default

2015-08-13 Thread cfbolz
Author: Carl Friedrich Bolz Branch: value-profiling Changeset: r78959:72c1b4d38529 Date: 2015-08-13 13:34 +0200 http://bitbucket.org/pypy/pypy/changeset/72c1b4d38529/ Log:merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b

[pypy-commit] pypy default: (cfbolz, arigo): finally finally support str(cls)

2015-08-13 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r78958:0822afc04fdd Date: 2015-08-13 13:33 +0200 http://bitbucket.org/pypy/pypy/changeset/0822afc04fdd/ Log:(cfbolz, arigo): finally finally support str(cls) diff --git a/rpython/rtyper/rpbc.py b/rpython/rtyper/rpbc.py --- a/rpython/rtyper/rpbc

[pypy-commit] pypy optresult-unroll: (fijal, arigo, plan_rich) fix the handling of extra same_as and really test it in test_optimizeopt

2015-08-13 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78957:f5479d770a54 Date: 2015-08-13 11:41 +0200 http://bitbucket.org/pypy/pypy/changeset/f5479d770a54/ Log:(fijal, arigo, plan_rich) fix the handling of extra same_as and really test it in test_optimizeopt diff --git a/r

[pypy-commit] buildbot default: 2nd attempt

2015-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r954:a1b146e218f9 Date: 2015-08-13 10:10 +0100 http://bitbucket.org/pypy/buildbot/changeset/a1b146e218f9/ Log:2nd attempt diff --git a/master/public_html/default.css b/master/public_html/default.css --- a/master/public_html/default.css +++ b/master/publ

[pypy-commit] buildbot default: Add a around the parts of the html summary.

2015-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r953:c413d1467f6a Date: 2015-08-13 09:58 +0100 http://bitbucket.org/pypy/buildbot/changeset/c413d1467f6a/ Log:Add a around the parts of the html summary. Avoids bad formatting if the window is not large enough. diff --git a/bot2/pypybuildbot/