Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits: dd12f4ef by Matti Picus at 2022-02-11T08:15:44+02:00 Added tag release-pypy2.7-v7.3.8rc2 for changeset a7534a4d5085 - - - - - 748301db by Matti Picus at 2022-02-11T08:16:09+02:00 Added tag release-pypy3.7-v7.3.8rc2 for changeset 11d3d95ae917 - - - - - 80ea0b90 by Matti Picus at 2022-02-11T08:16:35+02:00 Added tag release-pypy3.8-v7.3.8rc2 for changeset e093771497da - - - - - 03c29a05 by Matti Picus at 2022-02-11T08:16:54+02:00 Added tag release-pypy3.9-v7.3.8rc2 for changeset 59025807f35a - - - - - f233a003 by Matti Picus at 2022-02-11T08:21:25+02:00 mention 3628c3d47abe and issue 3650 in the release note - - - - - 7e776e6f by Matti Picus at 2022-02-11T08:33:19+02:00 update repackaging script for using "candidate" in release candidate versioning - - - - - 5670d6ba by Matti Picus at 2022-02-11T08:35:32+02:00 fix 4d74e06add5b, add back s390x - - - - - cdec8d85 by Matti Picus at 2022-02-11T12:27:41+02:00 update for rc2 - - - - - 6b7bca9a by Matti Picus at 2022-02-12T20:40:12+02:00 make sure OpenSSL<1.1.1m is still supported (issue 3671), backport test changes - - - - - 43ee6df5 by Matti Picus at 2022-02-12T20:42:05+02:00 merge default --HG-- branch : py3.7 - - - - - ee3da617 by Carl Friedrich Bolz-Tereick at 2022-02-14T09:58:00+01:00 issue #3676: make sure that frozensets cannot be mutated by using methods from set it's enough to change interp2app, because the unwrapper that it builds will make sure that we pass the right class in only - - - - - dc74a513 by Carl Friedrich Bolz-Tereick at 2022-02-14T10:12:20+01:00 just make all the interp2apps use the right class. this means we also won't ever get the weird "expected set-or-frozenset" message any more. - - - - - 2a819833 by Carl Friedrich Bolz-Tereick at 2022-02-14T11:29:04+01:00 finally, move the methods to W_SetObject (except for descr_difference_update, which is used in descr_difference) - - - - - bfaf1f4c by Carl Friedrich Bolz-Tereick at 2022-02-14T18:03:02+01:00 when the JIT is off, don't do any works in the counters and just return early - - - - - 7c966f00 by Matti Picus at 2022-02-14T22:48:14+02:00 merge default into py3.7 --HG-- branch : py3.7 - - - - - 9ce7c075 by Matti Picus at 2022-02-14T23:35:28+02:00 fix merge --HG-- branch : py3.7 - - - - - d8f4010c by Matti Picus at 2022-02-15T13:20:02+02:00 add _winapi functions needed for SharedMemory (issue 3678) --HG-- branch : py3.8 - - - - - 053c3795 by Matti Picus at 2022-02-15T14:00:09+02:00 pypy now has 447 docstrings in builtins --HG-- branch : py3.7 - - - - - 9ea60004 by Matti Picus at 2022-02-15T14:42:59+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 1774d3e8 by Matti Picus at 2022-02-15T14:45:14+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 14 changed files: - .hgtags - lib-python/3/test/test_doctest.py - lib_pypy/_cffi_ssl/_stdssl/__init__.py - lib_pypy/_pypy_winbase_build.py - lib_pypy/_pypy_winbase_cffi64.py - lib_pypy/_winapi.py - pypy/doc/release-v7.3.8.rst - pypy/objspace/std/setobject.py - pypy/objspace/std/test/test_setobject.py - pypy/tool/release/check_versions.py - pypy/tool/release/repackage.sh - pypy/tool/release/versions.json - rpython/jit/metainterp/test/test_warmspot.py - rpython/jit/metainterp/warmstate.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c594b6c48a48386e8ac1f3f52d4b82f9c3e34784...1774d3e8395c09552290a18ecda1e614a10a762a -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c594b6c48a48386e8ac1f3f52d4b82f9c3e34784...1774d3e8395c09552290a18ecda1e614a10a762a 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