Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits: bb007914 by Stefano Rivera at 2020-09-26T21:13:09-07:00 Replace another python call. Debian removed the /usr/bin/python binary - - - - - 71d608cb by Armin Rigo at 2020-09-28T13:42:11+02:00 issue3312: some limited support for longdouble constants - - - - - d91f3c43 by Matti Picus at 2020-09-28T23:01:57+03:00 reapply PyPy fixes to urllib2.py after 1e7b78d6f418, fixes issue 3313 - - - - - 12083530 by Dan Villiom Podlaski Christiansen at 2020-09-22T18:30:24+02:00 build_cffi_imports: don't assume archive suffix is .gz - - - - - 8333e438 by Dan Villiom Podlaski Christiansen at 2020-09-23T23:48:00+02:00 rposix: implement sendfile on darwin (and freebsd?) This is not available in CPython 2.7 whether from the OS or MacPorts, so I've applied this against the `py3.6` branch. --HG-- branch : darwin-sendfile-2.7 - - - - - 9b30de50 by Matti Picus at 2020-09-29T00:11:26+03:00 merge default into py3.6 --HG-- branch : py3.6 - - - - - 869a2990 by Matti Picus at 2020-09-29T01:14:03+03:00 revert be9ad752d782, set MACOSX_DEPLOYMENT_TARGET in sysconfig to fix issue 3311 - - - - - 76802dfc by Matti Picus at 2020-09-30T09:13:08+03:00 document preference for named branches - - - - - 98652c40 by Matti Picus at 2020-10-02T09:55:02+00:00 Merge branch 'branch/darwin-sendfile-2.7' into 'branch/default' rposix: implement sendfile on darwin (and freebsd?) See merge request pypy/pypy!763 - - - - - 20e33023 by Matti Picus at 2020-10-02T12:56:15+03:00 merge default into py3.6 --HG-- branch : py3.6 - - - - - 43968cd8 by Matti Picus at 2020-10-02T13:10:31+03:00 disable _hpy_universal on 32-bit linux until the Signed/intptr_t problem is fixed --HG-- branch : py3.6 - - - - - 9d9b9961 by Matti Picus at 2020-10-02T13:11:14+03:00 merge py3.6 into py3.7 --HG-- branch : py3.7 - - - - - 10 changed files: - lib_pypy/pypy_tools/build_cffi_imports.py - pypy/config/pypyoption.py - pypy/doc/contributing.rst - pypy/doc/release-v7.3.2.rst - pypy/module/posix/test/test_posix2.py - rpython/rlib/rarithmetic.py - rpython/rlib/rposix.py - rpython/translator/c/primitive.py - rpython/translator/c/test/test_typed.py - rpython/translator/platform/darwin.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/745b808871aa319053e5671445eac0ac5596af4e...9d9b99610164d0eaa05103a61c80de94140eec6b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/745b808871aa319053e5671445eac0ac5596af4e...9d9b99610164d0eaa05103a61c80de94140eec6b You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
