[pypy-commit] [Mercurial][pypy/pypy] Deleted branch branch/win-fix-unicode

2023-04-25 Thread Matti Picus (@mattip)
Matti Picus deleted branch branch/win-fix-unicode at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@p

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 7 commits: prefer utf-8 encoding on windows

2023-04-25 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: e3831f18 by Matti Picus at 2023-04-24T23:03:44+03:00 prefer utf-8 encoding on windows --HG-- branch : win-fix-unicode - - - - - 7680b554 by Matti Picus at 2023-04-24T22:19:15+03:00 add FileEncoder/FileDecoder.as_utf8 and use it

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 9 commits: also implement __copy__ and __deepcopy__ for zlib (de)compressors

2023-04-25 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: e75ce9eb by Carl Friedrich Bolz-Tereick at 2023-04-17T18:26:42+02:00 also implement __copy__ and __deepcopy__ for zlib (de)compressors --HG-- branch : py3.9 - - - - - e3831f18 by Matti Picus at 2023-04-24T23:03:44+03:00 prefer