1. b027c6c fix possible overflow bugs in unicodedata (closes #23367) by Benjamin Peterson · 10 years ago
  2. 6d0f0f2 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  3. 419e23c #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  4. 67c563e #16681: use "bidirectional class" instead of "bidirectional category" in the docstring too. by Ezio Melotti · 12 years ago
  5. 44b3b54 Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. by Antoine Pitrou · 13 years ago
  6. dce6cf3 Merged revisions 87442 via svnmerge from by Alexander Belopolsky · 14 years ago
  7. e03c778 Issue #10459: Update CJK character names to Unicode 5.2. by Martin v. Löwis · 14 years ago
  8. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  9. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 15 years ago
  10. 0d0b80b Link specifically to the UCD version 5.2.0. by Ezio Melotti · 15 years ago
  11. ae735a7 Update the version number of the Unicode Database in a few more places. by Ezio Melotti · 15 years ago
  12. 7c924ec Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review by Victor Stinner · 15 years ago
  13. d0052d1 #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric, by Amaury Forgeot d'Arc · 15 years ago
  14. e988e28 Issue #1734234: Massively speedup `unicodedata.normalize()` when the by Antoine Pitrou · 16 years ago
  15. 24329ba Issue #3811: The Unicode database was updated to 5.1. by Martin v. Löwis · 16 years ago
  16. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  17. a2a89a8 Change all functions that expect one unicode character to accept a pair of by Walter Dörwald · 16 years ago
  18. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  19. e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 17 years ago
  20. f1e0b3f Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot by Martin v. Löwis · 17 years ago
  21. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  22. 6fc2382 Replace C++ comment with C comment (fixes SF bug #1593525). by Walter Dörwald · 18 years ago
  23. b45f351 I'm not sure why this code allocates this string for the error message. by Neal Norwitz · 18 years ago
  24. 789c09d Update dangling references to the 3.2 database to by Martin v. Löwis · 18 years ago
  25. 37f694f No functional change. Add comment and assert to describe why there cannot be overflow which was reported by Klocwork. Discussed on python-dev by Neal Norwitz · 18 years ago
  26. d004fc8 Patch 1494554: Update numeric properties to Unicode 4.1. by Martin v. Löwis · 18 years ago
  27. 88c9784 No reason to export get_decomp_record, make static by Neal Norwitz · 19 years ago
  28. 3c6e418 Support NFD of very long strings. by Martin v. Löwis · 19 years ago
  29. 65c05b2 Get rid of warnings about using chars as subscripts by Neal Norwitz · 19 years ago
  30. c350912 Adjust CJK Ideograph range to Unicode 4.1. by Martin v. Löwis · 19 years ago
  31. 0e2f9b2 Fix refcounting bug. by Martin v. Löwis · 19 years ago
  32. 5bd7c02 Avoid forward-declaring the methods array. by Martin v. Löwis · 19 years ago
  33. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 19 years ago
  34. 1e365b2 Remove gcc (4.0.x) warning about uninitialized value by explicitly setting by Thomas Wouters · 19 years ago
  35. 8b291e2 Patch #1213831: Fix typo in unicodedata._getcode. Will backport to Python 2.4. by Martin v. Löwis · 19 years ago
  36. 4c560ea Correct URL to the official UnicodeData 3.2.0 resource. (Reported by Hye-Shik Chang · 19 years ago
  37. cf18a5d Fill docstrings for module and functions, extracted from the tex by Hye-Shik Chang · 20 years ago
  38. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  39. 69dc1c8 Fix typo. by Hye-Shik Chang · 20 years ago
  40. 61e40bd Special case normalization of empty strings. Fixes #924361. Backported to 2.3. by Martin v. Löwis · 21 years ago
  41. d2171d2 Overallocate target buffer for normalization more early. Fixes #834676. by Martin v. Löwis · 21 years ago
  42. e9c571f Fix SF bug #694816, remove comparison of unsigned value < 0 by Neal Norwitz · 22 years ago
  43. 2fb661f Remove C++ comment. by Martin v. Löwis · 22 years ago
  44. b5c980b Add unidata_version. Bump generator version number. by Martin v. Löwis · 22 years ago
  45. 8d93ca1 Verify that the code in CJK UNIFIED IDEOGRAPH- actually denotes an ideograph. by Martin v. Löwis · 22 years ago
  46. 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 22 years ago
  47. ef7fe2e Implement names for CJK unified ideographs. Add name to KeyError output. by Martin v. Löwis · 22 years ago
  48. 2f4be4e Fix off-by-one error. by Martin v. Löwis · 22 years ago
  49. 7d41e29 Patch #626548: Support Hangul syllable names. by Martin v. Löwis · 22 years ago
  50. 9def6a3 Update to Unicode 3.2 database. by Martin v. Löwis · 22 years ago
  51. 62b1ab1 Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link by Mark Hammond · 22 years ago
  52. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  53. 74a3bec _Py prefix is verboten for static entry points by Andrew MacIntyre · 22 years ago
  54. a2bd8d3 Remove direct manipulation of the module dict. by Fred Drake · 23 years ago
  55. 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 23 years ago
  56. 69b83b1 unicodedata_decomposition(): sprintf -> PyOS_snprintf. by Tim Peters · 23 years ago
  57. 6a16ea0 Kill a warning on the SGI compiler. This is part of SF patch #434992. by Fred Drake · 23 years ago
  58. f585bef Be a bit more strict in setting up the export of the C API for this by Fred Drake · 24 years ago
  59. b95896b renamed internal functions to avoid name clashes under OpenVMS by Fredrik Lundh · 24 years ago
  60. ae76367 stupid typo (for some reason, this only caused problems on OpenVMS). by Fredrik Lundh · 24 years ago
  61. 06d1268 Move uchhash functionality into unicodedata (after the recent by Fredrik Lundh · 24 years ago
  62. b2dfd73 Unicode nits: Don't include unicodedatabase.h no more. And make sure by Fredrik Lundh · 24 years ago
  63. 7b7dd10 compress unicode decomposition tables (this saves another 55k) by Fredrik Lundh · 24 years ago
  64. cfcea49 unicode database compression, step 2: by Fredrik Lundh · 24 years ago
  65. a4287c2 unicode database compression, step 1: by Fredrik Lundh · 24 years ago
  66. 16b1ad9 Changing the CNRI copyright notice according to CNRI's instructions. by Guido van Rossum · 24 years ago
  67. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  68. 8a16054 Marc-Andre Lemburg: The large unicode database table is broken in by Guido van Rossum · 25 years ago
  69. 2a70a3a Module unicodedata -- Provides access to the Unicode 3.0 data base. by Guido van Rossum · 25 years ago