1. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  2. 69dc1c8 Fix typo. by Hye-Shik Chang · 20 years ago
  3. 61e40bd Special case normalization of empty strings. Fixes #924361. Backported to 2.3. by Martin v. Löwis · 20 years ago
  4. d2171d2 Overallocate target buffer for normalization more early. Fixes #834676. by Martin v. Löwis · 21 years ago
  5. e9c571f Fix SF bug #694816, remove comparison of unsigned value < 0 by Neal Norwitz · 21 years ago
  6. 2fb661f Remove C++ comment. by Martin v. Löwis · 22 years ago
  7. b5c980b Add unidata_version. Bump generator version number. by Martin v. Löwis · 22 years ago
  8. 8d93ca1 Verify that the code in CJK UNIFIED IDEOGRAPH- actually denotes an ideograph. by Martin v. Löwis · 22 years ago
  9. 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 22 years ago
  10. ef7fe2e Implement names for CJK unified ideographs. Add name to KeyError output. by Martin v. Löwis · 22 years ago
  11. 2f4be4e Fix off-by-one error. by Martin v. Löwis · 22 years ago
  12. 7d41e29 Patch #626548: Support Hangul syllable names. by Martin v. Löwis · 22 years ago
  13. 9def6a3 Update to Unicode 3.2 database. by Martin v. Löwis · 22 years ago
  14. 62b1ab1 Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link by Mark Hammond · 22 years ago
  15. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  16. 74a3bec _Py prefix is verboten for static entry points by Andrew MacIntyre · 22 years ago
  17. a2bd8d3 Remove direct manipulation of the module dict. by Fred Drake · 22 years ago
  18. 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  19. 69b83b1 unicodedata_decomposition(): sprintf -> PyOS_snprintf. by Tim Peters · 23 years ago
  20. 6a16ea0 Kill a warning on the SGI compiler. This is part of SF patch #434992. by Fred Drake · 23 years ago
  21. f585bef Be a bit more strict in setting up the export of the C API for this by Fred Drake · 23 years ago
  22. b95896b renamed internal functions to avoid name clashes under OpenVMS by Fredrik Lundh · 23 years ago
  23. ae76367 stupid typo (for some reason, this only caused problems on OpenVMS). by Fredrik Lundh · 23 years ago
  24. 06d1268 Move uchhash functionality into unicodedata (after the recent by Fredrik Lundh · 24 years ago
  25. b2dfd73 Unicode nits: Don't include unicodedatabase.h no more. And make sure by Fredrik Lundh · 24 years ago
  26. 7b7dd10 compress unicode decomposition tables (this saves another 55k) by Fredrik Lundh · 24 years ago
  27. cfcea49 unicode database compression, step 2: by Fredrik Lundh · 24 years ago
  28. a4287c2 unicode database compression, step 1: by Fredrik Lundh · 24 years ago
  29. 16b1ad9 Changing the CNRI copyright notice according to CNRI's instructions. by Guido van Rossum · 24 years ago
  30. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  31. 8a16054 Marc-Andre Lemburg: The large unicode database table is broken in by Guido van Rossum · 24 years ago
  32. 2a70a3a Module unicodedata -- Provides access to the Unicode 3.0 data base. by Guido van Rossum · 24 years ago