Author: Armin Rigo
Branch:
Changeset: r2799:3cf075e86070
Date: 2016-10-25 12:04 +0200
http://bitbucket.org/cffi/cffi/changeset/3cf075e86070/
Log:Fix test
diff --git a/testing/cffi1/test_recompiler.py b/testing/cffi1/test_recompiler.py
--- a/testing/cffi1/test_recompiler.py
+++ b/testing/cff
Author: Armin Rigo
Branch:
Changeset: r2797:b4de89f7cec4
Date: 2016-10-25 09:18 +0200
http://bitbucket.org/cffi/cffi/changeset/b4de89f7cec4/
Log:Fix what is hopefully the last remaining issues with
calculate_variable_array_length
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--
Author: Armin Rigo
Branch:
Changeset: r2798:269ab01b4990
Date: 2016-10-25 11:25 +0200
http://bitbucket.org/cffi/cffi/changeset/269ab01b4990/
Log:Share code
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -912,7 +912,7 @@
new_sized_cdata
Author: Ronan Lamy
Branch: py3.5
Changeset: r87935:6961be5cf15d
Date: 2016-10-25 18:05 +0100
http://bitbucket.org/pypy/pypy/changeset/6961be5cf15d/
Log:Compatibility: implement staticmethod.__init__ and
classmethod.__init__
diff --git a/pypy/interpreter/function.py b/pypy/interpreter
Author: Carl Friedrich Bolz
Branch: cpyext-injection
Changeset: r87934:a78105474431
Date: 2016-10-25 16:36 +0200
http://bitbucket.org/pypy/pypy/changeset/a78105474431/
Log:fix test :-)
diff --git a/pypy/module/cpyext/injection/test/multiarray.c
b/pypy/module/cpyext/injection/test/multiarray
Author: Richard Plangger
Branch: ppc-vsx-support
Changeset: r87931:e377459b9383
Date: 2016-10-25 15:52 +0200
http://bitbucket.org/pypy/pypy/changeset/e377459b9383/
Log:merge default
diff too long, truncating to 2000 out of 50107 lines
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Ma
Author: Richard Plangger
Branch: ppc-vsx-support
Changeset: r87933:0a8db3e80616
Date: 2016-10-25 16:26 +0200
http://bitbucket.org/pypy/pypy/changeset/0a8db3e80616/
Log:yes, we should really read from the cpuinfo file, not from some
other file!
diff --git a/rpython/translator/platform
Author: Richard Plangger
Branch: ppc-vsx-support
Changeset: r87932:12d2f612a0bf
Date: 2016-10-25 15:55 +0200
http://bitbucket.org/pypy/pypy/changeset/12d2f612a0bf/
Log:remove some issues indicated by pyflakes
diff --git a/rpython/jit/backend/zarch/vector_ext.py
b/rpython/jit/backend/zarch/v
Author: Carl Friedrich Bolz
Branch: cpyext-injection
Changeset: r87930:64b5d71654d3
Date: 2016-10-25 14:43 +0200
http://bitbucket.org/pypy/pypy/changeset/64b5d71654d3/
Log:injected typedefs need a new mechanism for the mapping typedef ->
w_type
(next problem is ndarray.__new_
Author: Carl Friedrich Bolz
Branch: cpyext-injection
Changeset: r87929:0932197afd45
Date: 2016-10-25 12:47 +0200
http://bitbucket.org/pypy/pypy/changeset/0932197afd45/
Log:reduce confusion by disabling the numpy api implementation using
micronumpy
diff --git a/pypy/module/cpyext/api.
Author: Carl Friedrich Bolz
Branch:
Changeset: r87928:c718d8365b78
Date: 2016-10-25 11:55 +0200
http://bitbucket.org/pypy/pypy/changeset/c718d8365b78/
Log:remove a remnant of string exceptions
diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py
--- a/pypy/interpreter/error.py
11 matches
Mail list logo