[pypy-commit] cffi default: More tests

2018-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r3162:4422c1cad114 Date: 2018-09-15 23:47 +0200 http://bitbucket.org/cffi/cffi/changeset/4422c1cad114/ Log:More tests diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -345,6 +345,10 @@ max = (1 << (8*size-1)) - 1

[pypy-commit] cffi default: More Windows support for ffi.dlopen(), this time the out-of-line version

2018-02-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r3100:5448f4eca09c Date: 2018-02-16 11:22 +0100 http://bitbucket.org/cffi/cffi/changeset/5448f4eca09c/ Log:More Windows support for ffi.dlopen(), this time the out-of-line version diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_

[pypy-commit] cffi default: More comments for e59662b013b4

2018-02-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r3095:2d01bb9db3de Date: 2018-02-11 10:52 +0100 http://bitbucket.org/cffi/cffi/changeset/2d01bb9db3de/ Log:More comments for e59662b013b4 diff --git a/cffi/setuptools_ext.py b/cffi/setuptools_ext.py --- a/cffi/setuptools_ext.py +++ b/cffi/setuptools_ext

[pypy-commit] cffi default: More fun with _PyThreadState_Current becoming undefined in 3.7.

2017-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r3029:989d98a58c95 Date: 2017-09-27 13:11 +0200 http://bitbucket.org/cffi/cffi/changeset/989d98a58c95/ Log:More fun with _PyThreadState_Current becoming undefined in 3.7. diff --git a/c/misc_thread_common.h b/c/misc_thread_common.h --- a/c/misc_thread_c

[pypy-commit] cffi default: More test fixes on Windows on Python 3

2017-06-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r2987:b4e78ef300b0 Date: 2017-06-19 12:27 +0200 http://bitbucket.org/cffi/cffi/changeset/b4e78ef300b0/ Log:More test fixes on Windows on Python 3 diff --git a/testing/cffi1/test_new_ffi_1.py b/testing/cffi1/test_new_ffi_1.py --- a/testing/cffi1/test_new

[pypy-commit] cffi default: More tests for char16_t and char32_t

2017-06-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r2970:6c465c147687 Date: 2017-06-02 18:25 +0200 http://bitbucket.org/cffi/cffi/changeset/6c465c147687/ Log:More tests for char16_t and char32_t diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1936,7 +1936,11 @@ as

[pypy-commit] cffi default: More carefulness in the error messages

2016-12-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r2837:2214fb22286b Date: 2016-12-22 12:29 +0100 http://bitbucket.org/cffi/cffi/changeset/2214fb22286b/ Log:More carefulness in the error messages diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -4758

[pypy-commit] cffi default: more pypy tweaks

2016-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r2641:b4991ae7ce3a Date: 2016-02-19 10:37 +0100 http://bitbucket.org/cffi/cffi/changeset/b4991ae7ce3a/ Log:more pypy tweaks diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -550,6 +550,7 @@ lst.append(value)

[pypy-commit] cffi default: more tests pass

2016-01-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r2600:bb2fe3d096a1 Date: 2016-01-16 16:37 +0100 http://bitbucket.org/cffi/cffi/changeset/bb2fe3d096a1/ Log:more tests pass diff --git a/testing/embedding/test_basic.py b/testing/embedding/test_basic.py --- a/testing/embedding/test_basic.py +++ b/testing

[pypy-commit] cffi default: More attempts at fixes for multiple interpreters

2015-09-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r2294:e312e28ae4b2 Date: 2015-09-30 17:06 +0200 http://bitbucket.org/cffi/cffi/changeset/e312e28ae4b2/ Log:More attempts at fixes for multiple interpreters diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.

[pypy-commit] cffi default: More of the same

2015-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r2279:b25fef6ab1f1 Date: 2015-09-27 13:12 +0200 http://bitbucket.org/cffi/cffi/changeset/b25fef6ab1f1/ Log:More of the same diff --git a/testing/cffi1/test_verify1.py b/testing/cffi1/test_verify1.py --- a/testing/cffi1/test_verify1.py +++ b/testing/cffi

[pypy-commit] cffi default: more about issue 198: Test and fix

2015-05-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r2122:7aea388413bd Date: 2015-05-28 13:56 +0200 http://bitbucket.org/cffi/cffi/changeset/7aea388413bd/ Log:more about issue 198: Test and fix diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -1232,8 +

[pypy-commit] cffi default: More Windows-specific hack

2015-04-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r1886:e77aca5b0519 Date: 2015-04-30 01:00 +0200 http://bitbucket.org/cffi/cffi/changeset/e77aca5b0519/ Log:More Windows-specific hack diff --git a/cffi/ffiplatform.py b/cffi/ffiplatform.py --- a/cffi/ffiplatform.py +++ b/cffi/ffiplatform.py @@ -24,6 +24

[pypy-commit] cffi default: more

2013-04-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r1231:2caa2bbd137b Date: 2013-04-04 17:08 +0200 http://bitbucket.org/cffi/cffi/changeset/2caa2bbd137b/ Log:more diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2087,8 +2087,12 @@ if ((ctptr

[pypy-commit] cffi default: More careful, even if it looks more brittle in theory

2013-02-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r1174:8bb28002f9d4 Date: 2013-02-28 09:13 +0100 http://bitbucket.org/cffi/cffi/changeset/8bb28002f9d4/ Log:More careful, even if it looks more brittle in theory diff --git a/cffi/verifier.py b/cffi/verifier.py --- a/cffi/verifier.py +++ b/cffi/verifier.

[pypy-commit] cffi default: More Windows compat

2012-10-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r994:2b9a8ee9b5b8 Date: 2012-10-09 11:55 +0200 http://bitbucket.org/cffi/cffi/changeset/2b9a8ee9b5b8/ Log:More Windows compat diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++ b/testing/test_verify.py @@ -1074

[pypy-commit] cffi default: More regularily in casts to floats.

2012-08-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r818:d0aeec56f5e1 Date: 2012-08-12 18:08 +0200 http://bitbucket.org/cffi/cffi/changeset/d0aeec56f5e1/ Log:More regularily in casts to floats. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2305,6 +

[pypy-commit] cffi default: More doc for 'long double'.

2012-08-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r757:82f2e0a4b7a2 Date: 2012-08-01 14:01 +0200 http://bitbucket.org/cffi/cffi/changeset/82f2e0a4b7a2/ Log:More doc for 'long double'. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -984,

[pypy-commit] cffi default: More explanation

2012-07-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r745:2ee19e5cc285 Date: 2012-07-30 15:14 +0200 http://bitbucket.org/cffi/cffi/changeset/2ee19e5cc285/ Log:More explanation diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -963,10 +963,11

[pypy-commit] cffi default: More precise error message

2012-07-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r625:50356aa8b112 Date: 2012-07-11 12:25 +0200 http://bitbucket.org/cffi/cffi/changeset/50356aa8b112/ Log:More precise error message diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2946,8 +2946,10 @

[pypy-commit] cffi default: More tests for MSVC's struct return type. Add a workaround similar

2012-06-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r567:ee603675e7aa Date: 2012-06-29 11:26 +0200 http://bitbucket.org/cffi/cffi/changeset/ee603675e7aa/ Log:More tests for MSVC's struct return type. Add a workaround similar to the one present in ctypes. diff --git a/c/_cffi_backend.c b/c/_cffi_b

[pypy-commit] cffi default: More

2012-06-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r499:cc0b23317e1f Date: 2012-06-23 16:32 +0200 http://bitbucket.org/cffi/cffi/changeset/cc0b23317e1f/ Log:More diff --git a/c/_ffi_backend.c b/c/_ffi_backend.c --- a/c/_ffi_backend.c +++ b/c/_ffi_backend.c @@ -887,9 +887,7 @@ PyErr_SetStrin

[pypy-commit] cffi default: More general fix for returning pointers from callbacks in ctypes backend.

2012-06-20 Thread tlynn
Author: tlynn Branch: Changeset: r475:8eb01069d65f Date: 2012-06-19 21:03 +0100 http://bitbucket.org/cffi/cffi/changeset/8eb01069d65f/ Log:More general fix for returning pointers from callbacks in ctypes backend. diff --git a/cffi/backend_ctypes.py b/cffi/backend_ctypes.py --- a/cffi

[pypy-commit] cffi default: More docs.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r353:dbd7a9aeeb7f Date: 2012-06-14 21:45 +0200 http://bitbucket.org/cffi/cffi/changeset/dbd7a9aeeb7f/ Log:More docs. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -313,7 +313,8 @@ the