Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits: 425f36fb by Carl Friedrich Bolz-Tereick at 2021-11-18T12:28:49+01:00 fix target on default - - - - - a318be9d by Carl Friedrich Bolz-Tereick at 2021-11-20T17:12:55+01:00 switch to using the 3.2 db as the base one. reasoning: all the 3.x versions ship some higher db plus 3.2. Right now, that means we were shipping effectively three dbs, 3.2, 5.2 (the previous base db) and the respective higher version. using 3.2 as a base works both for 3.x shipping only two dbs, and 2.7 which ships 3.2 and 5.2 also add a script to regenerate all dbs - - - - - e5bfc01b by Carl Friedrich Bolz-Tereick at 2021-11-20T17:13:48+01:00 merge heads - - - - - 6e15090b by Carl Friedrich Bolz-Tereick at 2021-11-20T17:20:34+01:00 merge default --HG-- branch : py3.7 - - - - - 91514c37 by Matti Picus at 2021-11-20T23:00:22+02:00 add undocumented _socket.socket.timeout getter --HG-- branch : py3.7 - - - - - 8fcd661d by Matti Picus at 2021-11-21T08:39:24+02:00 fix test after bb1b886522c4 --HG-- branch : py3.8 - - - - - 62cc669d by Matti Picus at 2021-11-21T10:08:18+02:00 indentation --HG-- branch : py3.7 - - - - - 067b4feb by Matti Picus at 2021-11-21T10:13:40+02:00 dead code, bpo-35883: glibc mbstowcs() can return values above 0x10ffff CPython did not backport this to 3.7, but we might as well. The test is in 3.8+ in test_cmd_line.py::test_invalid_utf8_arg --HG-- branch : py3.7 - - - - - 07f4ebda by Matti Picus at 2021-11-21T10:14:22+02:00 merge py3.7 into py3.8 --HG-- branch : py3.8 - - - - - 5f01e96e by Matti Picus at 2021-11-21T10:42:09+02:00 merge py3.8 into py3.9 --HG-- branch : py3.9 - - - - - 16 changed files: - pypy/interpreter/pyparser/test/targetparse.py - pypy/module/_codecs/locale.py - pypy/module/_codecs/locale_codec.c - pypy/module/_socket/interp_socket.py - pypy/module/cpyext/test/test_version.py - + rpython/rlib/unicodedata/gen.sh - rpython/rlib/unicodedata/unicodedb_11_0_0.py - rpython/rlib/unicodedata/unicodedb_12_1_0.py - rpython/rlib/unicodedata/unicodedb_13_0_0.py - rpython/rlib/unicodedata/unicodedb_3_2_0.py - rpython/rlib/unicodedata/unicodedb_5_2_0.py - rpython/rlib/unicodedata/unicodedb_6_0_0.py - rpython/rlib/unicodedata/unicodedb_6_1_0.py - rpython/rlib/unicodedata/unicodedb_6_2_0.py - rpython/rlib/unicodedata/unicodedb_8_0_0.py - rpython/rlib/unicodedata/unicodedb_9_0_0.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7ac18b04aaff6ce2b5697df6ae539524ec03042f...5f01e96ede588888e30a447a3704b76b1c0826e9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7ac18b04aaff6ce2b5697df6ae539524ec03042f...5f01e96ede588888e30a447a3704b76b1c0826e9 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