[pypy-commit] cffi default: merge heads

2019-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r3254:1af377542a51 Date: 2019-04-02 15:42 +0200 http://bitbucket.org/cffi/cffi/changeset/1af377542a51/ Log:merge heads diff --git a/cffi/_embedding.h b/cffi/_embedding.h --- a/cffi/_embedding.h +++ b/cffi/_embedding.h @@ -169,8 +169,10 @@ global_di

[pypy-commit] cffi default: merge heads

2018-01-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r3075:3daecc622902 Date: 2018-01-12 08:40 +0100 http://bitbucket.org/cffi/cffi/changeset/3daecc622902/ Log:merge heads diff --git a/doc/source/conf.py b/doc/source/conf.py --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -38,7 +38,7 @@ # General

[pypy-commit] cffi default: merge heads

2017-09-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r3013:7417b70e5b1a Date: 2017-09-16 15:43 +0200 http://bitbucket.org/cffi/cffi/changeset/7417b70e5b1a/ Log:merge heads diff --git a/doc/source/using.rst b/doc/source/using.rst --- a/doc/source/using.rst +++ b/doc/source/using.rst @@ -128,10 +128,37 @@

[pypy-commit] cffi default: merge heads

2016-11-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r2823:9deaf0080a20 Date: 2016-11-28 10:11 +0100 http://bitbucket.org/cffi/cffi/changeset/9deaf0080a20/ Log:merge heads diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -122,6 +122,20 @@ if 'freebsd' in sys.platform: include_dirs.a

[pypy-commit] cffi default: merge heads

2016-08-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r2746:3ce478433f9b Date: 2016-08-22 17:40 +0200 http://bitbucket.org/cffi/cffi/changeset/3ce478433f9b/ Log:merge heads diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -3042,13 +3042,14 @@ static PyO

[pypy-commit] cffi default: merge heads

2016-04-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r2685:381f8b0c2ee0 Date: 2016-04-24 13:46 +0200 http://bitbucket.org/cffi/cffi/changeset/381f8b0c2ee0/ Log:merge heads diff --git a/AUTHORS b/AUTHORS --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,8 @@ This package has been mostly done by Armin Rigo with help

[pypy-commit] cffi default: merge heads

2016-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r2642:d2a90d323791 Date: 2016-02-19 10:38 +0100 http://bitbucket.org/cffi/cffi/changeset/d2a90d323791/ Log:merge heads diff --git a/testing/cffi0/test_zintegration.py b/testing/cffi0/test_zintegration.py --- a/testing/cffi0/test_zintegration.py +++ b/t

[pypy-commit] cffi default: Merge heads

2014-12-17 Thread rguillebert
Author: Romain Guillebert Branch: Changeset: r1592:9267d5f13672 Date: 2014-12-17 18:04 +0100 http://bitbucket.org/cffi/cffi/changeset/9267d5f13672/ Log:Merge heads diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -1,10 +1,3 @@ -Next steps --- - -verify() handles "typedef ... so

[pypy-commit] cffi default: merge heads

2014-02-27 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r1464:3b6e66b91886 Date: 2014-02-27 11:08 +0100 http://bitbucket.org/cffi/cffi/changeset/3b6e66b91886/ Log:merge heads diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1429,8 +1429,10 @@ p = newp(BStructPtr, [12])

[pypy-commit] cffi default: merge heads

2014-01-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r1449:9941a90948dc Date: 2014-01-07 09:57 +0100 http://bitbucket.org/cffi/cffi/changeset/9941a90948dc/ Log:merge heads diff --git a/cffi/model.py b/cffi/model.py --- a/cffi/model.py +++ b/cffi/model.py @@ -81,29 +81,29 @@ 'long':

[pypy-commit] cffi default: merge heads

2013-06-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r1274:52dcd2ee1de1 Date: 2013-06-19 10:17 +0200 http://bitbucket.org/cffi/cffi/changeset/52dcd2ee1de1/ Log:merge heads diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -3421,6 +3421,7 @@ } #define

[pypy-commit] cffi default: merge heads

2013-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r1221:e43094a16966 Date: 2013-04-02 19:21 +0200 http://bitbucket.org/cffi/cffi/changeset/e43094a16966/ Log:merge heads diff --git a/AUTHORS b/AUTHORS --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,3 @@ This package has been mostly done by Armin Rigo with help

[pypy-commit] cffi default: merge heads

2013-03-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r1218:c15983a2607b Date: 2013-03-31 19:15 +0200 http://bitbucket.org/cffi/cffi/changeset/c15983a2607b/ Log:merge heads diff --git a/testing/backend_tests.py b/testing/backend_tests.py --- a/testing/backend_tests.py +++ b/testing/backend_tests.py @@ -109

[pypy-commit] cffi default: merge heads

2013-03-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r1182:a9b47162788d Date: 2013-03-04 15:40 +0100 http://bitbucket.org/cffi/cffi/changeset/a9b47162788d/ Log:merge heads diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -937,7 +937,9 @@ **

[pypy-commit] cffi default: merge heads

2013-01-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r1113:ef0728d36e2b Date: 2013-01-02 22:42 +0100 http://bitbucket.org/cffi/cffi/changeset/ef0728d36e2b/ Log:merge heads diff --git a/testing/test_zintegration.py b/testing/test_zintegration.py --- a/testing/test_zintegration.py +++ b/testing/test_zintegr

[pypy-commit] cffi default: merge heads

2012-10-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r991:ec097c369113 Date: 2012-10-09 11:20 +0200 http://bitbucket.org/cffi/cffi/changeset/ec097c369113/ Log:merge heads diff --git a/demo/_curses.py b/demo/_curses.py --- a/demo/_curses.py +++ b/demo/_curses.py @@ -22,6 +22,11 @@ int setupterm(char *te

[pypy-commit] cffi default: merge heads

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r886:4208a40e9af3 Date: 2012-08-23 17:47 +0200 http://bitbucket.org/cffi/cffi/changeset/4208a40e9af3/ Log:merge heads diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cparser.py @@ -396,6 +396,10 @@ tp.fldnames =

[pypy-commit] cffi default: merge heads

2012-08-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r862:da964df4e6c7 Date: 2012-08-18 12:03 +0200 http://bitbucket.org/cffi/cffi/changeset/da964df4e6c7/ Log:merge heads diff --git a/cffi/ffiplatform.py b/cffi/ffiplatform.py --- a/cffi/ffiplatform.py +++ b/cffi/ffiplatform.py @@ -11,9 +11,11 @@ """

[pypy-commit] cffi default: merge heads

2012-07-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r596:f35564e0f15b Date: 2012-07-08 10:35 +0200 http://bitbucket.org/cffi/cffi/changeset/f35564e0f15b/ Log:merge heads diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -4,6 +4,8 @@ .*.swp testing/__pycache__ demo/__pycache__ +__py