Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy


Commits:
67a3799e by Carl Friedrich Bolz-Tereick at 2021-03-06T21:01:58+01:00
(cfbolz, ronny, twitch): while adding matmul support for weakref proxies, we
found out that all the reverse operations on proxies were broken since forever!
fix that

- - - - -
fcd58159 by Matti Picus at 2021-03-06T23:26:38+02:00
Fix bacb519b8262: use python2 version not python3

- - - - -
8367d6a8 by Matti Picus at 2021-03-07T09:28:51+02:00
hack the rfunc.func_name to fix translation

- - - - -
26ed9bb5 by Carl Friedrich Bolz-Tereick at 2021-03-07T21:41:15+01:00
implement multi-argument math.hypot and math.dist

--HG--
branch : py3.8

- - - - -
dfa795d6 by Carl Friedrich Bolz-Tereick at 2021-03-08T12:56:17+01:00
add unicode version 12.1

- - - - -
3b116dec by Carl Friedrich Bolz-Tereick at 2021-03-08T12:57:01+01:00
merge default

--HG--
branch : py3.8

- - - - -
3801b5d5 by Carl Friedrich Bolz-Tereick at 2021-03-08T13:11:49+01:00
switch to unicodedata 12.1.0

--HG--
branch : py3.8

- - - - -


11 changed files:

- pypy/module/_weakref/interp__weakref.py
- pypy/module/_weakref/test/test_weakref.py
- pypy/module/math/interp_math.py
- pypy/module/math/moduledef.py
- pypy/module/math/test/apptest_math.py
- pypy/module/math/test/test_factorial.py
- pypy/module/unicodedata/interp_ucd.py
- pypy/module/unicodedata/test/test_unicodedata.py
- + rpython/rlib/unicodedata/CaseFolding-12.1.0.txt
- + rpython/rlib/unicodedata/CompositionExclusions-12.1.0.txt
- + rpython/rlib/unicodedata/DerivedCoreProperties-12.1.0.txt


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/b6accbfea211fea3191a589c4a60b081a55ce9ff...3801b5d50a28f345f69ceaa3bccf1ecedd785efa

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/b6accbfea211fea3191a589c4a60b081a55ce9ff...3801b5d50a28f345f69ceaa3bccf1ecedd785efa
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to