Author: Armin Rigo
Branch:
Changeset: r1019:e46ecf80c64f
Date: 2012-10-30 10:52 +0100
http://bitbucket.org/cffi/cffi/changeset/e46ecf80c64f/
Log:Fixes for Python 3: the easy part (thanks Gabriel).
diff --git a/c/minibuffer.h b/c/minibuffer.h
--- a/c/minibuffer.h
+++ b/c/minibuffer.h
@@ -32,
Author: Armin Rigo
Branch:
Changeset: r1020:adc872f1af4f
Date: 2012-10-30 12:16 +0100
http://bitbucket.org/cffi/cffi/changeset/adc872f1af4f/
Log:Progress for Python 3, but not done
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -207,6 +
Author: Armin Rigo
Branch:
Changeset: r1021:bc5a570ba696
Date: 2012-10-30 12:42 +0100
http://bitbucket.org/cffi/cffi/changeset/bc5a570ba696/
Log:Two hours of debugging...
diff --git a/c/file_emulator.h b/c/file_emulator.h
--- a/c/file_emulator.h
+++ b/c/file_emulator.h
@@ -57,6 +57,7 @@
Author: Armin Rigo
Branch:
Changeset: r1022:c7af62d13de6
Date: 2012-10-30 12:44 +0100
http://bitbucket.org/cffi/cffi/changeset/c7af62d13de6/
Log:Fix tests.
diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -2310,8 +2310,9 @@
fw1 = posix.fdopen(fdw, 'w')
Author: Armin Rigo
Branch:
Changeset: r58629:4fe5af46568b
Date: 2012-10-30 12:42 +0100
http://bitbucket.org/pypy/pypy/changeset/4fe5af46568b/
Log:For now, disable buffering on the FILE object, to avoid issues.
diff --git a/pypy/module/_cffi_backend/ctypeptr.py
b/pypy/module/_cffi_backend/c
Author: Armin Rigo
Branch:
Changeset: r58630:8a242b9aecdf
Date: 2012-10-30 12:46 +0100
http://bitbucket.org/pypy/pypy/changeset/8a242b9aecdf/
Log:Import from cffi/c7af62d13de6.
diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py
b/pypy/module/_cffi_backend/test/_backend_test_c.p
Author: Armin Rigo
Branch:
Changeset: r58631:780e2e44a0fd
Date: 2012-10-30 12:46 +0100
http://bitbucket.org/pypy/pypy/changeset/780e2e44a0fd/
Log:merge heads
diff --git a/pypy/module/micronumpy/strides.py
b/pypy/module/micronumpy/strides.py
--- a/pypy/module/micronumpy/strides.py
+++ b/pyp
Author: Armin Rigo
Branch:
Changeset: r1023:b516da9bebb9
Date: 2012-10-30 12:49 +0100
http://bitbucket.org/cffi/cffi/changeset/b516da9bebb9/
Log:Improve the test: this should pass too.
diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -2283,13 +2283,14 @@
fw
Author: Armin Rigo
Branch:
Changeset: r58632:08971293d572
Date: 2012-10-30 12:50 +0100
http://bitbucket.org/pypy/pypy/changeset/08971293d572/
Log:Import cffi/b516da9bebb9.
diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py
b/pypy/module/_cffi_backend/test/_backend_test_c.py
---
Author: Armin Rigo
Branch:
Changeset: r1024:568b239a7824
Date: 2012-10-30 15:08 +0100
http://bitbucket.org/cffi/cffi/changeset/568b239a7824/
Log:Fix the tests for Python 3.
diff --git a/testing/backend_tests.py b/testing/backend_tests.py
--- a/testing/backend_tests.py
+++ b/testing/backend_
Author: Amaury Forgeot d'Arc
Branch: less-gettestobjspace
Changeset: r58633:ab670ceeeffe
Date: 2012-10-31 01:13 +0100
http://bitbucket.org/pypy/pypy/changeset/ab670ceeeffe/
Log:Fix many tests
diff --git a/pypy/interpreter/test/test_code.py
b/pypy/interpreter/test/test_code.py
--- a/pypy/int
Author: Amaury Forgeot d'Arc
Branch: less-gettestobjspace
Changeset: r58634:1dbceccf1a90
Date: 2012-10-31 01:14 +0100
http://bitbucket.org/pypy/pypy/changeset/1dbceccf1a90/
Log:hg merge default
diff --git a/pypy/module/_cffi_backend/ctypeptr.py
b/pypy/module/_cffi_backend/ctypeptr.py
--- a/
12 matches
Mail list logo