[pypy-commit] pypy allow-forcing-no-embed: close and document merged branch

2019-10-28 Thread mattip
Author: Matti Picus Branch: allow-forcing-no-embed Changeset: r97878:aad09c46bd5c Date: 2019-10-28 20:29 +0200 http://bitbucket.org/pypy/pypy/changeset/aad09c46bd5c/ Log:close and document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: merge allow-forcing-no-embed which added PYPY_NO_EMBED_DEPENDENCIES to packaging

2019-10-28 Thread mattip
Author: Matti Picus Branch: Changeset: r97879:d6217bf98b7c Date: 2019-10-28 20:29 +0200 http://bitbucket.org/pypy/pypy/changeset/d6217bf98b7c/ Log:merge allow-forcing-no-embed which added PYPY_NO_EMBED_DEPENDENCIES to packaging diff --git a/pypy/doc/whatsnew-head.rst

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

2019-10-28 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97877:7487744729a8 Date: 2019-10-28 14:09 +0100 http://bitbucket.org/pypy/pypy/changeset/7487744729a8/ Log:hg merge default diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.py +++

[pypy-commit] pypy default: Merged in danchr/pypy/allow-forcing-no-embed (pull request #676)

2019-10-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r97876:54854c13aaba Date: 2019-10-28 12:56 + http://bitbucket.org/pypy/pypy/changeset/54854c13aaba/ Log:Merged in danchr/pypy/allow-forcing-no-embed (pull request #676) package: allow suppressing embedded dependencies with an envvar diff

[pypy-commit] pypy allow-forcing-no-embed: package: allow suppressing embedded dependencies with an envvar

2019-10-28 Thread danchr
Author: Dan Villiom Podlaski Christiansen Branch: allow-forcing-no-embed Changeset: r97875:bf745505226d Date: 2019-10-28 09:47 +0100 http://bitbucket.org/pypy/pypy/changeset/bf745505226d/ Log:package: allow suppressing embedded dependencies with an envvar diff --git

[pypy-commit] pypy default: Fix in the aarch64 backend for a rare case where a register would be overridden

2019-10-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r97874:81c30ab04ab4 Date: 2019-10-28 13:45 +0100 http://bitbucket.org/pypy/pypy/changeset/81c30ab04ab4/ Log:Fix in the aarch64 backend for a rare case where a register would be overridden diff --git a/rpython/jit/backend/aarch64/opassembler.py

[pypy-commit] pypy py3.6: Issue #2687

2019-10-28 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97873:e7f5d75f3f87 Date: 2019-10-28 11:54 +0100 http://bitbucket.org/pypy/pypy/changeset/e7f5d75f3f87/ Log:Issue #2687 Implement pystrhex.h diff --git a/pypy/module/cpyext/include/pystrhex.h b/pypy/module/cpyext/include/pystrhex.h new

[pypy-commit] pypy default: set minimal MACOSX_DEPLOYMENT_TARGET to 10.7 on macOS; cpython uses 10.5

2019-10-28 Thread mattip
Author: Matti Picus Branch: Changeset: r97871:158784f4a75c Date: 2019-10-28 11:41 +0200 http://bitbucket.org/pypy/pypy/changeset/158784f4a75c/ Log:set minimal MACOSX_DEPLOYMENT_TARGET to 10.7 on macOS; cpython uses 10.5 diff --git a/lib-python/2.7/distutils/sysconfig_pypy.py

[pypy-commit] pypy py3.6: set minimal MACOSX_DEPLOYMENT_TARGET to 10.7 on macOS; cpython does not have this

2019-10-28 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97872:73d1f8c0a863 Date: 2019-10-28 11:46 +0200 http://bitbucket.org/pypy/pypy/changeset/73d1f8c0a863/ Log:set minimal MACOSX_DEPLOYMENT_TARGET to 10.7 on macOS; cpython does not have this diff --git a/lib-python/3/_osx_support.py

[pypy-commit] pypy default: back out most of 17694ed47a34, leave only what is needed for pip 19.2 to work

2019-10-28 Thread mattip
Author: Matti Picus Branch: Changeset: r97870:e159b221303b Date: 2019-10-28 09:26 +0200 http://bitbucket.org/pypy/pypy/changeset/e159b221303b/ Log:back out most of 17694ed47a34, leave only what is needed for pip 19.2 to work diff --git a/lib-python/2.7/ensurepip/__init__.py