[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: test, cleanup manifest embedding for vs2008+; add option for adding a manifest

2020-12-24 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: a75398ae by Matti Picus at 2020-12-24T17:58:31+02:00 test, cleanup manifest embedding for vs2008+; add option for adding a manifest - - - - - cd3caf6a by Matti Picus at 2020-12-24T18:05:49+02:00 copy manifest from cpython and

[pypy-commit] [Git][pypy/pypy][branch/default] more tweaks to windows documentation

2020-12-24 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 697f8bc9 by Matti Picus at 2020-12-24T18:26:12+02:00 more tweaks to windows documentation - - - - - 1 changed file: - pypy/doc/windows.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/697f8bc9fd0ebd592

[pypy-commit] [Git][pypy/pypy][branch/py3.7-winreg] simplify d5d9fb27b018

2020-12-24 Thread nulano
nulano pushed to branch branch/py3.7-winreg at PyPy / pypy Commits: a9ffd050 by nulano at 2020-12-24T17:40:21+01:00 simplify d5d9fb27b018 --HG-- branch : py3.7-winreg - - - - - 1 changed file: - pypy/module/_winreg/interp_winreg.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/

[pypy-commit] [Git][pypy/pypy][branch/default] add an option for 'manifest'

2020-12-24 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: df2f7b8c by Matti Picus at 2020-12-24T20:33:58+02:00 add an option for 'manifest' - - - - - 1 changed file: - rpython/config/translationoption.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/df2f7b8caa

[pypy-commit] [Git][pypy/pypy][branch/py3.7] INCLUDEPY and INCLUDEDIR should point to the original directory even in a virtualenv (issue 3364)

2020-12-24 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 77bb90aa by Matti Picus at 2020-12-24T23:04:54+02:00 INCLUDEPY and INCLUDEDIR should point to the original directory even in a virtualenv (issue 3364) --HG-- branch : py3.7 - - - - - 2 changed files: - lib-python/3/sysconfi

[pypy-commit] [Git][pypy/pypy][branch/default] make order of arguments consistent with CPython, related to issue 2267

2020-12-24 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: a30dd453 by Matti Picus at 2020-12-24T23:31:07+02:00 make order of arguments consistent with CPython, related to issue 2267 - - - - - 1 changed file: - pypy/module/cpyext/typeobject.py View it on GitLab: https://foss.hep

[pypy-commit] [Git][pypy/pypy][branch/py3.7-winreg] round-trip invalid UTF-16 data in winreg without a UnicodeDecodeError, issue 3342

2020-12-24 Thread nulano
nulano pushed to branch branch/py3.7-winreg at PyPy / pypy Commits: 9572535b by nulano at 2020-12-25T02:39:54+01:00 round-trip invalid UTF-16 data in winreg without a UnicodeDecodeError, issue 3342 --HG-- branch : py3.7-winreg - - - - - 2 changed files: - pypy/module/_winreg/interp_winreg