[pypy-commit] pypy object-dtype2: add tests, fixes for tests

2015-04-03 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: object-dtype2 Changeset: r76697:077446240bbd Date: 2015-04-03 09:03 +0300 http://bitbucket.org/pypy/pypy/changeset/077446240bbd/ Log:add tests, fixes for tests diff --git a/pypy/module/micronumpy/test/test_object_arrays.py

[pypy-commit] pypy object-dtype2: add many ufuncs

2015-04-03 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: object-dtype2 Changeset: r76695:f8e674fa7afc Date: 2015-04-03 00:23 +0300 http://bitbucket.org/pypy/pypy/changeset/f8e674fa7afc/ Log:add many ufuncs diff --git a/pypy/module/micronumpy/test/test_ufuncs.py

[pypy-commit] pypy object-dtype2: add test

2015-04-03 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: object-dtype2 Changeset: r76696:7e5953936ded Date: 2015-04-03 00:23 +0300 http://bitbucket.org/pypy/pypy/changeset/7e5953936ded/ Log:add test diff --git a/pypy/module/micronumpy/test/test_object_arrays.py

[pypy-commit] pypy object-dtype2: small tweaks to dtype name, customtrace; add (failing) tests

2015-04-03 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: object-dtype2 Changeset: r76694:be19ae2bdd93 Date: 2015-04-01 23:22 +0300 http://bitbucket.org/pypy/pypy/changeset/be19ae2bdd93/ Log:small tweaks to dtype name, customtrace; add (failing) tests diff --git a/pypy/module/micronumpy/boxes.py

[pypy-commit] pypy default: merge heads

2015-04-03 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---

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

2015-04-03 Thread arigo
Author: Armin Rigo ar...@tunes.org 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

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

2015-04-03 Thread arigo
Author: Armin Rigo ar...@tunes.org 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

[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 ar...@tunes.org 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

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

2015-04-03 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---

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

2015-04-03 Thread arigo
Author: Armin Rigo ar...@tunes.org 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

[pypy-commit] pypy vmprof: API change

2015-04-03 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 +++

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

2015-04-03 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 @@ /script

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

2015-04-03 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 ---