[pypy-commit] cffi default: Whatsnew

2017-05-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r2950:f6f8d7ce7ff2 Date: 2017-05-31 12:26 +0200 http://bitbucket.org/cffi/cffi/changeset/f6f8d7ce7ff2/ Log:Whatsnew diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -3,6 +3,15

[pypy-commit] cffi char16_char32_t: A branch for issue #315

2017-05-31 Thread arigo
Author: Armin Rigo Branch: char16_char32_t Changeset: r2951:bb0d933723be Date: 2017-05-31 12:27 +0200 http://bitbucket.org/cffi/cffi/changeset/bb0d933723be/ Log:A branch for issue #315 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -118,

[pypy-commit] pypy rawrefcount-review: Remove some code duplication

2017-05-31 Thread rlamy
Author: Ronan Lamy Branch: rawrefcount-review Changeset: r91465:1cf3a5fddabb Date: 2017-05-31 12:15 +0100 http://bitbucket.org/pypy/pypy/changeset/1cf3a5fddabb/ Log:Remove some code duplication diff --git a/rpython/memory/gc/test/test_rawrefcount.py b/rpython/memory/gc/test/test_rawrefcount

[pypy-commit] pypy rawrefcount-review: move code

2017-05-31 Thread rlamy
Author: Ronan Lamy Branch: rawrefcount-review Changeset: r91464:4d59821bd195 Date: 2017-05-30 11:50 +0100 http://bitbucket.org/pypy/pypy/changeset/4d59821bd195/ Log:move code diff --git a/rpython/memory/gc/test/test_rawrefcount.py b/rpython/memory/gc/test/test_rawrefcount.py --- a/rpython/m

[pypy-commit] cffi char16_char32_t: fixes

2017-05-31 Thread arigo
Author: Armin Rigo Branch: char16_char32_t Changeset: r2952:cd57d8a64e4d Date: 2017-05-31 15:05 +0200 http://bitbucket.org/cffi/cffi/changeset/cd57d8a64e4d/ Log:fixes diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -1231,10 +1231,10 @@

[pypy-commit] cffi char16_char32_t: Tests and fixes

2017-05-31 Thread arigo
Author: Armin Rigo Branch: char16_char32_t Changeset: r2953:ac2fc8661954 Date: 2017-05-31 15:47 +0200 http://bitbucket.org/cffi/cffi/changeset/ac2fc8661954/ Log:Tests and fixes diff --git a/c/wchar_helper.h b/c/wchar_helper.h --- a/c/wchar_helper.h +++ b/c/wchar_helper.h @@ -80,29 +80,31 @@

[pypy-commit] cffi char16_char32_t: more tests

2017-05-31 Thread arigo
Author: Armin Rigo Branch: char16_char32_t Changeset: r2954:5c4f518e8d62 Date: 2017-05-31 16:05 +0200 http://bitbucket.org/cffi/cffi/changeset/5c4f518e8d62/ Log:more tests diff --git a/testing/cffi0/test_ownlib.py b/testing/cffi0/test_ownlib.py --- a/testing/cffi0/test_ownlib.py +++ b/testin

[pypy-commit] cffi char16_char32_t: in-progress

2017-05-31 Thread arigo
Author: Armin Rigo Branch: char16_char32_t Changeset: r2955:983e7f434f13 Date: 2017-05-31 16:42 +0200 http://bitbucket.org/cffi/cffi/changeset/983e7f434f13/ Log:in-progress diff --git a/c/cffi1_module.c b/c/cffi1_module.c --- a/c/cffi1_module.c +++ b/c/cffi1_module.c @@ -2,8 +2,9 @@ #includ

[pypy-commit] cffi char16_char32_t: fixes

2017-05-31 Thread arigo
Author: Armin Rigo Branch: char16_char32_t Changeset: r2956:2c0195e0f232 Date: 2017-05-31 16:57 +0200 http://bitbucket.org/cffi/cffi/changeset/2c0195e0f232/ Log:fixes diff --git a/c/parse_c_type.c b/c/parse_c_type.c --- a/c/parse_c_type.c +++ b/c/parse_c_type.c @@ -493,6 +493,7 @@ cas

[pypy-commit] cffi char16_char32_t: tweaks

2017-05-31 Thread arigo
Author: Armin Rigo Branch: char16_char32_t Changeset: r2957:8e7afeadc985 Date: 2017-05-31 17:16 +0200 http://bitbucket.org/cffi/cffi/changeset/8e7afeadc985/ Log:tweaks diff --git a/cffi/_cffi_include.h b/cffi/_cffi_include.h --- a/cffi/_cffi_include.h +++ b/cffi/_cffi_include.h @@ -164,9 +16

[pypy-commit] pypy cffi-complex: Implement complexes, enough to make the test_c part pass

2017-05-31 Thread arigo
Author: Armin Rigo Branch: cffi-complex Changeset: r91466:593f66be444b Date: 2017-05-31 18:15 +0200 http://bitbucket.org/pypy/pypy/changeset/593f66be444b/ Log:Implement complexes, enough to make the test_c part pass diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_back

[pypy-commit] pypy cffi-complex: parse_c_type

2017-05-31 Thread arigo
Author: Armin Rigo Branch: cffi-complex Changeset: r91467:01d27eabba7c Date: 2017-05-31 18:22 +0200 http://bitbucket.org/pypy/pypy/changeset/01d27eabba7c/ Log:parse_c_type diff --git a/pypy/module/_cffi_backend/cffi_opcode.py b/pypy/module/_cffi_backend/cffi_opcode.py --- a/pypy/module/_cff

[pypy-commit] cffi default: no-op, but avoids confusion because these two are always listed in the

2017-05-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r2958:28290fb948f1 Date: 2017-05-31 18:26 +0200 http://bitbucket.org/cffi/cffi/changeset/28290fb948f1/ Log:no-op, but avoids confusion because these two are always listed in the opposite order elsewhere diff --git a/testing/cffi1/test_new_ffi_1.

[pypy-commit] cffi default: Update the version to 1.11

2017-05-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r2959:1e353c3fe102 Date: 2017-05-31 18:39 +0200 http://bitbucket.org/cffi/cffi/changeset/1e353c3fe102/ Log:Update the version to 1.11 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2,7 +2,7 @@ #in

[pypy-commit] pypy cffi-complex: Call support for functions with complex args/return types

2017-05-31 Thread arigo
Author: Armin Rigo Branch: cffi-complex Changeset: r91468:92d597a61c6a Date: 2017-05-31 19:02 +0200 http://bitbucket.org/pypy/pypy/changeset/92d597a61c6a/ Log:Call support for functions with complex args/return types diff --git a/pypy/module/_cffi_backend/realize_c_type.py b/pypy/module/_cf

[pypy-commit] pypy cffi-complex: Update the version number here

2017-05-31 Thread arigo
Author: Armin Rigo Branch: cffi-complex Changeset: r91469:d795c4cf2cd0 Date: 2017-05-31 19:12 +0200 http://bitbucket.org/pypy/pypy/changeset/d795c4cf2cd0/ Log:Update the version number here diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cffi_backend/__init__.py --- a/pypy

[pypy-commit] cffi default: update

2017-05-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r2960:e4e863b06bc7 Date: 2017-05-31 19:17 +0200 http://bitbucket.org/cffi/cffi/changeset/e4e863b06bc7/ Log:update diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -3854,7 +3854,7 @@ def test_char_pointer_conversion():

[pypy-commit] pypy cffi-complex: update

2017-05-31 Thread arigo
Author: Armin Rigo Branch: cffi-complex Changeset: r91470:86d6 Date: 2017-05-31 19:17 +0200 http://bitbucket.org/pypy/pypy/changeset/86d6/ Log:update diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py --- a/pypy

[pypy-commit] pypy py3.5: Update _testcapimodule.c to 3.5.3, disabling things that don't compile

2017-05-31 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91471:252218fff126 Date: 2017-05-31 17:52 +0100 http://bitbucket.org/pypy/pypy/changeset/252218fff126/ Log:Update _testcapimodule.c to 3.5.3, disabling things that don't compile diff --git a/lib_pypy/_testcapimodule.c b/lib_pypy/_testcapim

[pypy-commit] pypy py3.5: Skip crashing test

2017-05-31 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91472:2420f0a96b7c Date: 2017-05-31 18:49 +0100 http://bitbucket.org/pypy/pypy/changeset/2420f0a96b7c/ Log:Skip crashing test diff --git a/lib-python/3/test/test_capi.py b/lib-python/3/test/test_capi.py --- a/lib-python/3/test/test_capi.py +++ b/l

[pypy-commit] pypy cffi-complex: import cffi/e4e863b06bc7

2017-05-31 Thread arigo
Author: Armin Rigo Branch: cffi-complex Changeset: r91473:97086aa395d9 Date: 2017-05-31 19:26 +0100 http://bitbucket.org/pypy/pypy/changeset/97086aa395d9/ Log:import cffi/e4e863b06bc7 diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO --- a/lib_pypy/cffi.egg-info/

[pypy-commit] pypy cffi-complex: Document branch

2017-05-31 Thread arigo
Author: Armin Rigo Branch: cffi-complex Changeset: r91474:960fd87cce17 Date: 2017-05-31 19:28 +0100 http://bitbucket.org/pypy/pypy/changeset/960fd87cce17/ Log:Document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/

[pypy-commit] pypy cffi-complex: ready to merge

2017-05-31 Thread arigo
Author: Armin Rigo Branch: cffi-complex Changeset: r91475:fe3d4678c68f Date: 2017-05-31 19:28 +0100 http://bitbucket.org/pypy/pypy/changeset/fe3d4678c68f/ Log:ready to merge ___ pypy-commit mailing list [email protected] https://mail.python.or

[pypy-commit] pypy default: hg merge cffi-complex

2017-05-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r91476:5e7bef99e9f5 Date: 2017-05-31 19:29 +0100 http://bitbucket.org/pypy/pypy/changeset/5e7bef99e9f5/ Log:hg merge cffi-complex "float _Complex", "double _Complex" diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO

[pypy-commit] pypy py3.5: hg merge default

2017-05-31 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91477:776f5fd5d727 Date: 2017-05-31 22:32 +0100 http://bitbucket.org/pypy/pypy/changeset/776f5fd5d727/ Log:hg merge default diff too long, truncating to 2000 out of 2270 lines diff --git a/lib-python/2.7/ctypes/test/test_unaligned_structures.py

[pypy-commit] pypy default: summarize changes since 5.7.0, read up to changeset 77bf5cbc29e9

2017-05-31 Thread mattip
Author: Matti Picus Branch: Changeset: r91478:72697b76c5bf Date: 2017-06-01 01:17 +0300 http://bitbucket.org/pypy/pypy/changeset/72697b76c5bf/ Log:summarize changes since 5.7.0, read up to changeset 77bf5cbc29e9 diff --git a/pypy/doc/release-v5.8.0.rst b/pypy/doc/release-v5.8.0.rst --- a/py