[pypy-commit] pypy py3k: Most integers are bigints in py3k

2012-11-09 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58818:12c63be3b049 Date: 2012-11-09 21:21 + http://bitbucket.org/pypy/pypy/changeset/12c63be3b049/ Log:Most integers are bigints in py3k diff --git a/pypy/module/_rawffi/interp_rawffi.py b/pypy/module/_rawffi/interp_rawffi.py --- a/p

[pypy-commit] pypy py3k: Fix spaceconfig: usemodules is a tuple!

2012-11-09 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58817:40f54ef9d7f4 Date: 2012-11-09 21:13 +0100 http://bitbucket.org/pypy/pypy/changeset/40f54ef9d7f4/ Log:Fix spaceconfig: usemodules is a tuple! diff --git a/pypy/module/imp/test/test_app.py b/pypy/module/imp/test/test_app.py --- a/pypy

[pypy-commit] pypy py3k: Fix most cffi tests

2012-11-09 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58816:870eaf26f0fc Date: 2012-11-09 21:12 +0100 http://bitbucket.org/pypy/pypy/changeset/870eaf26f0fc/ Log:Fix most cffi tests diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_

[pypy-commit] pypy default: Test from cffi/2f3f5a229adb and fix.

2012-11-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r58815:4cf40b5094b7 Date: 2012-11-09 18:07 +0100 http://bitbucket.org/pypy/pypy/changeset/4cf40b5094b7/ Log:Test from cffi/2f3f5a229adb and fix. diff --git a/pypy/module/_cffi_backend/ctypefunc.py b/pypy/module/_cffi_backend/ctypefunc.py --- a/pypy/mod

[pypy-commit] cffi default: Cannot pass a struct with an array of length 0. We can't correctly

2012-11-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r1035:2f3f5a229adb Date: 2012-11-09 18:04 +0100 http://bitbucket.org/cffi/cffi/changeset/2f3f5a229adb/ Log:Cannot pass a struct with an array of length 0. We can't correctly build the ffi struct in this case. diff --git a/c/_cffi_backend.c b/c/_

[pypy-commit] pypy default: Import and fix cffi/b22bc0909265.

2012-11-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r58814:be31229abe7d Date: 2012-11-09 17:48 +0100 http://bitbucket.org/pypy/pypy/changeset/be31229abe7d/ Log:Import and fix cffi/b22bc0909265. diff --git a/pypy/module/_cffi_backend/ctypefunc.py b/pypy/module/_cffi_backend/ctypefunc.py --- a/pypy/module

[pypy-commit] cffi default: Improve the test, which fails now. Fix it.

2012-11-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r1034:b22bc0909265 Date: 2012-11-09 17:40 +0100 http://bitbucket.org/cffi/cffi/changeset/b22bc0909265/ Log:Improve the test, which fails now. Fix it. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -

[pypy-commit] cffi default: Add a passing test which is reported to fail on PyPy.

2012-11-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r1033:b8f90396c06f Date: 2012-11-09 17:12 +0100 http://bitbucket.org/cffi/cffi/changeset/b8f90396c06f/ Log:Add a passing test which is reported to fail on PyPy. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_bac

[pypy-commit] extradoc extradoc: Write down "GIL" somewhere.

2012-11-09 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4911:8bc95c25e9fc Date: 2012-11-09 16:52 +0100 http://bitbucket.org/pypy/extradoc/changeset/8bc95c25e9fc/ Log:Write down "GIL" somewhere. diff --git a/talk/fscons2012/talk.rst b/talk/fscons2012/talk.rst --- a/talk/fscons2012/talk.rst +++ b/talk

[pypy-commit] extradoc extradoc: merge heads

2012-11-09 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4910:4dd05e513e27 Date: 2012-11-09 16:36 +0100 http://bitbucket.org/pypy/extradoc/changeset/4dd05e513e27/ Log:merge heads diff --git a/talk/fscons2012/GIL.fig b/talk/fscons2012/GIL.fig new file mode 100644 --- /dev/null +++ b/talk/fscons20

[pypy-commit] extradoc extradoc: Conditionally use hyperref or url packages depending on the target

2012-11-09 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4909:b69e5cd600ed Date: 2012-11-09 16:33 +0100 http://bitbucket.org/pypy/extradoc/changeset/b69e5cd600ed/ Log:Conditionally use hyperref or url packages depending on the target diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex

[pypy-commit] extradoc extradoc: force page size to US Letter

2012-11-09 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4908:dfb4ceb04039 Date: 2012-11-09 16:33 +0100 http://bitbucket.org/pypy/extradoc/changeset/dfb4ceb04039/ Log:force page size to US Letter diff --git a/talk/vmil2012/Makefile b/talk/vmil2012/Makefile --- a/talk/vmil2012/Makefile +++ b/talk

[pypy-commit] extradoc extradoc: do not require pdf for figures

2012-11-09 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4907:e248eefe8464 Date: 2012-11-09 14:20 +0100 http://bitbucket.org/pypy/extradoc/changeset/e248eefe8464/ Log:do not require pdf for figures diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b

[pypy-commit] extradoc extradoc: Start preparing submission for publication

2012-11-09 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4905:bc86e40632ea Date: 2012-11-08 15:12 +0100 http://bitbucket.org/pypy/extradoc/changeset/bc86e40632ea/ Log:Start preparing submission for publication diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/pap

[pypy-commit] pypy default: merge heads

2012-11-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r58813:817f45e732ef Date: 2012-11-09 16:29 +0100 http://bitbucket.org/pypy/pypy/changeset/817f45e732ef/ Log:merge heads diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rs

[pypy-commit] pypy remove-globals-in-jit: in-progress

2012-11-09 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r58812:c2481d29eb67 Date: 2012-11-08 22:19 +0100 http://bitbucket.org/pypy/pypy/changeset/c2481d29eb67/ Log:in-progress diff --git a/pypy/jit/backend/llgraph/runner.py b/pypy/jit/backend/llgraph/runner.py --- a/pypy/jit/backend/llg

[pypy-commit] pypy remove-globals-in-jit: in-progress

2012-11-09 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r58809:9425100f5e76 Date: 2012-11-08 14:07 +0100 http://bitbucket.org/pypy/pypy/changeset/9425100f5e76/ Log:in-progress diff --git a/pypy/jit/backend/llgraph/runner.py b/pypy/jit/backend/llgraph/runner.py --- a/pypy/jit/backend/llg

[pypy-commit] pypy remove-globals-in-jit: Add this too.

2012-11-09 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r58806:d44ad061c141 Date: 2012-11-08 10:53 +0100 http://bitbucket.org/pypy/pypy/changeset/d44ad061c141/ Log:Add this too. diff --git a/pypy/jit/backend/model.py b/pypy/jit/backend/model.py --- a/pypy/jit/backend/model.py +++ b/pypy/

[pypy-commit] pypy remove-globals-in-jit: tweak tweak

2012-11-09 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r58808:62528f66db7a Date: 2012-11-08 14:06 +0100 http://bitbucket.org/pypy/pypy/changeset/62528f66db7a/ Log:tweak tweak diff --git a/pypy/jit/backend/llgraph/runner.py b/pypy/jit/backend/llgraph/runner.py --- a/pypy/jit/backend/llg

[pypy-commit] pypy remove-globals-in-jit: The goal.

2012-11-09 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r58805:30cbfd46cdf8 Date: 2012-11-08 10:49 +0100 http://bitbucket.org/pypy/pypy/changeset/30cbfd46cdf8/ Log:The goal. diff --git a/pypy/jit/backend/model.py b/pypy/jit/backend/model.py --- a/pypy/jit/backend/model.py +++ b/pypy/jit/

[pypy-commit] pypy remove-globals-in-jit: Try again from scratch: step 1 is removing the globals from the run-time

2012-11-09 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r58804:1b007271a980 Date: 2012-11-08 10:40 +0100 http://bitbucket.org/pypy/pypy/changeset/1b007271a980/ Log:Try again from scratch: step 1 is removing the globals from the run- time in the JIT-generated code. ___

[pypy-commit] extradoc extradoc: The FSCONS talk, draft.

2012-11-09 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4904:4734acd5602d Date: 2012-11-09 15:53 +0100 http://bitbucket.org/pypy/extradoc/changeset/4734acd5602d/ Log:The FSCONS talk, draft. diff --git a/talk/fscons2012/GIL.fig b/talk/fscons2012/GIL.fig new file mode 100644 --- /dev/null +++ b/talk/f

[pypy-commit] pypy default: merge numpypy.float16 (a branch to support float16 container type for numypy)

2012-11-09 Thread mattip
Author: mattip Branch: Changeset: r58803:96359ae1cf13 Date: 2012-11-09 13:44 +0200 http://bitbucket.org/pypy/pypy/changeset/96359ae1cf13/ Log:merge numpypy.float16 (a branch to support float16 container type for numypy) into default. This container converts to python float fo

[pypy-commit] pypy numpypy.float16: document float16 numpypy branch

2012-11-09 Thread mattip
Author: mattip Branch: numpypy.float16 Changeset: r58801:a254cb0e6382 Date: 2012-11-09 13:34 +0200 http://bitbucket.org/pypy/pypy/changeset/a254cb0e6382/ Log:document float16 numpypy branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy numpypy.float16: fix for 32 bit

2012-11-09 Thread mattip
Author: mattip Branch: numpypy.float16 Changeset: r58800:b1f1cc455a09 Date: 2012-11-09 11:56 +0200 http://bitbucket.org/pypy/pypy/changeset/b1f1cc455a09/ Log:fix for 32 bit diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy/interp_ufuncs.py --- a/pypy/module/micro

[pypy-commit] pypy numpypy.float16: promote to float64

2012-11-09 Thread mattip
Author: mattip Branch: numpypy.float16 Changeset: r58799:b717b432359d Date: 2012-11-08 14:35 -0800 http://bitbucket.org/pypy/pypy/changeset/b717b432359d/ Log:promote to float64 diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy/interp_ufuncs.py --- a/pypy/module/m

[pypy-commit] pypy numpypy.float16: translation fix

2012-11-09 Thread mattip
Author: mattip Branch: numpypy.float16 Changeset: r58798:2d7ca9c26e59 Date: 2012-11-08 14:34 -0800 http://bitbucket.org/pypy/pypy/changeset/2d7ca9c26e59/ Log:translation fix diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtypes.py --- a/pypy/modul