[pypy-commit] pypy cpyext-ext: add make_typedescr for W_GetSetPropertyEx <-> PyGetSetDescrObject conversion

2016-01-16 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r81825:954e2d6bb370 Date: 2016-01-16 22:17 +0200 http://bitbucket.org/pypy/pypy/changeset/954e2d6bb370/ Log:add make_typedescr for W_GetSetPropertyEx <-> PyGetSetDescrObject conversion diff --git a/pypy/module/cpyext/test/test_typeobject.p

[pypy-commit] pypy cpyext-ext: fix ref leak in test

2016-01-16 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r81824:e44851036099 Date: 2016-01-16 19:05 +0200 http://bitbucket.org/pypy/pypy/changeset/e44851036099/ Log:fix ref leak in test diff --git a/pypy/module/cpyext/test/foo.c b/pypy/module/cpyext/test/foo.c --- a/pypy/module/cpyext/test/foo.c +++ b/p

[pypy-commit] cffi default: hg merge release-1.5

2016-01-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r2605:1863e9f89956 Date: 2016-01-16 17:57 +0100 http://bitbucket.org/cffi/cffi/changeset/1863e9f89956/ Log:hg merge release-1.5 diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/source/ins

[pypy-commit] cffi release-1.5: md5/sha1

2016-01-16 Thread arigo
Author: Armin Rigo Branch: release-1.5 Changeset: r2604:904eb4b94a4e Date: 2016-01-16 17:56 +0100 http://bitbucket.org/cffi/cffi/changeset/904eb4b94a4e/ Log:md5/sha1 diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/source/inst

[pypy-commit] cffi release-1.5: make release branch

2016-01-16 Thread arigo
Author: Armin Rigo Branch: release-1.5 Changeset: r2603:a3ae6135ac09 Date: 2016-01-16 17:46 +0100 http://bitbucket.org/cffi/cffi/changeset/a3ae6135ac09/ Log:make release branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.python

[pypy-commit] pypy default: Link to http://pypy.org/download.html#building-from-source, which

2016-01-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r81823:6096976956fa Date: 2016-01-16 17:52 +0100 http://bitbucket.org/pypy/pypy/changeset/6096976956fa/ Log:Link to http://pypy.org/download.html#building-from-source, which contains the "hg unbundle" alternative diff --git a/pypy/doc/getting-st

[pypy-commit] cffi default: fix when running this test in the same process as ../cffi0/test_verify.py (found on os/x, but I don't know why it doesn't also fail on linux)

2016-01-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r2602:95386637958b Date: 2016-01-16 17:25 +0100 http://bitbucket.org/cffi/cffi/changeset/95386637958b/ Log:fix when running this test in the same process as ../cffi0/test_verify.py (found on os/x, but I don't know why it doesn't also fail

[pypy-commit] cffi default: Use mutex/condition variables instead of semaphores (for os/x)

2016-01-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r2601:08bf0039b46e Date: 2016-01-16 16:59 +0100 http://bitbucket.org/cffi/cffi/changeset/08bf0039b46e/ Log:Use mutex/condition variables instead of semaphores (for os/x) diff --git a/testing/embedding/perf-test.c b/testing/embedding/perf-test.c --- a/te

[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: OS/X: in-progress, one test now passes

2016-01-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r2599:c3c29cfd035a Date: 2016-01-16 16:35 +0100 http://bitbucket.org/cffi/cffi/changeset/c3c29cfd035a/ Log:OS/X: in-progress, one test now passes diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -633,7 +633,7 @@ com

[pypy-commit] cffi default: here too

2016-01-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r2598:93b41e913bad Date: 2016-01-16 15:53 +0100 http://bitbucket.org/cffi/cffi/changeset/93b41e913bad/ Log:here too diff --git a/testing/cffi1/test_verify1.py b/testing/cffi1/test_verify1.py --- a/testing/cffi1/test_verify1.py +++ b/testing/cffi1/test_v

[pypy-commit] cffi default: OS/X fix: clang has got a warning enabled by default here

2016-01-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r2597:8a197405b239 Date: 2016-01-16 15:48 +0100 http://bitbucket.org/cffi/cffi/changeset/8a197405b239/ Log:OS/X fix: clang has got a warning enabled by default here diff --git a/testing/cffi0/test_verify.py b/testing/cffi0/test_verify.py --- a/testing/c

[pypy-commit] cffi default: fix

2016-01-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r2596:03fe8ca059d1 Date: 2016-01-16 11:52 +0100 http://bitbucket.org/cffi/cffi/changeset/03fe8ca059d1/ Log:fix diff --git a/testing/embedding/test_basic.py b/testing/embedding/test_basic.py --- a/testing/embedding/test_basic.py +++ b/testing/embedding/t

[pypy-commit] cffi default: Print all commands executed with all details

2016-01-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r2595:60441c8e67c5 Date: 2016-01-16 11:37 +0100 http://bitbucket.org/cffi/cffi/changeset/60441c8e67c5/ Log:Print all commands executed with all details diff --git a/testing/embedding/test_basic.py b/testing/embedding/test_basic.py --- a/testing/embeddin

[pypy-commit] cffi default: win32: needs /MANIFEST

2016-01-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r2594:b1e049e6357f Date: 2016-01-16 11:29 +0100 http://bitbucket.org/cffi/cffi/changeset/b1e049e6357f/ Log:win32: needs /MANIFEST diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -544,13 +544,15 @@ def _apply_embeddin

[pypy-commit] cffi default: win32

2016-01-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r2593:affdd0df7951 Date: 2016-01-16 11:15 +0100 http://bitbucket.org/cffi/cffi/changeset/affdd0df7951/ Log:win32 diff --git a/testing/cffi1/test_zdist.py b/testing/cffi1/test_zdist.py --- a/testing/cffi1/test_zdist.py +++ b/testing/cffi1/test_zdist.py @

[pypy-commit] cffi default: Trying a different hack: stop patching SO and EXT_SUFFIX in

2016-01-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r2592:9be92594ef14 Date: 2016-01-16 11:13 +0100 http://bitbucket.org/cffi/cffi/changeset/9be92594ef14/ Log:Trying a different hack: stop patching SO and EXT_SUFFIX in sysconfigdata, and instead patch directly a method in distutils.command