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

2021-11-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 93a952dc by Carl Friedrich Bolz-Tereick at 2021-11-19T10:49:49+01:00 fix typo --HG-- branch : py3.9 - - - - - 1 changed file: - lib-python/3/distutils/command/install.py View it on Heptapod: https://foss.h

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

2021-11-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 13e9f143 by Carl Friedrich Bolz-Tereick at 2021-11-19T11:07:44+01:00 fix --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/fcntl/test/test_fcntl.py View it on Heptapod: https://foss.heptapod.ne

[pypy-commit] [Git][pypy/pypy][branch/py3.9] test fixes, these belong to the "contains" changes in 6c576fc69d3f

2021-11-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: ad298451 by Carl Friedrich Bolz-Tereick at 2021-11-19T11:20:42+01:00 test fixes, these belong to the "contains" changes in 6c576fc69d3f --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/objspace/std/tes

[pypy-commit] [Git][pypy/pypy][branch/py3.9] move the repeated keyword checking from the parser to the code generator. it's

2021-11-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 62443f40 by Carl Friedrich Bolz-Tereick at 2021-11-19T14:47:19+01:00 move the repeated keyword checking from the parser to the code generator. it's not safe in the parser due to backtracking. --HG-- branch : py3

[pypy-commit] [Git][pypy/pypy][branch/py3.9] implement math.gcd with many args

2021-11-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: b4114484 by Carl Friedrich Bolz-Tereick at 2021-11-19T15:22:52+01:00 implement math.gcd with many args --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/math/interp_math.py - pypy/module/math/tes

[pypy-commit] [Git][pypy/pypy][branch/py3.9] implement math.lcm

2021-11-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: c2530d9b by Carl Friedrich Bolz-Tereick at 2021-11-19T15:39:36+01:00 implement math.lcm --HG-- branch : py3.9 - - - - - 3 changed files: - pypy/module/math/app_math.py - pypy/module/math/moduledef.py - pypy/m

[pypy-commit] [Git][pypy/pypy][branch/py3.9] implement OrderedDict.__or__

2021-11-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: d20ec362 by Carl Friedrich Bolz-Tereick at 2021-11-19T15:55:33+01:00 implement OrderedDict.__or__ --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/_collections/app_odict.py - pypy/module/_collec

[pypy-commit] [Git][pypy/pypy][branch/py3.8] PyLong_AsLong tries __index__ first, issue 3585

2021-11-19 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 2b785a66 by Matti Picus at 2021-11-19T17:22:14+02:00 PyLong_AsLong tries __index__ first, issue 3585 --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/module/cpyext/longobject.py - pypy/module/cpyext/test/test_longobje

[pypy-commit] [Git][pypy/pypy][branch/py3.7-finally-bug] move the unsafe test into a forked process

2021-11-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7-finally-bug at PyPy / pypy Commits: b1023baa by Carl Friedrich Bolz-Tereick at 2021-11-19T19:18:56+01:00 move the unsafe test into a forked process --HG-- branch : py3.7-finally-bug - - - - - 1 changed file: - pypy/module/marshal/t

[pypy-commit] [Git][pypy/pypy][branch/py3.9] countOf change bpo-44558

2021-11-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: cf00a57a by Carl Friedrich Bolz-Tereick at 2021-11-19T19:46:28+01:00 countOf change bpo-44558 --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/operator/app_operator.py - pypy/module/operator/tes

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: deprecate function

2021-11-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 65def4f9 by Carl Friedrich Bolz-Tereick at 2021-11-19T20:17:36+01:00 deprecate function --HG-- branch : py3.9 - - - - - cba70d75 by Carl Friedrich Bolz-Tereick at 2021-11-19T20:30:43+01:00 deprecate bool(NotImpl