Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy


Commits:
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

- - - - -


14 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/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/755189fbc3a03ee1edaf08c52c4e1c49c945bda7...0d470e57be61961c73686de20d7a5e650b633781

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/755189fbc3a03ee1edaf08c52c4e1c49c945bda7...0d470e57be61961c73686de20d7a5e650b633781
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