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

2015-04-03 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r593:90cced881ed2 Date: 2015-04-03 19:48 +0200 http://bitbucket.org/pypy/pypy.org/changeset/90cced881ed2/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $59106 of $105000 (

[pypy-commit] pypy vmprof: API change

2015-04-03 Thread arigo
Author: Armin Rigo Branch: vmprof Changeset: r76705:cd020116336a Date: 2015-04-03 19:18 +0200 http://bitbucket.org/pypy/pypy/changeset/cd020116336a/ Log:API change diff --git a/rpython/bin/rpython-vmprof b/rpython/bin/rpython-vmprof --- a/rpython/bin/rpython-vmprof +++ b/rpython/bin/rpython-

[pypy-commit] pypy vmprof: API change: _vmprof.enable() second argument is now measured in seconds,

2015-04-03 Thread arigo
Author: Armin Rigo Branch: vmprof Changeset: r76704:6fd836a1af7b Date: 2015-04-03 19:17 +0200 http://bitbucket.org/pypy/pypy/changeset/6fd836a1af7b/ Log:API change: _vmprof.enable() second argument is now measured in seconds, given as a float, as customary in Python diff --git a/pypy

[pypy-commit] pypy vmprof: Kill "recursive", with comment

2015-04-03 Thread arigo
Author: Armin Rigo Branch: vmprof Changeset: r76703:8ef1c41ed611 Date: 2015-04-03 19:06 +0200 http://bitbucket.org/pypy/pypy/changeset/8ef1c41ed611/ Log:Kill "recursive", with comment diff --git a/pypy/module/_vmprof/src/vmprof.c b/pypy/module/_vmprof/src/vmprof.c --- a/pypy/module/_vmprof/s

[pypy-commit] pypy default: Issue #2015 second attempt: don't put 'call_pure' in short preamble, not

2015-04-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r76701:56eebe9dd813 Date: 2015-04-03 15:28 +0200 http://bitbucket.org/pypy/pypy/changeset/56eebe9dd813/ Log:Issue #2015 second attempt: don't put 'call_pure' in short preamble, not at all, if they can raise. I *think* the issue is that an

[pypy-commit] pypy default: 'fix' test

2015-04-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r76702:b58c996fdef5 Date: 2015-04-03 16:15 +0200 http://bitbucket.org/pypy/pypy/changeset/b58c996fdef5/ Log:'fix' test diff --git a/rpython/jit/metainterp/test/test_string.py b/rpython/jit/metainterp/test/test_string.py --- a/rpython/jit/metainterp/tes

[pypy-commit] pypy default: A systematic fix for slow get_printable_location(): if we call

2015-04-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r76700:c3223de868fa Date: 2015-04-03 15:09 +0200 http://bitbucket.org/pypy/pypy/changeset/c3223de868fa/ Log:A systematic fix for slow get_printable_location(): if we call get_location_str() while debug_prints are disabled, it will just re

[pypy-commit] pypy default: Tentative fix for issue #2015. Didn't manage to write a test...

2015-04-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r76698:d6e8469e06ee Date: 2015-04-03 11:32 +0200 http://bitbucket.org/pypy/pypy/changeset/d6e8469e06ee/ Log:Tentative fix for issue #2015. Didn't manage to write a test... diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/rpython/jit/metainte

[pypy-commit] pypy default: merge heads

2015-04-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r76699:25109032512b Date: 2015-04-03 14:37 +0200 http://bitbucket.org/pypy/pypy/changeset/25109032512b/ Log:merge heads diff --git a/pypy/module/cpyext/longobject.py b/pypy/module/cpyext/longobject.py --- a/pypy/module/cpyext/longobject.py +++ b/pypy/mo