[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: woops, while 0: break gave an error before

2021-11-20 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: b7ef4f32 by Carl Friedrich Bolz-Tereick at 2021-11-20T10:07:20+01:00 woops, while 0: break gave an error before --HG-- branch : py3.9 - - - - - c6275018 by Carl Friedrich Bolz-Tereick at 2021-11-20T10:31:25+01:0

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: fix segfault

2021-11-20 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: cd395b23 by Carl Friedrich Bolz-Tereick at 2021-11-20T12:42:31+01:00 fix segfault --HG-- branch : py3.9 - - - - - 4821cc8d by Carl Friedrich Bolz-Tereick at 2021-11-20T12:42:55+01:00 make negative urandom args r

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 4 commits: two missing collects

2021-11-20 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 4948896b by Carl Friedrich Bolz-Tereick at 2021-11-20T12:56:29+01:00 two missing collects --HG-- branch : py3.9 - - - - - c8725735 by Carl Friedrich Bolz-Tereick at 2021-11-20T13:01:02+01:00 deprecate split --H

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: fix translation

2021-11-20 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: f8d3dca8 by Carl Friedrich Bolz-Tereick at 2021-11-20T14:52:31+01:00 fix translation --HG-- branch : py3.9 - - - - - 48a1b9c9 by Carl Friedrich Bolz-Tereick at 2021-11-20T15:12:50+01:00 dictproxy __or__ --HG--

[pypy-commit] [Git][pypy/pypy][branch/py3.8] more cpython header compatibility fixes for untranslated tests and windows support

2021-11-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 9e3e1fb6 by Matti Picus at 2021-11-20T17:42:06+02:00 more cpython header compatibility fixes for untranslated tests and windows support --HG-- branch : py3.8 - - - - - 5 changed files: - .hgignore - pypy/module/cpyext/api.p

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: fix indentation

2021-11-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 284e47e9 by Matti Picus at 2021-11-20T17:40:47+02:00 fix indentation --HG-- branch : py3.7 - - - - - e26a3e38 by Matti Picus at 2021-11-20T17:49:59+02:00 CPython _PyObject_LookupAttrId compatibility - failed getattr does not ra

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: fix indentation

2021-11-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 284e47e9 by Matti Picus at 2021-11-20T17:40:47+02:00 fix indentation --HG-- branch : py3.7 - - - - - e26a3e38 by Matti Picus at 2021-11-20T17:49:59+02:00 CPython _PyObject_LookupAttrId compatibility - failed getattr does not ra

[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: fix target on default

2021-11-20 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 425f36fb by Carl Friedrich Bolz-Tereick at 2021-11-18T12:28:49+01:00 fix target on default - - - - - a318be9d by Carl Friedrich Bolz-Tereick at 2021-11-20T17:12:55+01:00 switch to using the 3.2 db as the base o

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 5 commits: fix indentation

2021-11-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 284e47e9 by Matti Picus at 2021-11-20T17:40:47+02:00 fix indentation --HG-- branch : py3.7 - - - - - 9e3e1fb6 by Matti Picus at 2021-11-20T17:42:06+02:00 more cpython header compatibility fixes for untranslated tests and window

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: fix target on default

2021-11-20 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 425f36fb by Carl Friedrich Bolz-Tereick at 2021-11-18T12:28:49+01:00 fix target on default - - - - - a318be9d by Carl Friedrich Bolz-Tereick at 2021-11-20T17:12:55+01:00 switch to using the 3.2 db as the base one

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.7-fix-jitting-of-empty-listcomps

2021-11-20 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed new branch branch/py3.7-fix-jitting-of-empty-listcomps at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.7-fix-jitting-of-empty-listcomps You're receiving this email because of your account on foss.heptapod.net. _

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.8-fix-jitting-of-empty-listcomps

2021-11-20 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed new branch branch/py3.8-fix-jitting-of-empty-listcomps at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.8-fix-jitting-of-empty-listcomps You're receiving this email because of your account on foss.heptapod.net. _

[pypy-commit] [Git][pypy/pypy][branch/py3.7] add undocumented _socket.socket.timeout getter

2021-11-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 91514c37 by Matti Picus at 2021-11-20T23:00:22+02:00 add undocumented _socket.socket.timeout getter --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/_socket/interp_socket.py View it on Heptapod: https://foss.