[pypy-commit] pypy default: bah, fix two typos

2011-05-19 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44308:4c6419d5ea4e Date: 2011-05-19 16:06 +0200 http://bitbucket.org/pypy/pypy/changeset/4c6419d5ea4e/ Log:bah, fix two typos diff --git a/pypy/tool/memusage/log2gnumeric.py b/pypy/tool/memusage/log2gnumeric.py --- a/pypy/tool/memusage/log2gnumeric.

[pypy-commit] pypy default: add instructions on how to use log2gnumeric.py

2011-05-19 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44307:5c2e1f7c500d Date: 2011-05-19 15:56 +0200 http://bitbucket.org/pypy/pypy/changeset/5c2e1f7c500d/ Log:add instructions on how to use log2gnumeric.py diff --git a/pypy/tool/memusage/log2gnumeric.py b/pypy/tool/memusage/log2gnumeric.py --- a/pypy

[pypy-commit] pypy default: chmod +x log2gnumeric.py

2011-05-19 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44306:12105b10789c Date: 2011-05-19 15:38 +0200 http://bitbucket.org/pypy/pypy/changeset/12105b10789c/ Log:chmod +x log2gnumeric.py diff --git a/pypy/tool/memusage/log2gnumeric.py b/pypy/tool/memusage/log2gnumeric.py old mode 100644 new mode 100755

[pypy-commit] pypy default: add the -o option to memusage.py

2011-05-19 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44305:4dcb56365f28 Date: 2011-05-19 15:38 +0200 http://bitbucket.org/pypy/pypy/changeset/4dcb56365f28/ Log:add the -o option to memusage.py diff --git a/pypy/tool/memusage/memusage.py b/pypy/tool/memusage/memusage.py --- a/pypy/tool/memusage/memusage

[pypy-commit] pypy default: add this tool to poll the VmRSS of a running process, originally written by arigo

2011-05-19 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44304:555128042d9c Date: 2011-05-19 15:23 +0200 http://bitbucket.org/pypy/pypy/changeset/555128042d9c/ Log:add this tool to poll the VmRSS of a running process, originally written by arigo diff --git a/pypy/tool/memusage/memusage.py b/pypy/to

[pypy-commit] pypy default: remove this outdated file

2011-05-19 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44303:46f9df79009c Date: 2011-05-19 15:05 +0200 http://bitbucket.org/pypy/pypy/changeset/46f9df79009c/ Log:remove this outdated file diff --git a/pypy/jit/tool/cpython.vmrss b/pypy/jit/tool/cpython.vmrss deleted file mode 100644 --- a/pypy/jit/tool/c

[pypy-commit] pypy default: move this tool to its own directory; it does not really belong to the JIT

2011-05-19 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44302:00546e5f5dde Date: 2011-05-19 15:04 +0200 http://bitbucket.org/pypy/pypy/changeset/00546e5f5dde/ Log:move this tool to its own directory; it does not really belong to the JIT diff --git a/pypy/tool/memusage/__init__.py b/pypy/tool/memus

[pypy-commit] pypy default: fix for the case in which you don't pass the cpython vmrss

2011-05-19 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44301:b6fde36d737a Date: 2011-05-19 14:48 +0200 http://bitbucket.org/pypy/pypy/changeset/b6fde36d737a/ Log:fix for the case in which you don't pass the cpython vmrss diff --git a/pypy/jit/tool/log2gnumeric.py b/pypy/jit/tool/log2gnumeric.py --- a/pyp

[pypy-commit] pypy default: update links

2011-05-19 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44300:1222d08eb052 Date: 2011-05-19 14:46 +0200 http://bitbucket.org/pypy/pypy/changeset/1222d08eb052/ Log:update links diff --git a/README b/README --- a/README +++ b/README @@ -15,10 +15,10 @@ The getting-started document will help guide you:

[pypy-commit] pypy jitypes2: actually test the code generated for the ffi call

2011-05-19 Thread antocuni
Author: Antonio Cuni Branch: jitypes2 Changeset: r44299:3b517c523f0a Date: 2011-05-19 11:52 +0200 http://bitbucket.org/pypy/pypy/changeset/3b517c523f0a/ Log:actually test the code generated for the ffi call diff --git a/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py b/pypy/module/pypyji

[pypy-commit] pypy default: merge heads

2011-05-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r44298:91066ab7ada4 Date: 2011-05-19 11:15 +0200 http://bitbucket.org/pypy/pypy/changeset/91066ab7ada4/ Log:merge heads diff --git a/pypy/module/pypyjit/test_pypy_c/test_model.py b/pypy/module/pypyjit/test_pypy_c/test_model.py --- a/pypy/module/pypyjit

[pypy-commit] pypy default: A test that passes. (Not trying to find a bug, rather trying

2011-05-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r44297:d9715c8e37eb Date: 2011-05-19 11:14 +0200 http://bitbucket.org/pypy/pypy/changeset/d9715c8e37eb/ Log:A test that passes. (Not trying to find a bug, rather trying to re- understand how this test can possibly pass :-) diff --git a/pypy/jit/

[pypy-commit] pypy default: make sure to import site for this test, else it fails inside virtualenv

2011-05-19 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44296:f75a360e5b86 Date: 2011-05-19 10:57 +0200 http://bitbucket.org/pypy/pypy/changeset/f75a360e5b86/ Log:make sure to import site for this test, else it fails inside virtualenv diff --git a/pypy/module/pypyjit/test_pypy_c/test_model.py b/p

[pypy-commit] pypy default: fix this test for the "fake_pypy_c" case

2011-05-19 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44295:6cf7f3104cea Date: 2011-05-19 10:49 +0200 http://bitbucket.org/pypy/pypy/changeset/6cf7f3104cea/ Log:fix this test for the "fake_pypy_c" case diff --git a/pypy/tool/release/test/test_package.py b/pypy/tool/release/test/test_package.py --- a/py