Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy
Commits: 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 - - - - - 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 - - - - - fe78f8cf by Matti Picus at 2020-10-02T17:57:58+03:00 update repackage script to create .hg_archival.txt, issue 3315 - - - - - 7461549e by Matti Picus at 2020-10-03T19:20:51+03:00 move translated os.* tests to extra_tests - - - - - 64e7a519 by Matti Picus at 2020-10-03T19:32:57+03:00 redo moved tests, flake8 - - - - - 609406d4 by Matti Picus at 2020-10-03T19:33:09+03:00 small fixes - - - - - 21f2bcd1 by Matti Picus at 2020-10-03T20:07:58+03:00 restart whatsnew-pypy3-head.rst - - - - - e3549d0f by Matti Picus at 2020-10-03T20:33:35+03:00 simplify source repackaging via hg archive, creates .hg_archival.txt, issue 3315 - - - - - 7f4f78a8 by Antonio Cuni at 2020-10-04T15:24:36+02:00 improve the fake objspace so that it fails if you pass a resizable list to newtuple, and to catch the problem which was fixed by 0726e91a1ce1 - - - - - 36b29935 by Armin Rigo at 2020-10-05T22:14:31+02:00 Fix crypt with a multithread protection lock, similar to the one in grp.py - - - - - 4bd4f38e by Matti Picus at 2020-10-06T08:48:26+03:00 fix failing tests - - - - - 0555837d by Matti Picus at 2020-10-07T08:34:21+03:00 more test fixes - - - - - 3a0aa403 by Matti Picus at 2020-10-07T09:09:48+03:00 update expired testing certificates from latest CPython HEAD - - - - - c23aead4 by Matti Picus at 2020-10-08T05:46:36+03:00 always use NT sysconfig scheme on windows, issue 3321 - - - - - 24f76b1c by Matti Picus at 2020-10-08T07:29:54+03:00 fix (again) avoid python since it needs LD_LIBRARY_PATH on buildbot workers - - - - - aff9c021 by Matti Picus at 2020-10-08T23:05:54+03:00 refactor app_main to delay importing stdlib's os, maybe related to issue 3323 --HG-- branch : app_main - - - - - 0af58f5e by Matti Picus at 2020-10-09T08:25:42+03:00 revert cf2bc3e07e69, redo with specific nt_pypy scheme - - - - - 25e68735 by Matti Picus at 2020-10-09T08:27:49+03:00 close and document branch for merging --HG-- branch : app_main - - - - - 296cbbd1 by Matti Picus at 2020-10-09T08:29:46+03:00 merge app_main which delays 'import os' until after 'import site' - - - - - 27065ba7 by Matti Picus at 2020-10-09T09:09:15+03:00 typo - - - - - 3e76cf42 by Stefano Rivera at 2020-10-09T23:47:58-07:00 merge default into stdlib-2.7.18-3 --HG-- branch : stdlib-2.7.18-3 - - - - - 23 changed files: - extra_tests/cffi_tests/test_c.py - + extra_tests/test_os.py - lib-python/2.7/sysconfig.py - lib-python/2.7/test/test_urllib2.py - lib-python/2.7/urllib2.py - lib_pypy/crypt/__init__.py - lib_pypy/pypy_tools/build_cffi_imports.py - pypy/doc/contributing.rst - pypy/doc/index-of-whatsnew.rst - pypy/doc/release-v7.3.2.rst - pypy/doc/whatsnew-head.rst - pypy/doc/whatsnew-pypy3-7.3.1.rst - + pypy/doc/whatsnew-pypy3-7.3.2.rst - pypy/doc/whatsnew-pypy3-head.rst - pypy/interpreter/app_main.py - pypy/module/posix/test/test_posix2.py - pypy/objspace/fake/objspace.py - pypy/tool/release/repackage.sh - 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/d60906d4d9e956f7379ba5335228ca41c696e1b9...3e76cf4231ec90236b83dbd4f595d265fc6300cd -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d60906d4d9e956f7379ba5335228ca41c696e1b9...3e76cf4231ec90236b83dbd4f595d265fc6300cd You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit