Author: Antonio Cuni
Branch:
Changeset: r67483:147153568452
Date: 2013-10-21 18:06 +0200
http://bitbucket.org/pypy/pypy/changeset/147153568452/
Log:merge the fast_cffi_list_init branch.
This adds special support for converting a list with IntStrategy to
a cffi long[] array a
Author: Antonio Cuni
Branch: fast_cffi_list_init
Changeset: r67482:bcad65dfb0d0
Date: 2013-10-21 18:03 +0200
http://bitbucket.org/pypy/pypy/changeset/bcad65dfb0d0/
Log:close to-be-merged branch
___
pypy-commit mailing list
pypy-commit@python.org
ht
Author: Armin Rigo
Branch:
Changeset: r67480:7f3f5f2569ae
Date: 2013-10-21 15:00 +0200
http://bitbucket.org/pypy/pypy/changeset/7f3f5f2569ae/
Log:Support for test_calling_object_init on top of pypy
diff --git a/rpython/rtyper/rbuiltin.py b/rpython/rtyper/rbuiltin.py
--- a/rpython/rtyper/rbu
Author: Armin Rigo
Branch:
Changeset: r1377:4ef315f70817
Date: 2013-10-21 14:23 +0200
http://bitbucket.org/cffi/cffi/changeset/4ef315f70817/
Log:Docstring fix
diff --git a/cffi/api.py b/cffi/api.py
--- a/cffi/api.py
+++ b/cffi/api.py
@@ -133,7 +133,7 @@
def typeof(self, cdecl):
Author: Armin Rigo
Branch:
Changeset: r1378:f37a06c4c060
Date: 2013-10-21 14:31 +0200
http://bitbucket.org/cffi/cffi/changeset/f37a06c4c060/
Log:Document the workaround for taking pointers to functions.
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++
Author: Remi Meier
Branch:
Changeset: r538:2c23968e3d8f
Date: 2013-10-21 10:33 +0200
http://bitbucket.org/pypy/stmgc/changeset/2c23968e3d8f/
Log:make nursery_current, nursery_nextlimit and active real thread-
locals
diff --git a/c4/demo_random.c b/c4/demo_random.c
--- a/c4/demo_rand
Author: Armin Rigo
Branch:
Changeset: r1376:9cbe860ba46e
Date: 2013-10-21 11:45 +0200
http://bitbucket.org/cffi/cffi/changeset/9cbe860ba46e/
Log:Added Homebrew instructions
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -101