[pypy-commit] pypy vecopt: could end in a finish operation, crashed the optimizer

2015-08-02 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78751:c83f61da5f2d Date: 2015-08-03 08:22 +0200 http://bitbucket.org/pypy/pypy/changeset/c83f61da5f2d/ Log:could end in a finish operation, crashed the optimizer diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/histo

[pypy-commit] pypy ufunc-reduce: Clean up accumulate loops

2015-08-02 Thread rlamy
Author: Ronan Lamy Branch: ufunc-reduce Changeset: r78750:1eb5d76e3f7b Date: 2015-08-02 20:17 +0100 http://bitbucket.org/pypy/pypy/changeset/1eb5d76e3f7b/ Log:Clean up accumulate loops diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/module/micronumpy/l

[pypy-commit] pypy ufunc-reduce: Remove wrong docstring

2015-08-02 Thread rlamy
Author: Ronan Lamy Branch: ufunc-reduce Changeset: r78748:adf035e65bc8 Date: 2015-08-02 18:18 +0100 http://bitbucket.org/pypy/pypy/changeset/adf035e65bc8/ Log:Remove wrong docstring diff --git a/pypy/module/micronumpy/ufuncs.py b/pypy/module/micronumpy/ufuncs.py --- a/pypy/module/micronumpy/

[pypy-commit] pypy ufunc-reduce: Clean up shape handling in ufunc.accumulate()

2015-08-02 Thread rlamy
Author: Ronan Lamy Branch: ufunc-reduce Changeset: r78749:8586b501eab6 Date: 2015-08-02 19:30 +0100 http://bitbucket.org/pypy/pypy/changeset/8586b501eab6/ Log:Clean up shape handling in ufunc.accumulate() diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/

[pypy-commit] pypy vmprof-review: Forgot to call the remove_*() functions in disable()

2015-08-02 Thread arigo
Author: Armin Rigo Branch: vmprof-review Changeset: r78747:2ea21e4d4d89 Date: 2015-08-02 17:49 +0200 http://bitbucket.org/pypy/pypy/changeset/2ea21e4d4d89/ Log:Forgot to call the remove_*() functions in disable() diff --git a/rpython/rlib/rvmprof/src/rvmprof.c b/rpython/rlib/rvmprof/src/rvm

[pypy-commit] pypy default: test, fix for issue #2105

2015-08-02 Thread mattip
Author: mattip Branch: Changeset: r78746:f3e27c185636 Date: 2015-08-02 19:22 +0300 http://bitbucket.org/pypy/pypy/changeset/f3e27c185636/ Log:test, fix for issue #2105 diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.py +++ b/pypy/tool

[pypy-commit] pypy vmprof-review: Enable(), disable()

2015-08-02 Thread arigo
Author: Armin Rigo Branch: vmprof-review Changeset: r78745:6ea3a10ad04e Date: 2015-08-02 17:41 +0200 http://bitbucket.org/pypy/pypy/changeset/6ea3a10ad04e/ Log:Enable(), disable() diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjs

[pypy-commit] pypy vmprof-review: Tweaks tweaks until the tests pass

2015-08-02 Thread arigo
Author: Armin Rigo Branch: vmprof-review Changeset: r78744:ff54f7fd27c2 Date: 2015-08-02 17:11 +0200 http://bitbucket.org/pypy/pypy/changeset/ff54f7fd27c2/ Log:Tweaks tweaks until the tests pass diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py --- a/rpython/rlib/rvm

[pypy-commit] pypy vmprof-review: Add some files from pypy/module/_vmprof/src

2015-08-02 Thread arigo
Author: Armin Rigo Branch: vmprof-review Changeset: r78743:0f949cb3ea81 Date: 2015-08-02 16:49 +0200 http://bitbucket.org/pypy/pypy/changeset/0f949cb3ea81/ Log:Add some files from pypy/module/_vmprof/src diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py --- a/rpython

[pypy-commit] pypy vmprof-review: Test and fixes for enable()

2015-08-02 Thread arigo
Author: Armin Rigo Branch: vmprof-review Changeset: r78742:1d75a1bd5d77 Date: 2015-08-02 16:35 +0200 http://bitbucket.org/pypy/pypy/changeset/1d75a1bd5d77/ Log:Test and fixes for enable() diff --git a/rpython/rlib/rvmprof/rvmprof.py b/rpython/rlib/rvmprof/rvmprof.py --- a/rpython/rlib/rvmpro

[pypy-commit] pypy vmprof-review: in-progress

2015-08-02 Thread arigo
Author: Armin Rigo Branch: vmprof-review Changeset: r78741:fcf2c4f1208a Date: 2015-08-02 16:27 +0200 http://bitbucket.org/pypy/pypy/changeset/fcf2c4f1208a/ Log:in-progress diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py --- a/rpython/rlib/rvmprof/cintf.py +++ b/rpy

[pypy-commit] pypy vmprof-review: Skip running the tests based on platform

2015-08-02 Thread arigo
Author: Armin Rigo Branch: vmprof-review Changeset: r78740:3776642bc6fc Date: 2015-08-02 15:58 +0200 http://bitbucket.org/pypy/pypy/changeset/3776642bc6fc/ Log:Skip running the tests based on platform diff --git a/rpython/rlib/rvmprof/test/test_rvmprof.py b/rpython/rlib/rvmprof/test/test_rv

[pypy-commit] pypy vmprof-review: Pass the translation tests for the generated trampolines

2015-08-02 Thread arigo
Author: Armin Rigo Branch: vmprof-review Changeset: r78739:251e3d7a6609 Date: 2015-08-02 15:57 +0200 http://bitbucket.org/pypy/pypy/changeset/251e3d7a6609/ Log:Pass the translation tests for the generated trampolines diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py

[pypy-commit] pypy vmprof-review: in-progress

2015-08-02 Thread arigo
Author: Armin Rigo Branch: vmprof-review Changeset: r78738:e34fc115c19d Date: 2015-08-02 15:13 +0200 http://bitbucket.org/pypy/pypy/changeset/e34fc115c19d/ Log:in-progress diff --git a/rpython/rlib/rvmprof/__init__.py b/rpython/rlib/rvmprof/__init__.py new file mode 100644 --- /dev/null +++

[pypy-commit] pypy vmprof-review: hg merge default

2015-08-02 Thread arigo
Author: Armin Rigo Branch: vmprof-review Changeset: r78737:7ea6e6a2f418 Date: 2015-08-02 10:13 +0200 http://bitbucket.org/pypy/pypy/changeset/7ea6e6a2f418/ Log:hg merge default diff too long, truncating to 2000 out of 8977 lines diff --git a/lib-python/2.7/test/test_urllib2.py b/lib-python

[pypy-commit] pypy vmprof-review: tweaks

2015-08-02 Thread arigo
Author: Armin Rigo Branch: vmprof-review Changeset: r78736:e58e68d58e42 Date: 2015-08-02 10:13 +0200 http://bitbucket.org/pypy/pypy/changeset/e58e68d58e42/ Log:tweaks diff --git a/rpython/rlib/rvmprof/rvmprof.py b/rpython/rlib/rvmprof/rvmprof.py --- a/rpython/rlib/rvmprof/rvmprof.py +++ b/rp

[pypy-commit] pypy.org extradoc: update the values

2015-08-02 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r629:874a636c48d5 Date: 2015-08-02 12:18 +0200 http://bitbucket.org/pypy/pypy.org/changeset/874a636c48d5/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#pro