[pypy-commit] buildbot default: set maxbuilds for raspberry-pi buildslaves

2013-05-08 Thread bivab
Author: David Schneider Branch: Changeset: r816:0255e0434ee6 Date: 2013-05-08 10:03 +0200 http://bitbucket.org/pypy/buildbot/changeset/0255e0434ee6/ Log:set maxbuilds for raspberry-pi buildslaves diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/

[pypy-commit] pypy default: split another function for JIT backends that don't support

2013-05-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r63907:5fc2df623164 Date: 2013-05-08 14:54 +0200 http://bitbucket.org/pypy/pypy/changeset/5fc2df623164/ Log:split another function for JIT backends that don't support floats/longlongs/etc. diff --git a/pypy/module/_cffi_backend/misc.py b/pypy/m

[pypy-commit] pypy default: No-op.

2013-05-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r63908:31f9068a63bf Date: 2013-05-08 17:09 +0200 http://bitbucket.org/pypy/pypy/changeset/31f9068a63bf/ Log:No-op. diff --git a/rpython/memory/gctransform/framework.py b/rpython/memory/gctransform/framework.py --- a/rpython/memory/gctransform/framework

[pypy-commit] pypy default: Add a test. It fails. That's a bad sign.

2013-05-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r63909:e65054b55bef Date: 2013-05-08 17:09 +0200 http://bitbucket.org/pypy/pypy/changeset/e65054b55bef/ Log:Add a test. It fails. That's a bad sign. diff --git a/rpython/translator/backendopt/test/test_graphanalyze.py b/rpython/translator/backendopt/te

[pypy-commit] pypy kill-gen-store-back-in: skip this test

2013-05-08 Thread fijal
Author: Maciej Fijalkowski Branch: kill-gen-store-back-in Changeset: r63910:608abaa6c24f Date: 2013-05-08 13:55 +0200 http://bitbucket.org/pypy/pypy/changeset/608abaa6c24f/ Log:skip this test diff --git a/rpython/jit/metainterp/test/test_recursive.py b/rpython/jit/metainterp/test/test_recur

[pypy-commit] pypy default: A crude hack to disable libffi

2013-05-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63911:70a3ebe126b7 Date: 2013-05-08 17:33 +0200 http://bitbucket.org/pypy/pypy/changeset/70a3ebe126b7/ Log:A crude hack to disable libffi diff --git a/rpython/rlib/clibffi.py b/rpython/rlib/clibffi.py --- a/rpython/rlib/clibffi.py +++ b/rpython

[pypy-commit] pypy default: merge

2013-05-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63914:01814fcfecd2 Date: 2013-05-08 17:34 +0200 http://bitbucket.org/pypy/pypy/changeset/01814fcfecd2/ Log:merge diff --git a/rpython/memory/gctransform/framework.py b/rpython/memory/gctransform/framework.py --- a/rpython/memory/gctransform/fr

[pypy-commit] pypy default: Finish the commit - a hack to disable libffi.a when we're shared and use

2013-05-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63912:f58273adb93e Date: 2013-05-08 17:34 +0200 http://bitbucket.org/pypy/pypy/changeset/f58273adb93e/ Log:Finish the commit - a hack to disable libffi.a when we're shared and use the .so instead (but without a warning) diff --git a/rpy

[pypy-commit] pypy default: merge

2013-05-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63913:669bd7955208 Date: 2013-05-08 17:34 +0200 http://bitbucket.org/pypy/pypy/changeset/669bd7955208/ Log:merge diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targetpypystandalone.py +++ b/p

[pypy-commit] pypy default: Fixes the test, but maybe makes things slower.

2013-05-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r63915:3fb0e6c27959 Date: 2013-05-08 17:38 +0200 http://bitbucket.org/pypy/pypy/changeset/3fb0e6c27959/ Log:Fixes the test, but maybe makes things slower. diff --git a/rpython/translator/backendopt/graphanalyze.py b/rpython/translator/backendopt/grapha

[pypy-commit] pypy release-2.0.x: Fixes the test, but maybe makes things slower.

2013-05-08 Thread arigo
Author: Armin Rigo Branch: release-2.0.x Changeset: r63916:eb5983d848f1 Date: 2013-05-08 17:38 +0200 http://bitbucket.org/pypy/pypy/changeset/eb5983d848f1/ Log:Fixes the test, but maybe makes things slower. (transplanted from 3fb0e6c27959e20cb2b71acebaea47846f24fa86) diff --git a/rpy

[pypy-commit] pypy default: Add a very minimal embedding API. Additionally, 'main' is an always on

2013-05-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63917:3bddab67a436 Date: 2013-05-08 18:01 +0200 http://bitbucket.org/pypy/pypy/changeset/3bddab67a436/ Log:Add a very minimal embedding API. Additionally, 'main' is an always on secondary entrypoint (because why not) diff --git a/pypy/c

[pypy-commit] pypy default: merge

2013-05-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63918:c5635f5e10d6 Date: 2013-05-08 18:02 +0200 http://bitbucket.org/pypy/pypy/changeset/c5635f5e10d6/ Log:merge diff --git a/rpython/translator/backendopt/graphanalyze.py b/rpython/translator/backendopt/graphanalyze.py --- a/rpython/translato

[pypy-commit] pypy default: Shuffle stuff around so we don't have test2 any more

2013-05-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63919:bf1f12fda345 Date: 2013-05-08 18:10 +0200 http://bitbucket.org/pypy/pypy/changeset/bf1f12fda345/ Log:Shuffle stuff around so we don't have test2 any more diff --git a/pypy/interpreter/test2/mymodule.py b/pypy/interpreter/test/mymodule.py

[pypy-commit] pypy default: fix rpython

2013-05-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63920:8b833d24ae83 Date: 2013-05-08 18:15 +0200 http://bitbucket.org/pypy/pypy/changeset/8b833d24ae83/ Log:fix rpython diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targetpypystandalone.py +

[pypy-commit] pypy default: oops

2013-05-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63921:624a417bffcf Date: 2013-05-08 18:23 +0200 http://bitbucket.org/pypy/pypy/changeset/624a417bffcf/ Log:oops diff --git a/rpython/rlib/clibffi.py b/rpython/rlib/clibffi.py --- a/rpython/rlib/clibffi.py +++ b/rpython/rlib/clibffi.py @@ -82,7

[pypy-commit] pypy default: automatically export all @entrypoints, not sure exactly if it works

2013-05-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63922:1e3bae0b8ace Date: 2013-05-08 19:15 +0200 http://bitbucket.org/pypy/pypy/changeset/1e3bae0b8ace/ Log:automatically export all @entrypoints, not sure exactly if it works diff --git a/rpython/rlib/entrypoint.py b/rpython/rlib/entrypoint.py

[pypy-commit] pypy default: export also this

2013-05-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63923:6d23754a30c9 Date: 2013-05-08 19:19 +0200 http://bitbucket.org/pypy/pypy/changeset/6d23754a30c9/ Log:export also this diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/rpython/translator/c/genc.py +++ b/rpytho

[pypy-commit] pypy default: avoid the platform module at applevel

2013-05-08 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r63924:b191d9f8333c Date: 2013-05-08 10:23 -0700 http://bitbucket.org/pypy/pypy/changeset/b191d9f8333c/ Log:avoid the platform module at applevel diff --git a/pypy/objspace/std/test/test_listobject.py b/pypy/objspace/std/test/test_listobject.py ---

[pypy-commit] pypy default: fix import

2013-05-08 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r63925:712b0d30494a Date: 2013-05-08 10:30 -0700 http://bitbucket.org/pypy/pypy/changeset/712b0d30494a/ Log:fix import diff --git a/rpython/rlib/entrypoint.py b/rpython/rlib/entrypoint.py --- a/rpython/rlib/entrypoint.py +++ b/rpython/rlib/entrypoint

[pypy-commit] pypy py3k: 2to3

2013-05-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63926:28b4dbf82ddf Date: 2013-05-08 11:11 -0700 http://bitbucket.org/pypy/pypy/changeset/28b4dbf82ddf/ Log:2to3 diff --git a/lib_pypy/ctypes_config_cache/dumpcache.py b/lib_pypy/ctypes_config_cache/dumpcache.py --- a/lib_pypy/ctypes_config_cach

[pypy-commit] pypy default: dance a bit, so the RPython_StartupCode is called with correctly set stack bottom

2013-05-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63927:037ff5bf2cf9 Date: 2013-05-08 20:47 +0200 http://bitbucket.org/pypy/pypy/changeset/037ff5bf2cf9/ Log:dance a bit, so the RPython_StartupCode is called with correctly set stack bottom diff --git a/rpython/rlib/clibffi.py b/rpython/

[pypy-commit] pypy default: merge

2013-05-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63928:6cf91c47a736 Date: 2013-05-08 20:47 +0200 http://bitbucket.org/pypy/pypy/changeset/6cf91c47a736/ Log:merge diff --git a/pypy/objspace/std/test/test_listobject.py b/pypy/objspace/std/test/test_listobject.py --- a/pypy/objspace/std/test/te

[pypy-commit] pypy default: oops

2013-05-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63929:5bc8ded7660e Date: 2013-05-08 21:20 +0200 http://bitbucket.org/pypy/pypy/changeset/5bc8ded7660e/ Log:oops diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/rpython/translator/c/genc.py +++ b/rpython/translator

[pypy-commit] pypy default: shuffle stuff around

2013-05-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63930:0423d458c98d Date: 2013-05-08 23:54 +0200 http://bitbucket.org/pypy/pypy/changeset/0423d458c98d/ Log:shuffle stuff around diff --git a/rpython/rlib/entrypoint.py b/rpython/rlib/entrypoint.py --- a/rpython/rlib/entrypoint.py +++ b/rpython/

[pypy-commit] pypy improve-docs: Unify formatting of glossaries (use Sphinx' glossary as reference).

2013-05-08 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63932:6ad53ec0bc2a Date: 2013-05-08 14:53 +0200 http://bitbucket.org/pypy/pypy/changeset/6ad53ec0bc2a/ Log:Unify formatting of glossaries (use Sphinx' glossary as reference). diff --git a/pypy/doc/glossary.rst b/pypy/doc/glossary.rst --- a

[pypy-commit] pypy improve-docs: I think the reader knows what a glossary is. ; )

2013-05-08 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63933:0632a34fd3d9 Date: 2013-05-08 14:54 +0200 http://bitbucket.org/pypy/pypy/changeset/0632a34fd3d9/ Log:I think the reader knows what a glossary is. ;) diff --git a/pypy/doc/glossary.rst b/pypy/doc/glossary.rst --- a/pypy/doc/glossary.r

[pypy-commit] pypy improve-docs: Use Sphinx' cross-referencing features in glossaries (this will be expanded).

2013-05-08 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63934:b9177bbb48cd Date: 2013-05-08 15:28 +0200 http://bitbucket.org/pypy/pypy/changeset/b9177bbb48cd/ Log:Use Sphinx' cross-referencing features in glossaries (this will be expanded). diff --git a/pypy/doc/architecture.rst b/pypy/

[pypy-commit] pypy improve-docs: Split glossary.

2013-05-08 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63931:049641859344 Date: 2013-05-08 14:42 +0200 http://bitbucket.org/pypy/pypy/changeset/049641859344/ Log:Split glossary. diff --git a/pypy/doc/glossary.rst b/pypy/doc/glossary.rst --- a/pypy/doc/glossary.rst +++ b/pypy/doc/glossary.rst @

[pypy-commit] pypy improve-docs: Fix two refs.

2013-05-08 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r63935:65bf645150fe Date: 2013-05-08 16:06 +0200 http://bitbucket.org/pypy/pypy/changeset/65bf645150fe/ Log:Fix two refs. diff --git a/rpython/doc/glossary.rst b/rpython/doc/glossary.rst --- a/rpython/doc/glossary.rst +++ b/rpython/doc/glos

[pypy-commit] pypy default: small cleanups

2013-05-08 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r63936:cb9096cdcb75 Date: 2013-05-08 22:29 -0700 http://bitbucket.org/pypy/pypy/changeset/cb9096cdcb75/ Log:small cleanups diff --git a/rpython/bin/translatorshell.py b/rpython/bin/translatorshell.py --- a/rpython/bin/translatorshell.py +++ b/rpython/b