[pypy-commit] [Git][pypy/pypy][branch/default] wrap mavcrt.get_osfhandle with FdValidator (removed in the FdValidator refactoring)

2020-12-28 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: be6432bf by Matti Picus at 2020-12-28T09:39:40+02:00 wrap mavcrt.get_osfhandle with FdValidator (removed in the FdValidator refactoring) - - - - - 4 changed files: - lib_pypy/msvcrt.py - pypy/module/__pypy__/interp_magic.p

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 9 commits: backport rpython changes from py3.7-winreg

2020-12-28 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 17559cd2 by Matti Picus at 2020-12-25T16:12:58+02:00 backport rpython changes from py3.7-winreg - - - - - 90e062d3 by Matti Picus at 2020-12-26T19:12:02+02:00 fix 64-bit windows translation (nulano) - - - - - 67503f9b by Matti

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: tweak test which seems to timeout when run with pypy as untranslated host

2020-12-28 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: b87ea8c0 by Matti Picus at 2020-12-28T16:56:35+02:00 tweak test which seems to timeout when run with pypy as untranslated host --HG-- branch : py3.7 - - - - - 51f5e93a by Matti Picus at 2020-12-28T18:27:40+02:00 bpo 28732 - Rai

[pypy-commit] [Git][pypy/pypy][branch/py3.7-win64-hash] 18 commits: backport rpython changes from py3.7-winreg

2020-12-28 Thread nulano
nulano pushed to branch branch/py3.7-win64-hash at PyPy / pypy Commits: 17559cd2 by Matti Picus at 2020-12-25T16:12:58+02:00 backport rpython changes from py3.7-winreg - - - - - 90e062d3 by Matti Picus at 2020-12-26T19:12:02+02:00 fix 64-bit windows translation (nulano) - - - - - 67503f9b by

[pypy-commit] [Git][pypy/extradoc][branch/extradoc] 2 commits: forgot to check in this

2020-12-28 Thread Armin Rigo
Armin Rigo pushed to branch branch/extradoc at PyPy / extradoc Commits: a50ffb1a by Armin Rigo at 2020-12-28T18:24:45+01:00 forgot to check in this --HG-- branch : extradoc - - - - - 15008292 by Armin Rigo at 2020-12-28T18:24:58+01:00 Blog post draft for mac-arm64 --HG-- branch : extradoc -

[pypy-commit] [Git][pypy/pypy][branch/default] PyPy3 port of this paragraph in the documentation

2020-12-28 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: e79457e7 by Armin Rigo at 2020-12-28T18:43:43+01:00 PyPy3 port of this paragraph in the documentation - - - - - 1 changed file: - pypy/doc/cpython_differences.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/c

[pypy-commit] [Git][pypy/pypy][branch/default] detail

2020-12-28 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 0ef1e8ed by Armin Rigo at 2020-12-28T18:52:41+01:00 detail - - - - - 1 changed file: - pypy/doc/cpython_differences.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/0ef1e8edee1c6700b03d06ae77000ea12ef4d

[pypy-commit] [Git][pypy/extradoc][branch/extradoc] tweaks, thanks matti

2020-12-28 Thread Armin Rigo
Armin Rigo pushed to branch branch/extradoc at PyPy / extradoc Commits: 74f63307 by Armin Rigo at 2020-12-28T19:10:30+01:00 tweaks, thanks matti --HG-- branch : extradoc - - - - - 1 changed file: - blog/draft/2020-12-28-mac-arm64.rst View it on GitLab: https://foss.heptapod.net/pypy/ext

[pypy-commit] [Git][pypy/extradoc][branch/extradoc] 2 commits: typo (thanks tos9)

2020-12-28 Thread Armin Rigo
Armin Rigo pushed to branch branch/extradoc at PyPy / extradoc Commits: 2bc104b6 by Armin Rigo at 2020-12-28T20:37:13+01:00 typo (thanks tos9) --HG-- branch : extradoc - - - - - bad6f117 by Armin Rigo at 2020-12-28T21:45:49+01:00 "many requests" -> "requests" --HG-- branch : extradoc - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: PyPy3 port of this paragraph in the documentation

2020-12-28 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: e79457e7 by Armin Rigo at 2020-12-28T18:43:43+01:00 PyPy3 port of this paragraph in the documentation - - - - - 0ef1e8ed by Armin Rigo at 2020-12-28T18:52:41+01:00 detail - - - - - 259b01da by Matti Picus at 2020-12-29T00:38:14

[pypy-commit] [Git][pypy/pypy][branch/default] decorate ctypes functions that have pointer arguments for win64

2020-12-28 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 259b01da by Matti Picus at 2020-12-29T00:38:14+02:00 decorate ctypes functions that have pointer arguments for win64 - - - - - 1 changed file: - lib_pypy/_ctypes/primitive.py View it on GitLab: https://foss.heptapod.net/

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 6 commits: prevent overflow in _hash_long on win64 using method from CPython

2020-12-28 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 5ab87d3a by nulano at 2020-12-26T12:32:47+01:00 prevent overflow in _hash_long on win64 using method from CPython --HG-- branch : py3.7-win64-hash - - - - - d7bf7949 by nulano at 2020-12-26T13:22:49+01:00 fix _hash_long changes

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/py3.7-win64-hash

2020-12-28 Thread Matti Picus
Matti Picus deleted branch branch/py3.7-win64-hash at PyPy / pypy -- 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