[pypy-commit] pypy minimark-noclear: Fix.

2012-08-27 Thread arigo
Author: Armin Rigo Branch: minimark-noclear Changeset: r56884:caa918f10646 Date: 2012-08-27 16:24 +0200 http://bitbucket.org/pypy/pypy/changeset/caa918f10646/ Log:Fix. diff --git a/pypy/rpython/memory/gc/minimark.py b/pypy/rpython/memory/gc/minimark.py --- a/pypy/rpython/memory/gc/minimark.

[pypy-commit] pypy result-in-resops: start porting backend tests

2012-08-27 Thread fijal
Author: Maciej Fijalkowski Branch: result-in-resops Changeset: r56885:81cc84cd3fb3 Date: 2012-08-27 17:47 +0200 http://bitbucket.org/pypy/pypy/changeset/81cc84cd3fb3/ Log:start porting backend tests diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py ---

[pypy-commit] pypy default: add a monkeypatch to py.code.Source.deindent to our conftest to avoid cpu burn

2012-08-27 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r56886:463589f1428d Date: 2012-08-27 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/463589f1428d/ Log:add a monkeypatch to py.code.Source.deindent to our conftest to avoid cpu burn diff --git a/pypy/conftest.py b/pypy/conftest.py -

[pypy-commit] pypy result-in-resops: port the backend test until we run into issues

2012-08-27 Thread fijal
Author: Maciej Fijalkowski Branch: result-in-resops Changeset: r56887:758e5ef63116 Date: 2012-08-27 18:53 +0200 http://bitbucket.org/pypy/pypy/changeset/758e5ef63116/ Log:port the backend test until we run into issues diff --git a/pypy/jit/backend/llgraph/llimpl.py b/pypy/jit/backend/llgrap

[pypy-commit] pypy default: issue1116: No objection, so go ahead and fix interp_iobase, even

2012-08-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r56888:52f958893e11 Date: 2012-08-27 21:29 +0200 http://bitbucket.org/pypy/pypy/changeset/52f958893e11/ Log:issue1116: No objection, so go ahead and fix interp_iobase, even though I don't really know it. diff --git a/pypy/module/_io/interp_iobas

[pypy-commit] cffi default: Bug with sizeof(union)

2012-08-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r900:6bb8f88697fe Date: 2012-08-27 21:57 +0200 http://bitbucket.org/cffi/cffi/changeset/6bb8f88697fe/ Log:Bug with sizeof(union) (thanks paniq on issue #25) diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -2039,3 +2039,21 @

[pypy-commit] cffi default: Fix.

2012-08-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r901:a3adced7a044 Date: 2012-08-27 21:58 +0200 http://bitbucket.org/cffi/cffi/changeset/a3adced7a044/ Log:Fix. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -3117,9 +3117,8 @@ assert(offse

[pypy-commit] pypy default: Copy the test from cffi/c/test_c

2012-08-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r56889:ad4ac20a30a2 Date: 2012-08-27 22:08 +0200 http://bitbucket.org/pypy/pypy/changeset/ad4ac20a30a2/ Log:Copy the test from cffi/c/test_c diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c

[pypy-commit] pypy default: merge heads

2012-08-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r56891:075c4c31e0c7 Date: 2012-08-27 22:11 +0200 http://bitbucket.org/pypy/pypy/changeset/075c4c31e0c7/ Log:merge heads diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@ -19,6 +19,15 @@ # option = None

[pypy-commit] pypy default: Copy the fix from _cffi_backend.c.

2012-08-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r56890:5584070557bf Date: 2012-08-27 22:11 +0200 http://bitbucket.org/pypy/pypy/changeset/5584070557bf/ Log:Copy the fix from _cffi_backend.c. diff --git a/pypy/module/_cffi_backend/newtype.py b/pypy/module/_cffi_backend/newtype.py --- a/pypy/module/_c

[pypy-commit] pypy improve-rbigint: Make test_decimal (the last test) pass.

2012-08-27 Thread Stian Andreassen
Author: Stian Andreassen Branch: improve-rbigint Changeset: r56892:92f8a4632989 Date: 2012-08-27 22:11 +0200 http://bitbucket.org/pypy/pypy/changeset/92f8a4632989/ Log:Make test_decimal (the last test) pass. diff --git a/pypy/rlib/rbigint.py b/pypy/rlib/rbigint.py --- a/pypy/rlib/rbigint.py +

[pypy-commit] pypy default: The original deindent() function returns a Source instead of a string,

2012-08-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r56893:ffd617dc699b Date: 2012-08-27 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/ffd617dc699b/ Log:The original deindent() function returns a Source instead of a string, and some places are relying on this. Fix. diff --git a/pypy/confte

[pypy-commit] pypy numpypy-complex2: use space complex not rlib.rcomplex for math functions

2012-08-27 Thread mattip
Author: mattip Branch: numpypy-complex2 Changeset: r56895:91fd1795c5bd Date: 2012-08-27 23:55 +0300 http://bitbucket.org/pypy/pypy/changeset/91fd1795c5bd/ Log:use space complex not rlib.rcomplex for math functions diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py

[pypy-commit] pypy numpypy-complex2: flesh out rcomplex

2012-08-27 Thread mattip
Author: mattip Branch: numpypy-complex2 Changeset: r56894:407a51b72c9d Date: 2012-08-27 20:23 +0300 http://bitbucket.org/pypy/pypy/changeset/407a51b72c9d/ Log:flesh out rcomplex diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_ufuncs.py --- a/pypy/m

[pypy-commit] pypy numpypy-complex2: Backed out changeset: 91fd1795c5bd

2012-08-27 Thread mattip
Author: mattip Branch: numpypy-complex2 Changeset: r56896:d0c1ca50197c Date: 2012-08-28 00:55 +0300 http://bitbucket.org/pypy/pypy/changeset/d0c1ca50197c/ Log:Backed out changeset: 91fd1795c5bd rcomplex is indeed the correct way to proceed, tests can be refactored from cmath/test/test

[pypy-commit] extradoc extradoc: Move this comment.

2012-08-27 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4729:1b92431b0ca1 Date: 2012-08-28 00:13 +0200 http://bitbucket.org/pypy/extradoc/changeset/1b92431b0ca1/ Log:Move this comment. diff --git a/talk/stm2012/stmimpl.rst b/talk/stm2012/stmimpl.rst --- a/talk/stm2012/stmimpl.rst +++ b/talk/stm2012/