summaryrefslogtreecommitdiffstats
path: root/Modules/ucnhash.c
Commit message (Expand)AuthorAgeFilesLines
* compress unicode decomposition tables (this saves another 55k)Fredrik Lundh2001-01-211-8/+7
* forgot to check in the new makeunicodedata.py scriptFredrik Lundh2001-01-211-10/+8
* gethash/cmpname both looked beyond the end of the character name.Fredrik Lundh2001-01-191-16/+14
* new unicode name database (~160k)Fredrik Lundh2001-01-191-12174/+109
* added "getcode" and "getname" methods to the ucnhash module (they'reFredrik Lundh2001-01-191-13/+58
* refactored the unicodeobject/ucnhash interface, to hide theFredrik Lundh2001-01-191-81/+74
* Fix UCNs machine with >= 32bit longsJeremy Hylton2000-07-261-19/+51
* Jack Jansen: Use include "" instead of <>; and staticforward declarationsGuido van Rossum2000-06-291-3/+3
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+12212