[pypy-commit] [Git][pypy/pypy][branch/py3.8] 9 commits: fix target on default

Matti Picus (@mattip) foss at heptapod.net
Sun Nov 21 03:17:24 EST 2021



Matti Picus pushed to branch branch/py3.8 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

- - - - -


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/0e4ff612c3de9e44c2d59eacaa2ee76c3b57ee7c...07f4ebdaf46c0b4c3e17f25d30024730e1bf6531

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/0e4ff612c3de9e44c2d59eacaa2ee76c3b57ee7c...07f4ebdaf46c0b4c3e17f25d30024730e1bf6531
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20211121/8ecb9b46/attachment.html>


More information about the pypy-commit mailing list