Author: Armin Rigo
Branch:
Changeset: r3012:10ab414ad7b2
Date: 2017-09-16 15:43 +0200
http://bitbucket.org/cffi/cffi/changeset/10ab414ad7b2/
Log:Python 3
diff --git a/testing/cffi0/test_verify.py b/testing/cffi0/test_verify.py
--- a/testing/cffi0/test_verify.py
+++ b/testing/cffi0/test_veri
Author: Armin Rigo
Branch:
Changeset: r2759:d04043b6e7bc
Date: 2016-09-03 23:42 +0200
http://bitbucket.org/cffi/cffi/changeset/d04043b6e7bc/
Log:Python 3 fix
diff --git a/cffi/backend_ctypes.py b/cffi/backend_ctypes.py
--- a/cffi/backend_ctypes.py
+++ b/cffi/backend_ctypes.py
@@ -1009,6 +10
Author: Armin Rigo
Branch:
Changeset: r2649:c38d1fce0c24
Date: 2016-03-16 18:28 +0100
http://bitbucket.org/cffi/cffi/changeset/c38d1fce0c24/
Log:Python 3 compat
diff --git a/c/call_python.c b/c/call_python.c
--- a/c/call_python.c
+++ b/c/call_python.c
@@ -27,7 +27,7 @@
/* from there on
Author: Armin Rigo
Branch:
Changeset: r2215:eadeccf56e80
Date: 2015-07-06 19:11 +0200
http://bitbucket.org/cffi/cffi/changeset/eadeccf56e80/
Log:Python 3 compatibility
diff --git a/testing/cffi0/test_ffi_backend.py
b/testing/cffi0/test_ffi_backend.py
--- a/testing/cffi0/test_ffi_backend.py
Author: Armin Rigo
Branch:
Changeset: r1607:689abc6648a5
Date: 2014-12-28 06:29 +0100
http://bitbucket.org/cffi/cffi/changeset/689abc6648a5/
Log:Python 3 compat
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -5166,7 +5166,7 @@
Author: Armin Rigo
Branch:
Changeset: r1475:ce45900bd551
Date: 2014-03-07 07:40 +0100
http://bitbucket.org/cffi/cffi/changeset/ce45900bd551/
Log:Python 3 fix
diff --git a/testing/backend_tests.py b/testing/backend_tests.py
--- a/testing/backend_tests.py
+++ b/testing/backend_tests.py
@@ -15
Author: Armin Rigo
Branch:
Changeset: r1251:90ccc47c31d2
Date: 2013-05-10 23:00 +0200
http://bitbucket.org/cffi/cffi/changeset/90ccc47c31d2/
Log:Python 3 compat
diff --git a/cffi/api.py b/cffi/api.py
--- a/cffi/api.py
+++ b/cffi/api.py
@@ -372,7 +372,7 @@
BType = ffi._get_cache
Author: Armin Rigo
Branch:
Changeset: r1220:8bd74325f873
Date: 2013-04-01 17:54 +0200
http://bitbucket.org/cffi/cffi/changeset/8bd74325f873/
Log:Python 3 compat
diff --git a/testing/test_verify.py b/testing/test_verify.py
--- a/testing/test_verify.py
+++ b/testing/test_verify.py
@@ -1590,7
Author: Armin Rigo
Branch:
Changeset: r1175:1620fee43bde
Date: 2013-02-28 16:14 +0100
http://bitbucket.org/cffi/cffi/changeset/1620fee43bde/
Log:Python 3 fixes.
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -54,6 +54,7 @@
#if PY_MAJOR
Author: Armin Rigo
Branch:
Changeset: r1124:8fb5a8ea6de2
Date: 2013-02-07 19:58 +0100
http://bitbucket.org/cffi/cffi/changeset/8fb5a8ea6de2/
Log:Python 3 compat
diff --git a/cffi/api.py b/cffi/api.py
--- a/cffi/api.py
+++ b/cffi/api.py
@@ -7,6 +7,12 @@
from collections import Callable
Author: Armin Rigo
Branch:
Changeset: r1125:b9ebe6faeed2
Date: 2013-02-07 20:03 +0100
http://bitbucket.org/cffi/cffi/changeset/b9ebe6faeed2/
Log:Python 3 compat
diff --git a/testing/test_verify.py b/testing/test_verify.py
--- a/testing/test_verify.py
+++ b/testing/test_verify.py
@@ -1502,6
Author: Armin Rigo
Branch:
Changeset: r1123:ba9640dcaa31
Date: 2013-02-07 19:50 +0100
http://bitbucket.org/cffi/cffi/changeset/ba9640dcaa31/
Log:Python 3 compat
diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -20,6 +20,7 @@
return eval('u'+repr(oth
Author: Armin Rigo
Branch:
Changeset: r1089:710f8fcd1563
Date: 2012-11-30 14:06 -0800
http://bitbucket.org/cffi/cffi/changeset/710f8fcd1563/
Log:Python 3.
diff --git a/cffi/ffiplatform.py b/cffi/ffiplatform.py
--- a/cffi/ffiplatform.py
+++ b/cffi/ffiplatform.py
@@ -81,8 +81,10 @@
try:
Author: Armin Rigo
Branch:
Changeset: r1057:bd4b6090aea0
Date: 2012-11-21 00:35 +0100
http://bitbucket.org/cffi/cffi/changeset/bd4b6090aea0/
Log:Python 3 confusionness and jumping though hoops.
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.
Author: Armin Rigo
Branch:
Changeset: r832:7eaae06e3148
Date: 2012-08-12 22:08 +0200
http://bitbucket.org/cffi/cffi/changeset/7eaae06e3148/
Log:Python 3 documentation.
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -63,14 +6
Author: Armin Rigo
Branch:
Changeset: r831:4e139c116735
Date: 2012-08-12 21:51 +0200
http://bitbucket.org/cffi/cffi/changeset/4e139c116735/
Log:Python 3 syntax in this one demo.
diff --git a/demo/bsdopendirtype.py b/demo/bsdopendirtype.py
--- a/demo/bsdopendirtype.py
+++ b/demo/bsdopendirty
16 matches
Mail list logo