Author: Romain Guillebert
Branch: extradoc
Changeset: r5481:89e8eadeff5e
Date: 2014-12-06 14:02 +0530
http://bitbucket.org/pypy/extradoc/changeset/89e8eadeff5e/
Log:Nearly done ?
diff --git a/talk/scipyindia2014/talk.pdf b/talk/scipyindia2014/talk.pdf
new file mode 100644
index
Author: Amaury Forgeot d'Arc
Branch: more-rposix
Changeset: r74850:3b5d1aeee6d5
Date: 2014-12-06 11:37 +0100
http://bitbucket.org/pypy/pypy/changeset/3b5d1aeee6d5/
Log:Better placement for sandbox properties
diff --git a/rpython/rlib/objectmodel.py b/rpython/rlib/objectmodel.py
--- a/rpython
Author: Amaury Forgeot d'Arc
Branch: more-rposix
Changeset: r74851:c722fad1b5bf
Date: 2014-12-06 11:41 +0100
http://bitbucket.org/pypy/pypy/changeset/c722fad1b5bf/
Log:Don't use os.write in gc helper functions. This fixes a test where
os.write is not used in translated function, and i
Author: Armin Rigo
Branch:
Changeset: r187:31b44d824886
Date: 2014-12-06 18:03 +0100
http://bitbucket.org/cffi/creflect/changeset/31b44d824886/
Log:tweak the regexp to recognize also "#define FOO" with no value
specified.
diff --git a/creflect/cparser.py b/creflect/cparser.py
--- a/
Author: Armin Rigo
Branch:
Changeset: r188:13d44f67603a
Date: 2014-12-06 19:34 +0100
http://bitbucket.org/cffi/creflect/changeset/13d44f67603a/
Log:Calling function pointer cdata objects. Works only for types that
have been declared in the .crx, but without any libffi dependency.
di
Author: Armin Rigo
Branch:
Changeset: r189:08d9551d66e1
Date: 2014-12-06 19:42 +0100
http://bitbucket.org/cffi/creflect/changeset/08d9551d66e1/
Log:fix asserts
diff --git a/zeffir/builder.c b/zeffir/builder.c
--- a/zeffir/builder.c
+++ b/zeffir/builder.c
@@ -522,7 +522,6 @@
if (interne
Author: Armin Rigo
Branch:
Changeset: r190:4f6dbe2e4bdc
Date: 2014-12-06 20:11 +0100
http://bitbucket.org/cffi/creflect/changeset/4f6dbe2e4bdc/
Log:port more from _cffi_backend
diff --git a/zeffir/builder.c b/zeffir/builder.c
--- a/zeffir/builder.c
+++ b/zeffir/builder.c
@@ -224,15 +224,21
Author: Brian Kearns
Branch:
Changeset: r74852:b797c990f775
Date: 2014-12-06 15:03 -0500
http://bitbucket.org/pypy/pypy/changeset/b797c990f775/
Log:adjust test_zjit func name for clarity
diff --git a/pypy/module/micronumpy/compile.py
b/pypy/module/micronumpy/compile.py
--- a/pypy/module/mi
Author: Armin Rigo
Branch:
Changeset: r192:d43293d10be7
Date: 2014-12-06 21:40 +0100
http://bitbucket.org/cffi/creflect/changeset/d43293d10be7/
Log:enums
diff --git a/creflect/cparser.py b/creflect/cparser.py
--- a/creflect/cparser.py
+++ b/creflect/cparser.py
@@ -256,7 +256,7 @@
def
Author: Armin Rigo
Branch:
Changeset: r191:1471bfadbc0f
Date: 2014-12-06 20:25 +0100
http://bitbucket.org/cffi/creflect/changeset/1471bfadbc0f/
Log:Declare opaque structs
diff --git a/creflect/model.py b/creflect/model.py
--- a/creflect/model.py
+++ b/creflect/model.py
@@ -659,6 +659,8 @@
Author: Alex Gaynor
Branch:
Changeset: r74853:de9938702e0c
Date: 2014-12-06 20:10 -0800
http://bitbucket.org/pypy/pypy/changeset/de9938702e0c/
Log:Support building on systems with no ssl3
diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py
--- a/pypy/module/_ssl/int
11 matches
Mail list logo