Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits: 755189fb by Carl Friedrich Bolz-Tereick at 2021-03-02T13:23:40+01:00 fast path for unicode.upper/lower for ascii - - - - - c6e6d80c by Carl Friedrich Bolz-Tereick at 2021-03-02T14:35:35+01:00 add ascii fast paths to the tolower/toupper functions of the unicode dbs too (the part of the diff around special casing is due to c6650aed42e0 not regenerating *all* unicodedb versions, only unicodedb_5_2_0) - - - - - 0d470e57 by Carl Friedrich Bolz-Tereick at 2021-03-02T20:37:27+01:00 some ascii fast paths of latin-1 encoding/decoding - - - - - 00a76e59 by Carl Friedrich Bolz-Tereick at 2021-03-02T21:27:45+01:00 woops - - - - - 662757c6 by Carl Friedrich Bolz-Tereick at 2021-03-02T21:37:47+01:00 fix translation (can't iterate over tuples in rpython) - - - - - 1e30e66c by Carl Friedrich Bolz-Tereick at 2021-03-03T10:02:21+01:00 test and fix in the ascii prefix shortcut - - - - - 9acd6b83 by Carl Friedrich Bolz-Tereick at 2021-03-03T10:15:29+01:00 fix incorrect test - - - - - a47f841d by Carl Friedrich Bolz-Tereick at 2021-03-03T11:02:06+01:00 merge default --HG-- branch : py3.7 - - - - - 475f9fc6 by Carl Friedrich Bolz-Tereick at 2021-03-03T11:04:32+01:00 consistent in naming static method with py3.7 branch - - - - - f5fc3e4d by Carl Friedrich Bolz-Tereick at 2021-03-03T11:05:27+01:00 merge default --HG-- branch : py3.7 - - - - - 15 changed files: - pypy/interpreter/test/test_unicodehelper.py - pypy/interpreter/unicodehelper.py - pypy/objspace/std/test/test_unicodeobject.py - pypy/objspace/std/unicodeobject.py - rpython/jit/metainterp/optimizeopt/test/test_intbound.py - rpython/rlib/unicodedata/generate_unicodedb.py - rpython/rlib/unicodedata/test/test_unicodedata.py - rpython/rlib/unicodedata/unicodedb_11_0_0.py - rpython/rlib/unicodedata/unicodedb_3_2_0.py - rpython/rlib/unicodedata/unicodedb_5_2_0.py - rpython/rlib/unicodedata/unicodedb_6_0_0.py - rpython/rlib/unicodedata/unicodedb_6_1_0.py - rpython/rlib/unicodedata/unicodedb_6_2_0.py - rpython/rlib/unicodedata/unicodedb_8_0_0.py - rpython/rlib/unicodedata/unicodedb_9_0_0.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/d685ad8e8ec9536db4056a4b6f2c9e1548047eef...f5fc3e4dc4254dd66283deb8d63458b3ad6c810f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d685ad8e8ec9536db4056a4b6f2c9e1548047eef...f5fc3e4dc4254dd66283deb8d63458b3ad6c810f You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
