[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: implement new features in hexlify, by reusing the bytearray implementation

2021-06-10 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: dd0beb10 by Carl Friedrich Bolz-Tereick at 2021-06-10T10:40:20+02:00 implement new features in hexlify, by reusing the bytearray implementation --HG-- branch : py3.8 - - - - - 1da94324 by Carl Friedrich Bolz-Ter

[pypy-commit] [Git][pypy/pypy][branch/default] check at translation time that docstrings of builtin functions written in

2021-06-10 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 09312edc by Carl Friedrich Bolz-Tereick at 2021-06-10T11:10:29+02:00 check at translation time that docstrings of builtin functions written in rpython are utf-8 (that wasn't the case on the 3.8 branch leading to

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: test and fix: method equality is based on instance identity, not equality

2021-06-10 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: b3229da4 by Carl Friedrich Bolz-Tereick at 2021-06-10T11:32:58+02:00 test and fix: method equality is based on instance identity, not equality --HG-- branch : py3.8 - - - - - e70b7be0 by Carl Friedrich Bolz-Tere

[pypy-commit] [Git][pypy/pypy][branch/py3.8] allow deletion of attribute

2021-06-10 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 6e08da64 by Carl Friedrich Bolz-Tereick at 2021-06-10T13:32:45+02:00 allow deletion of attribute --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/module/exceptions/interp_exceptions.py - pypy/module/ex

[pypy-commit] [Git][pypy/pypy][branch/py3.8] make it possible to instantiate Cells

2021-06-10 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 2c744181 by Carl Friedrich Bolz-Tereick at 2021-06-10T14:34:52+02:00 make it possible to instantiate Cells --HG-- branch : py3.8 - - - - - 3 changed files: - pypy/interpreter/nestedscope.py - pypy/interpreter

[pypy-commit] [Git][pypy/pypy][branch/default] re-enable --no-compile as a valid build target in spite of cffi hack

2021-06-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: ac10229c by Matti Picus at 2021-06-10T17:14:01+03:00 re-enable --no-compile as a valid build target in spite of cffi hack - - - - - 2 changed files: - pypy/goal/targetpypystandalone.py - rpython/translator/driver.py View

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: fix test for -A, fix implementatio

2021-06-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 86592200 by Matti Picus at 2021-06-09T23:11:27+03:00 fix test for -A, fix implementatio --HG-- branch : py3.7 - - - - - 09312edc by Carl Friedrich Bolz-Tereick at 2021-06-10T11:10:29+02:00 check at translation time that docstri

[pypy-commit] [Git][pypy/pypy][branch/default] remove pdb

2021-06-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 65b72784 by Matti Picus at 2021-06-10T17:53:19+03:00 remove pdb - - - - - 1 changed file: - rpython/translator/driver.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/65b72784422d52361b6c454a0c927e0f1

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: remove pdb

2021-06-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 65b72784 by Matti Picus at 2021-06-10T17:53:19+03:00 remove pdb - - - - - 93c9d1f8 by Matti Picus at 2021-06-10T18:01:11+03:00 merge default into py3.7 --HG-- branch : py3.7 - - - - - 1 changed file: - rpython/translator/dr

[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix 47712db62fce which broke building extension modules

2021-06-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 61638c45 by Matti Picus at 2021-06-11T09:47:25+03:00 fix 47712db62fce which broke building extension modules --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/_sysconfigdata.py View it on Heptapod: https://foss.h

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 8 commits: fix test for -A, fix implementatio

2021-06-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 86592200 by Matti Picus at 2021-06-09T23:11:27+03:00 fix test for -A, fix implementatio --HG-- branch : py3.7 - - - - - 09312edc by Carl Friedrich Bolz-Tereick at 2021-06-10T11:10:29+02:00 check at translation time that docstri