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

2021-10-25 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: b151b6b9 by Matti Picus at 2021-10-25T10:45:18+03:00 typos - - - - - 1 changed file: - pypy/doc/release-v7.3.7.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/b151b6b91ab4c1fdf93c807c454779e75ec5acd

[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.7-v7.x] Backed out changeset: ea61e398bbcb

2021-10-25 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/release-pypy3.7-v7.x at PyPy / pypy Commits: dc16dfde by Matti Picus at 2021-10-25T14:33:52+03:00 Backed out changeset: ea61e398bbcb --HG-- branch : release-pypy3.7-v7.x - - - - - 4 changed files: - pypy/module/cpyext/cdatetime.py - pypy/module/cpyext/in

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: turn test into an apptest file

2021-10-25 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 1b6297a1 by Carl Friedrich Bolz-Tereick at 2021-10-25T17:40:51+02:00 turn test into an apptest file --HG-- branch : py3.7 - - - - - e2db57ae by Carl Friedrich Bolz-Tereick at 2021-10-25T17:49:10+02:00 merge head

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: turn test into an apptest file

2021-10-25 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 1b6297a1 by Carl Friedrich Bolz-Tereick at 2021-10-25T17:40:51+02:00 turn test into an apptest file --HG-- branch : py3.7 - - - - - 0c714d00 by Carl Friedrich Bolz-Tereick at 2021-10-25T17:41:05+02:00 merge py3.

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 5 commits: add the "usedforsecurity" argument to hashlib constructors, but just ignore it for now

2021-10-25 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 409f63f6 by Carl Friedrich Bolz-Tereick at 2021-10-25T11:22:56+02:00 add the "usedforsecurity" argument to hashlib constructors, but just ignore it for now (passing "False" allows the use of unsafe hashing algor

[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix hmac.compare_digest

2021-10-25 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 13d42ea9 by Carl Friedrich Bolz-Tereick at 2021-10-25T17:53:19+02:00 fix hmac.compare_digest --HG-- branch : py3.9 - - - - - 1 changed file: - lib-python/3/hmac.py View it on Heptapod: https://foss.heptapo

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: Added tag release-pypy3.8-v7.3.7 for changeset 9ef55f6fc369

2021-10-25 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 65f37f1e by Matti Picus at 2021-10-25T19:11:36+03:00 Added tag release-pypy3.8-v7.3.7 for changeset 9ef55f6fc369 - - - - - bfa0435e by Matti Picus at 2021-10-25T19:12:27+03:00 Added tag release-pypy3.7-v7.3.7 for changeset 44d

[pypy-commit] [Git][pypy/pypy][branch/default] update versions.json and index the release note

2021-10-25 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 0e0f821a by Matti Picus at 2021-10-25T20:32:36+03:00 update versions.json and index the release note - - - - - 4 changed files: - pypy/doc/index-of-release-notes.rst - pypy/tool/release/check_versions.py - pypy/tool/release

[pypy-commit] [Git][pypy/pypy][branch/py3.7] HEAD is now v7.3.8

2021-10-25 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: eb766be5 by Matti Picus at 2021-10-25T20:34:12+03:00 HEAD is now v7.3.8 --HG-- branch : py3.7 - - - - - 3 changed files: - pypy/doc/conf.py - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/version.py View it on

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 5 commits: C-API changed, make this 7.4.1 not 7.3.7

2021-10-25 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: bef0b300 by Matti Picus at 2021-10-24T08:19:23+03:00 C-API changed, make this 7.4.1 not 7.3.7 --HG-- branch : py3.7 - - - - - c7a84275 by Matti Picus at 2021-10-18T19:01:05+03:00 cleanup and update libffi-7 to libffi-8 on windo

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 4 commits: give GenericAlias a __new__

2021-10-25 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 8eaf3bd2 by Carl Friedrich Bolz-Tereick at 2021-10-25T19:49:38+02:00 give GenericAlias a __new__ --HG-- branch : py3.9 - - - - - b35ca10e by Carl Friedrich Bolz-Tereick at 2021-10-25T19:58:18+02:00 pickling, ori