GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/pypy.git
master
py3.7
Gentoo fork of PyPy
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpython
/
rlib
/
unicodedata
/
generate_unicodedb.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
add ascii fast paths to the tolower/toupper functions of the unicode dbs too
Carl Friedrich Bolz-Tereick
2021-03-02
1
-2
/
+26
*
Fix missing _special_casing in unicodedb_5_2_0.py and regenerate
Ronan Lamy
2020-05-28
1
-1
/
+1
*
Regenerate unicodedb and fix CJK range for 8.0
Ronan Lamy
2020-04-22
1
-1
/
+1
*
there was another version-as-string comparison :-(
Carl Friedrich Bolz-Tereick
2020-01-07
1
-5
/
+5
*
waaaaa, please don't compare versions as strings :-(
Carl Friedrich Bolz-Tereick
2020-01-06
1
-6
/
+16
*
change generate_unicodedb to also use tries for the non-basemods
Carl Friedrich Bolz-Tereick
2019-02-26
1
-23
/
+16
*
Issue #2857
Armin Rigo
2018-07-14
1
-2
/
+11
*
Add version 8.0.0 of the unicode database (for 3.5)
Armin Rigo
2017-01-09
1
-1
/
+8
*
Regenerate unicodedb versions 6.1.0 and 6.2.0 with a fixed cjk_interval
Armin Rigo
2017-01-09
1
-1
/
+7
*
Resynchronise rpython/ with branch 'py3k'
Ronan Lamy
2016-08-28
1
-111
/
+346
*
support the 6.0.0 db: add its cjk_interval and handle east asian width ranges
Philip Jenvey
2013-03-19
1
-14
/
+19
*
fix missing derived properties: apply the properies after the ranges are
Philip Jenvey
2013-03-08
1
-7
/
+7
*
Add .isprintable(), .isxidstart() and .xisxidcontinue() to rlib.unicodedata.
Amaury Forgeot d'Arc
2013-01-27
1
-2
/
+40
*
Sort trie substrings, to ensure repeatability across Python versions.
Amaury Forgeot d'Arc
2013-01-27
1
-0
/
+3
*
Moved most parts of unicodedb to rpython
Alexander Hesse
2013-01-11
1
-0
/
+703