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
---
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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/
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.
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
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
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
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
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/
27 matches
Mail list logo