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.
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
---
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
-
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
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
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 @
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
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
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
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
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
+
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
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
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
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
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/
16 matches
Mail list logo