Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits: cbfd0df8 by Matti Picus at 2020-12-21T14:27:07+02:00 convert the win64 plan from future tense to past tense --HG-- branch : document-win64 - - - - - 465ac81c by nulano at 2020-12-23T06:16:53+01:00 add winreg.REG_QWORD_... introduced in Python 3.6 --HG-- branch : py3.7-winreg - - - - - af7d33a5 by Matti Picus at 2020-12-23T14:04:15+02:00 adopt review changes --HG-- branch : document-win64 - - - - - 5c8dc593 by Matti Picus at 2020-12-23T14:37:50+02:00 refactor the win64 work into a separate page, fix some warnings --HG-- branch : document-win64 - - - - - 5e0162dc by Matti Picus at 2020-12-23T14:40:15+02:00 document and close branch to be merged --HG-- branch : document-win64 - - - - - f69f99f0 by Matti Picus at 2020-12-23T14:40:58+02:00 merge branch that updates documentation now that win64 is merged - - - - - b007f316 by nulano at 2020-12-23T16:15:23+01:00 implement winreg.REG_QWORD reading and writing --HG-- branch : py3.7-winreg - - - - - 01c04656 by nulano at 2020-12-23T19:17:45+01:00 Backout changeset a4bc70b4f004c37b6c618ba011ec9136a53306c3 --HG-- branch : py3.7-winreg - - - - - c3c1795c by nulano at 2020-12-23T19:22:19+01:00 Merge --HG-- branch : py3.7-winreg - - - - - 3ef2f985 by nulano at 2020-12-23T19:40:37+01:00 fix merge --HG-- branch : py3.7-winreg - - - - - 4f825892 by nulano at 2020-12-23T21:27:16+01:00 implement winreg reflection on win64 --HG-- branch : py3.7-winreg - - - - - b305b480 by nulano at 2020-12-23T22:02:22+01:00 bpo-21151, preserve None passed as REG_BINARY instead of crashing or changing it to an empty string --HG-- branch : py3.7-winreg - - - - - eb5d8d6c by nulano at 2020-12-24T02:29:46+01:00 bpo-25778, truncate REG_SZ at first NULL to match reg.exe behaviour --HG-- branch : py3.7-winreg - - - - - 00da5a5f by nulano at 2020-12-24T02:30:26+01:00 change REG_MULTI_SZ parsing to match CPython for empty strings --HG-- branch : py3.7-winreg - - - - - d7dd61a0 by nulano at 2020-12-24T07:09:58+01:00 redo e070d661df63 using runtime loading --HG-- branch : py3.7-winreg - - - - - 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 link it into pypy.exe (issue 3363) - - - - - 6c015617 by Matti Picus at 2020-12-24T18:18:42+02:00 update icon - - - - - 697f8bc9 by Matti Picus at 2020-12-24T18:26:12+02:00 more tweaks to windows documentation - - - - - a9ffd050 by nulano at 2020-12-24T17:40:21+01:00 simplify d5d9fb27b018 --HG-- branch : py3.7-winreg - - - - - df2f7b8c by Matti Picus at 2020-12-24T20:33:58+02:00 add an option for 'manifest' - - - - - a30dd453 by Matti Picus at 2020-12-24T23:31:07+02:00 make order of arguments consistent with CPython, related to issue 2267 - - - - - 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 - - - - - 54db96d2 by Matti Picus at 2020-12-25T10:36:58+02:00 work around problem with jom.exe in this test - - - - - 0a6e4b6c by Matti Picus at 2020-12-25T14:17:45+02:00 more lceanly work around limitations of jom.exe (a nmake replacement that knows about -j) - - - - - 99df4b6d by Matti Picus at 2020-12-25T14:26:33+02:00 close and document branch to be merged --HG-- branch : py3.7-winreg - - - - - b623497b by Matti Picus at 2020-12-25T14:27:27+02:00 merge py3.7-winreg which fixes various problems with winreg --HG-- branch : py3.7 - - - - - d2bc5116 by Matti Picus at 2020-12-25T14:29:11+02:00 merge default into py3.7 --HG-- branch : py3.7 - - - - - 19 changed files: - pypy/doc/project-ideas.rst - pypy/doc/release-v7.3.3.rst - pypy/doc/whatsnew-head.rst - pypy/doc/whatsnew-pypy3-head.rst - pypy/doc/windows.rst - + pypy/doc/windows64.rst - pypy/goal/pypy.ico - + pypy/goal/python.manifest - pypy/goal/targetpypystandalone.py - pypy/module/_winreg/interp_winreg.py - pypy/module/_winreg/test/test_winreg.py - pypy/module/cpyext/typeobject.py - pypy/module/signal/test/test_signal.py - rpython/config/translationoption.py - rpython/rlib/rwinreg.py - + rpython/translator/platform/test/data/python.manifest - rpython/translator/platform/test/test_platform.py - + rpython/translator/platform/test/test_windows.py - rpython/translator/platform/windows.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/77bb90aa67ec2b76748c9b96992fc3c3c4bf3fb5...d2bc51166f4990ebce31ff7d658ee583e0af3734 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/77bb90aa67ec2b76748c9b96992fc3c3c4bf3fb5...d2bc51166f4990ebce31ff7d658ee583e0af3734 You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit