Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
0ff538a2 by Matti Picus at 2022-02-22T09:24:24+02:00
re-upload the aarch64 tarballs for portable builds
- - - - -
1 changed file:
- pypy/tool/release/versions.json
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy
Commits:
166fe016 by Carl Friedrich Bolz-Tereick at 2022-02-22T13:04:48+01:00
(mattip, cfbolz): fix __ror__ on OrderedDict
--HG--
branch : py3.9
- - - - -
2 changed files:
- pypy/module/_collections/app_odict.py
- pyp
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
b01f11b6 by Carl Friedrich Bolz-Tereick at 2022-02-22T13:16:07+01:00
convert to new apptests
- - - - -
4 changed files:
- + pypy/module/_collections/test/apptest_defaultdict.py
- + pypy/module/_collections/t
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
0ff538a2 by Matti Picus at 2022-02-22T09:24:24+02:00
re-upload the aarch64 tarballs for portable builds
- - - - -
b01f11b6 by Carl Friedrich Bolz-Tereick at 2022-02-22T13:16:07+01:00
convert to new apptests
- -
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy
Commits:
0ff538a2 by Matti Picus at 2022-02-22T09:24:24+02:00
re-upload the aarch64 tarballs for portable builds
- - - - -
b01f11b6 by Carl Friedrich Bolz-Tereick at 2022-02-22T13:16:07+01:00
convert to new apptests
- -
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits:
3e8c6b3b by Matti Picus at 2022-02-22T11:50:57+02:00
mmap now has a repr (bpo 34953)
--HG--
branch : py3.9
- - - - -
9cfb1d89 by Matti Picus at 2022-02-22T13:33:36+02:00
math.lcm: skip part of one test, fix to use index() on ar
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits:
50ec6fe8 by Matti Picus at 2022-02-22T16:48:27+02:00
pypy has no object.__sizeof__ so do not mock it
--HG--
branch : py3.9
- - - - -
c06b7202 by Matti Picus at 2022-02-22T17:59:47+02:00
cpython and astcompiler/codegen.py use "c
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits:
0d751a80 by Matti Picus at 2022-02-22T18:44:56+02:00
accept OverflowError in test
--HG--
branch : py3.9
- - - - -
54aa31e4 by Matti Picus at 2022-02-22T18:48:23+02:00
typo
--HG--
branch : py3.9
- - - - -
1656d754 by Matti Pic