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
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
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/
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
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
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
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