[pypy-commit] [Git][pypy/pypy][branch/special-method-shortcut] 2 commits: add a shortcut for is_true to at least check for the two bools first, before

2022-02-20 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/special-method-shortcut at PyPy / pypy Commits: 50c94947 by Carl Friedrich Bolz-Tereick at 2022-02-20T13:03:49+01:00 add a shortcut for is_true to at least check for the two bools first, before doing any lookups --HG-- branch : special-metho

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 10 commits: get started on an interplevel (and thus hopefully fast enough to be always on)

2022-02-20 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 2a9d0bea by Carl Friedrich Bolz-Tereick at 2021-11-29T19:17:20+01:00 get started on an interplevel (and thus hopefully fast enough to be always on) implementation of assert ast rewriting --HG-- branch : py3-inter

[pypy-commit] [Git][pypy/benchmarks][branch/default] split revision to use only the hash

2022-02-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / benchmarks Commits: c7a255b7 by Matti Picus at 2022-02-20T18:38:19+02:00 split revision to use only the hash - - - - - 1 changed file: - runner.py View it on Heptapod: https://foss.heptapod.net/pypy/benchmarks/-/commit/c7a255b754fbe38

[pypy-commit] [Git][pypy/pypy][branch/default] fix for PySequence_GetItem('a', -2)

2022-02-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: b604be75 by Matti Picus at 2022-02-20T15:37:14+02:00 fix for PySequence_GetItem('a', -2) - - - - - 2 changed files: - pypy/module/cpyext/sequence.py - pypy/module/cpyext/test/test_sequence.py View it on Heptapod: https:/

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: fix for PySequence_GetItem('a', -2)

2022-02-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: b604be75 by Matti Picus at 2022-02-20T15:37:14+02:00 fix for PySequence_GetItem('a', -2) - - - - - 528077c4 by Matti Picus at 2022-02-20T20:00:22+02:00 merge default --HG-- branch : py3.8 - - - - - ace89cc3 by Matti Picus at 2

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 6 commits: fix or change some error messages to make tests pass

2022-02-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: a56eefba by Matti Picus at 2022-02-20T11:12:59+02:00 fix or change some error messages to make tests pass --HG-- branch : py3.9 - - - - - 62b6ea68 by Matti Picus at 2022-02-20T12:50:37+02:00 max/min error message adjustment --

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: refactor testcapi to use the importlib machinery

2022-02-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: ec0cabda by Matti Picus at 2022-02-20T21:17:47+02:00 refactor testcapi to use the importlib machinery --HG-- branch : py3.9 - - - - - d521969e by Matti Picus at 2022-02-20T21:20:54+02:00 test that goes via cpyext must create a

[pypy-commit] [Git][pypy/pypy][branch/py3.9] update deprecated code

2022-02-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: f4c6a381 by Matti Picus at 2022-02-20T21:23:26+02:00 update deprecated code --HG-- branch : py3.9 - - - - - 1 changed file: - lib-python/3/test/test_bytes.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/comm

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: in dev_mode check that error handler is valid (do a lookup on encode/decode)

2022-02-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 5e2e24c4 by Matti Picus at 2022-02-20T22:29:59+02:00 in dev_mode check that error handler is valid (do a lookup on encode/decode) --HG-- branch : py3.9 - - - - - f2611b6f by Matti Picus at 2022-02-21T00:01:30+02:00 fix include

[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix some distutils tests for sys.implementation name and for "cc" being a valid gcc compiler

2022-02-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 72559849 by Matti Picus at 2022-02-21T00:27:33+02:00 fix some distutils tests for sys.implementation name and for "cc" being a valid gcc compiler --HG-- branch : py3.9 - - - - - 2 changed files: - lib-python/3/distutils/tes