[pypy-commit] cffi default: fixes for pypy

2016-01-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r2590:169e377c8437 Date: 2016-01-15 17:33 +0100 http://bitbucket.org/cffi/cffi/changeset/169e377c8437/ Log:fixes for pypy diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -545,6 +545,12 @@ def _apply_embedding_fix(self,

[pypy-commit] cffi default: fixes

2015-12-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r2481:935bf011a8cf Date: 2015-12-17 13:50 +0100 http://bitbucket.org/cffi/cffi/changeset/935bf011a8cf/ Log:fixes diff --git a/c/commontypes.c b/c/commontypes.c --- a/c/commontypes.c +++ b/c/commontypes.c @@ -199,7 +199,8 @@ static PyObject *b__get_co

[pypy-commit] cffi default: Fixes #110 - Support different so suffixes

2013-10-10 Thread dstufft
Author: Donald Stufft Branch: Changeset: r1373:77da9e592d23 Date: 2013-10-06 16:34 -0400 http://bitbucket.org/cffi/cffi/changeset/77da9e592d23/ Log:Fixes #110 - Support different so suffixes diff --git a/cffi/vengine_cpy.py b/cffi/vengine_cpy.py --- a/cffi/vengine_cpy.py +++ b/cffi/vengine_

[pypy-commit] cffi default: Fixes to the test

2013-05-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r1259:34d74f06e9ae Date: 2013-05-30 20:37 +0200 http://bitbucket.org/cffi/cffi/changeset/34d74f06e9ae/ Log:Fixes to the test diff --git a/testing/test_ffi_backend.py b/testing/test_ffi_backend.py --- a/testing/test_ffi_backend.py +++ b/testing/test_ffi_

[pypy-commit] cffi default: fixes

2013-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r1222:b8eb8ed2ede6 Date: 2013-04-02 21:17 +0200 http://bitbucket.org/cffi/cffi/changeset/b8eb8ed2ede6/ Log:fixes diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -14,3 +14,7 @@ --- [Mailing list](https://groups.googl

[pypy-commit] cffi default: Fixes for Python 3: the easy part (thanks Gabriel).

2012-10-30 Thread arigo
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,

[pypy-commit] cffi default: Fixes for test_verify.

2012-10-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r1011:2e6275abecea Date: 2012-10-26 16:23 +0200 http://bitbucket.org/cffi/cffi/changeset/2e6275abecea/ Log:Fixes for test_verify. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -4606,8 +4606,14 @@

[pypy-commit] cffi default: Fixes for Python 3.

2012-10-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r997:69cddb87c25f Date: 2012-10-10 11:07 +0200 http://bitbucket.org/cffi/cffi/changeset/69cddb87c25f/ Log:Fixes for Python 3. diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1161,7 +1161,7 @@ assert "must be a str or

[pypy-commit] cffi default: - Fixes to silence all -Wall warnings that now show up.

2012-06-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r364:69aa45b4ec38 Date: 2012-06-15 11:20 +0200 http://bitbucket.org/cffi/cffi/changeset/69aa45b4ec38/ Log:- Fixes to silence all -Wall warnings that now show up. - Fixes to the tests to crash upon warnings too. diff --git a/c/_ffi_backend.c b/c/

[pypy-commit] cffi default: Fixes.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r350:98cc7a3136ec Date: 2012-06-14 19:07 +0200 http://bitbucket.org/cffi/cffi/changeset/98cc7a3136ec/ Log:Fixes. diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -2,3 +2,5 @@ *.py[co] *~ .*.swp +testing/__pycache__ +doc/build dif