Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits: dd05cdec by Matti Picus at 2022-01-23T10:07:28+02:00 Backed out changeset 85525c43dc44 - - - - - 4b05e3d9 by Matti Picus at 2022-01-26T14:49:42+02:00 Added tag release-pypy2.7-v7.3.8rc1 for changeset 6f82fdd0ce3c - - - - - 72e9d78c by Matti Picus at 2022-01-26T14:49:59+02:00 Added tag release-pypy3.7-v7.3.8rc1 for changeset 0e322cb44401 - - - - - ad70e3ab by Matti Picus at 2022-01-26T14:50:15+02:00 Added tag release-pypy3.8-v7.3.8rc1 for changeset 67f1b98040ba - - - - - 8947de41 by Matti Picus at 2022-01-26T14:50:41+02:00 Added tag release-pypy3.9-v7.3.8rc1 for changeset 307e102d7222 - - - - - 26b96ed0 by Carl Friedrich Bolz-Tereick at 2022-01-26T18:41:47+01:00 a bit of contributor gardening - - - - - 32126439 by Matti Picus at 2022-01-27T00:55:37+02:00 update verions.json, remove bot from contributors - - - - - 71a480e3 by Carl Friedrich Bolz-Tereick at 2022-01-27T11:30:06+01:00 some small improvements to the release notes, mention that this will be the last 3.7 release - - - - - 1f3b8c47 by Carl Friedrich Bolz-Tereick at 2022-01-27T11:17:53+01:00 put the bot into the script, so that it sticks on regeneration - - - - - 97397975 by Matti Picus at 2022-01-27T15:26:47+02:00 fix unused value in ropenssl - - - - - 7956e94c by Matti Picus at 2022-01-27T15:29:33+02:00 re-remove _hashlib which was restored in 1c5c15c4d48c tests fail when this is used without the rpython _ssl module, there is some initialization code missing - - - - - 616d6a19 by Stefano Rivera at 2022-01-27T22:49:35-04:00 pycparser isn't required, it's vendored - - - - - 53d349c1 by Matti Picus at 2022-01-28T10:45:02+02:00 catch correct error - - - - - 91ff9dba by Matti Picus at 2022-01-28T11:10:16+02:00 skip check that exposes difference between rpython os.stat and python2 os.stat - - - - - 3ffda19e by Matti Picus at 2022-01-29T18:02:41+02:00 improve test resilience --HG-- branch : py3.7 - - - - - 6a0b0359 by Matti Picus at 2022-01-29T19:38:10+02:00 more pickiness around utime arguments --HG-- branch : py3.7 - - - - - d7cba12d by Matti Picus at 2022-01-29T22:56:30+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - cf25fa5a by Matti Picus at 2022-01-29T22:13:09+02:00 fix formatting for CPython compatibility --HG-- branch : py3.8 - - - - - 69ecb3ff by Matti Picus at 2022-01-29T22:13:23+02:00 add failing test --HG-- branch : py3.8 - - - - - 7625bf5f by Matti Picus at 2022-01-29T22:52:43+02:00 add missing _Py_RestoreSignals() call in fork_exec There was a pure-python version back in python3.2, the C version never worked --HG-- branch : py3.8 - - - - - 69d4b781 by Matti Picus at 2022-01-29T22:55:17+02:00 merge default --HG-- branch : py3.7 - - - - - 4188dfae by Carl Friedrich Bolz-Tereick at 2022-01-29T22:21:08+01:00 exceptions in atexit functions shouldn't crash the interpreter at shutdown --HG-- branch : py3.7 - - - - - bcbcf994 by Matti Picus at 2022-01-30T08:18:03+02:00 make it clear this function is a copy --HG-- branch : py3.8 - - - - - aadc29e6 by Matti Picus at 2022-01-30T09:51:48+02:00 allow PyPy's error messages in test --HG-- branch : py3.8 - - - - - a7776332 by Matti Picus at 2022-01-30T11:32:08+02:00 skip tests around __flags__ on methods --HG-- branch : py3.8 - - - - - 1836dc35 by Matti Picus at 2022-01-30T11:32:25+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 1aade080 by Matti Picus at 2022-01-30T11:41:13+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 20 changed files: - .hgtags - LICENSE - lib-python/3/test/test_call.py - lib-python/3/test/test_eof.py - lib_pypy/cffi.dist-info/METADATA - pypy/doc/contributor.rst - pypy/doc/release-v7.3.8.rst - pypy/doc/tool/makecontributor.py - pypy/interpreter/baseobjspace.py - pypy/interpreter/test/test_objspace.py - pypy/module/_posixsubprocess/_posixsubprocess.c - pypy/module/_posixsubprocess/test/apptest_subprocess.py - pypy/module/posix/test/test_posix2.py - pypy/module/thread/os_thread.py - pypy/tool/release/check_versions.py - pypy/tool/release/repackage.sh - pypy/tool/release/versions.json - rpython/rlib/ropenssl.py - rpython/translator/c/test/test_extfunc.py - rpython/translator/platform/windows.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/eb15ea792e75080633d7597e25e5692fe7a36b38...1aade080dca38c1c192ea711e689d2bffa6c4736 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/eb15ea792e75080633d7597e25e5692fe7a36b38...1aade080dca38c1c192ea711e689d2bffa6c4736 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