Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits: 4fdc583f by Carl Friedrich Bolz-Tereick at 2022-01-05T19:20:32+01:00 detail about PYTHONIOENCODING: if the encoding or the error is ommitted, always use utf-8/strict (instead of asking the locale) --HG-- branch : py3.7 - - - - - e3d021a1 by Carl Friedrich Bolz-Tereick at 2022-01-05T20:37:34+01:00 implement utf8-mode --HG-- branch : py3.7 - - - - - d1c7ad9e by Carl Friedrich Bolz-Tereick at 2022-01-05T21:03:33+01:00 remove commented out code from 2005ish --HG-- branch : py3.7 - - - - - f18cd283 by Carl Friedrich Bolz-Tereick at 2022-01-05T21:07:58+01:00 remove debug print --HG-- branch : py3.7 - - - - - 3d3191fd by Matti Picus at 2022-01-06T13:15:41+02:00 fix test_signal for non-windows --HG-- branch : py3.8 - - - - - e15c6b75 by Carl Friedrich Bolz-Tereick at 2022-01-06T12:17:43+01:00 a branch to try to make app_main.py process argv as *bytes* (because only processing argv yields information on how to decode those bytes). --HG-- branch : py3.7-appmain-bytes-argv - - - - - d4345d16 by Carl Friedrich Bolz-Tereick at 2022-01-06T12:19:25+01:00 remove pdb --HG-- branch : py3.7 - - - - - 1ea17ee5 by Matti Picus at 2022-01-07T13:17:09+02:00 fix test for when _locale.setlocale(_locale.LC_CTYPE, None) == "C" --HG-- branch : py3.7 - - - - - b5e53477 by Matti Picus at 2022-01-07T13:45:24+02:00 make sure warnings are caught in test --HG-- branch : py3.7 - - - - - 4622eaf1 by Matti Picus at 2022-01-07T14:07:59+02:00 simplify test_warn_unicode which should make it pass --HG-- branch : py3.7 - - - - - 5db89312 by Carl Friedrich Bolz-Tereick at 2022-01-08T13:26:43+01:00 this maybe fixes test_sys --HG-- branch : py3.7 - - - - - a14dc05f by fijal at 2022-01-08T14:55:32+02:00 add memory pressure for RawByteBuffer around the malloc - - - - - a002881e by Matti Picus at 2022-01-08T22:23:23+02:00 avoid problems with setuptools>=60 (pep 483 deprecation warning), pytest==4.0.0 --HG-- branch : py3.7 - - - - - f518ad50 by Matti Picus at 2022-01-09T10:23:53+02:00 merge default --HG-- branch : py3.7 - - - - - 1310fb04 by Matti Picus at 2022-01-09T10:31:16+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - fb9b298a by Matti Picus at 2022-01-09T10:39:59+02:00 use CYTHON_VERSOIN instead of hard-coding the version --HG-- branch : py3.8 - - - - - d02ec1e9 by Carl Friedrich Bolz-Tereick at 2022-01-09T10:13:31+01:00 fix _posixsubprocess ztranslation test the problem comes from a regular StdObjSpace instance staying around in a global and being confused with the FakeObjSpace that the ztranslation machinery uses. Normally we would just not use globals for the space, but in a few very rare circumstances they are unavoidable. --HG-- branch : py3.7 - - - - - 1aa83f26 by Matti Picus at 2022-01-09T11:16:19+02:00 keep cffi buffer alive (issue 3625) --HG-- branch : py3.7 - - - - - 2aeb3c30 by Matti Picus at 2022-01-09T11:16:58+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 5c61cf65 by Matti Picus at 2022-01-09T16:07:56+02:00 duplicate getsockopt from pypysig_set_wakeup_fd to get nicer error on windows Once this settles down, the check in pypysig_set_wakeup_fd can be removed. --HG-- branch : py3.8 - - - - - 2fb09ca0 by Matti Picus at 2022-01-09T16:19:26+02:00 backport change from 007460cad4dd in py3.8 - - - - - 81b5dd64 by Matti Picus at 2022-01-09T16:24:16+02:00 merge heads --HG-- branch : py3.7 - - - - - 88970e78 by Carl Friedrich Bolz-Tereick at 2022-01-10T13:00:19+01:00 #3584: add __builtins__ to globals dict in eval call - - - - - 99c43100 by Carl Friedrich Bolz-Tereick at 2022-01-10T13:03:01+01:00 start refactoring app_main to make the *unencoded* bytes version of argv available too --HG-- branch : py3.7-appmain-bytes-argv - - - - - a2eb0c1f by Carl Friedrich Bolz-Tereick at 2022-01-10T13:16:19+01:00 merge py3.7 --HG-- branch : py3.7-appmain-bytes-argv - - - - - 505af5a5 by Carl Friedrich Bolz-Tereick at 2022-01-10T13:23:10+01:00 start fixing tests --HG-- branch : py3.7-appmain-bytes-argv - - - - - 774ddb88 by Carl Friedrich Bolz-Tereick at 2022-01-10T17:11:17+01:00 fix tests --HG-- branch : py3.7-appmain-bytes-argv - - - - - 5916027e by Matti Picus at 2022-01-10T18:59:05+02:00 skip test of signal that cannot work on windows --HG-- branch : py3.8 - - - - - 0c50b05e by Carl Friedrich Bolz-Tereick at 2022-01-10T19:35:20+01:00 fix tests, maybe --HG-- branch : py3.7-appmain-bytes-argv - - - - - 5cfb4acc by Matti Picus at 2022-01-11T10:21:39+02:00 revert ab5d681a5aa1, importing sys.version.py drags in too much rpython --HG-- branch : py3.8 - - - - - 5323d6e2 by Matti Picus at 2022-01-11T10:27:55+02:00 adjust test for 58144a0105d3 - - - - - 38a1cc26 by Matti Picus at 2022-01-11T10:36:24+02:00 merge default --HG-- branch : py3.7 - - - - - 29905964 by Carl Friedrich Bolz-Tereick at 2022-01-11T12:05:46+01:00 while we're at it: fix unbuffered output --HG-- branch : py3.7-appmain-bytes-argv - - - - - 0a36955c by Matti Picus at 2022-01-11T15:59:36+02:00 merge py3.7-appmain-bytes-argv which cleans up utf8 option for app_main --HG-- branch : py3.7 - - - - - 82028f80 by Matti Picus at 2022-01-11T16:00:09+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - dda84b36 by Carl Friedrich Bolz-Tereick at 2022-01-12T09:58:37+01:00 merge py3.7-appmain-bytes-argv: be more careful when decoding the commandline argument, potentially do it twice --HG-- branch : py3.7 - - - - - 16c8420b by Carl Friedrich Bolz-Tereick at 2022-01-12T09:59:05+01:00 merge heads --HG-- branch : py3.7 - - - - - eeefd5a6 by Matti Picus at 2022-01-12T15:32:25+02:00 implement PyCodec_Decode, PyCodec_Encode --HG-- branch : py3.7 - - - - - fe5b261f by Matti Picus at 2022-01-12T15:33:15+02:00 alias PyDateTime_DATE_GET_FOLD (issue 3627) --HG-- branch : py3.7 - - - - - 36c91002 by Matti Picus at 2022-01-12T15:47:47+02:00 add some hash macros (issue 3590) --HG-- branch : py3.7 - - - - - 250c6a3e by Matti Picus at 2022-01-12T17:59:42+02:00 add fix for bpo43522, use embedded OpenSSL to 1.1.1m (issue --HG-- branch : py3.7 - - - - - e88a3dbb by Matti Picus at 2022-01-12T18:00:15+02:00 missed part of previous commit --HG-- branch : py3.7 - - - - - 97f0fa08 by Matti Picus at 2022-01-12T18:23:03+02:00 add PyErr_WarnExplicit, issue 3521 --HG-- branch : py3.7 - - - - - 076b46af by Matti Picus at 2022-01-12T20:24:07+02:00 fix translation --HG-- branch : py3.7 - - - - - ef5e151d by Matti Picus at 2022-01-12T20:27:15+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - b6761bc0 by Matti Picus at 2022-01-12T20:28:25+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 26 changed files: - extra_tests/requirements.txt - lib_pypy/_cffi_ssl/_stdssl/__init__.py - lib_pypy/_overlapped.py - lib_pypy/pypy_tools/build_cffi_imports.py - pypy/goal/targetpypystandalone.py - pypy/interpreter/app_main.py - pypy/interpreter/test/test_app_main.py - pypy/module/__builtin__/compiling.py - pypy/module/__builtin__/test/test_builtin.py - pypy/module/_posixsubprocess/test/test_ztranslation.py - pypy/module/_warnings/test/apptest_warnings.py - pypy/module/cpyext/codecs.py - pypy/module/cpyext/include/Python.h - pypy/module/cpyext/include/datetime.h - + pypy/module/cpyext/include/pyhash.h - pypy/module/cpyext/pyerrors.py - pypy/module/cpyext/stubs.py - pypy/module/cpyext/test/test_codecs.py - pypy/module/cpyext/test/test_datetime.py - pypy/module/cpyext/test/test_eval.py - pypy/module/cpyext/test/test_pyerrors.py - pypy/module/select/test/test_select_signal.py - pypy/module/signal/interp_signal.py - pypy/module/signal/test/test_signal.py - rpython/rlib/buffer.py - rpython/rlib/rsignal.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f4d48a5f367c01af3b5787394b3c7bb5104557d5...b6761bc0991ff1f94be509be47853f524d33ed51 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f4d48a5f367c01af3b5787394b3c7bb5104557d5...b6761bc0991ff1f94be509be47853f524d33ed51 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