[pypy-commit] [Git][pypy/pypy][branch/default] fix for python2 call to winreg.OpenKeyEx without kwargs (issue 3595)

2022-01-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 56c8782a by Matti Picus at 2022-01-12T10:41:47+02:00 fix for python2 call to winreg.OpenKeyEx without kwargs (issue 3595) - - - - - 1 changed file: - lib-python/2.7/distutils/_msvccompiler.py View it on Heptapod: https:/

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: merge py3.7-appmain-bytes-argv: be more careful when decoding the commandline

2022-01-12 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 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 - - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: implement PyCodec_Decode, PyCodec_Encode

2022-01-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 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) --H

[pypy-commit] [Git][pypy/pypy][branch/py3.7] missed part of previous commit

2022-01-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: e88a3dbb by Matti Picus at 2022-01-12T18:00:15+02:00 missed part of previous commit --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/pypy_tools/build_cffi_imports.py View it on Heptapod: https://foss.heptapod.ne

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: add PyErr_WarnExplicit, issue 3521

2022-01-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 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 - - - - - 4

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 10 commits: merge py3.7-appmain-bytes-argv: be more careful when decoding the commandline

2022-01-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 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 Ca

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 46 commits: detail about PYTHONIOENCODING: if the encoding or the error is ommitted, always

2022-01-12 Thread Matti Picus (@mattip)
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 - - - -