summaryrefslogtreecommitdiffstats
path: root/Modules/unicodedata.c
Commit message (Expand)AuthorAgeFilesLines
* Correct URL to the official UnicodeData 3.2.0 resource. (ReportedHye-Shik Chang2005-06-041-1/+1
* Fill docstrings for module and functions, extracted from the texHye-Shik Chang2005-04-041-13/+108
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-041-0/+21
* Fix typo.Hye-Shik Chang2004-07-151-1/+1
* Special case normalization of empty strings. Fixes #924361.Martin v. Löwis2004-04-171-0/+7
* Overallocate target buffer for normalization more early. Fixes #834676.Martin v. Löwis2003-11-061-5/+7
* Fix SF bug #694816, remove comparison of unsigned value < 0Neal Norwitz2003-02-281-2/+2
* Remove C++ comment.Martin v. Löwis2002-12-071-1/+1
* Add unidata_version. Bump generator version number.Martin v. Löwis2002-11-251-0/+2
* Verify that the code in CJK UNIFIED IDEOGRAPH- actually denotes an ideograph.Martin v. Löwis2002-11-231-3/+12
* Patch #626485: Support Unicode normalization.Martin v. Löwis2002-11-231-15/+279
* Implement names for CJK unified ideographs. Add name to KeyError output.Martin v. Löwis2002-11-231-1/+39
* Fix off-by-one error.Martin v. Löwis2002-11-231-1/+1
* Patch #626548: Support Hangul syllable names.Martin v. Löwis2002-11-231-2/+109
* Update to Unicode 3.2 database.Martin v. Löwis2002-10-181-3/+3
* Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." linkMark Hammond2002-07-231-1/+1
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-1/+1
* _Py prefix is verboten for static entry pointsAndrew MacIntyre2002-06-131-4/+4
* Remove direct manipulation of the module dict.Fred Drake2002-04-031-9/+3
* OS/2 EMX port changes (Modules part of patch #450267):Andrew MacIntyre2002-03-031-4/+4
* unicodedata_decomposition(): sprintf -> PyOS_snprintf.Tim Peters2001-11-301-2/+4
* Kill a warning on the SGI compiler.Fred Drake2001-07-191-1/+1
* Be a bit more strict in setting up the export of the C API for thisFred Drake2001-03-031-6/+6
* renamed internal functions to avoid name clashes under OpenVMSFredrik Lundh2001-02-181-17/+18
* stupid typo (for some reason, this only caused problems on OpenVMS).Fredrik Lundh2001-02-181-1/+1
* Move uchhash functionality into unicodedata (after the recentFredrik Lundh2001-01-241-19/+226
* Unicode nits: Don't include unicodedatabase.h no more. And make sureFredrik Lundh2001-01-211-1/+0
* compress unicode decomposition tables (this saves another 55k)Fredrik Lundh2001-01-211-79/+94
* unicode database compression, step 2:Fredrik Lundh2000-09-251-28/+18
* unicode database compression, step 1:Fredrik Lundh2000-09-241-11/+1
* Changing the CNRI copyright notice according to CNRI's instructions.Guido van Rossum2000-08-031-1/+1
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* Marc-Andre Lemburg: The large unicode database table is broken inGuido van Rossum2000-03-311-7/+17
* Module unicodedata -- Provides access to the Unicode 3.0 data base.Guido van Rossum2000-03-101-0/+269