1. 22b2438 #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to Unicode Standard Annex #14. by Florent Xicluna · 15 years ago
  2. 2e0a53f Issue #8024: Update the Unicode database to 5.2 by Florent Xicluna · 15 years ago
  3. dc36472 Remove py3k deprecation warnings from these Unicode tools. by Florent Xicluna · 15 years ago
  4. 5c92d43 #7112: Fix compilation warning in unicodetype_db.h by Amaury Forgeot d'Arc · 16 years ago
  5. d0052d1 #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric, by Amaury Forgeot d'Arc · 16 years ago
  6. e988e28 Issue #1734234: Massively speedup `unicodedata.normalize()` when the by Antoine Pitrou · 16 years ago
  7. 5d98ec7 Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in by Walter Dörwald · 16 years ago
  8. 24329ba Issue #3811: The Unicode database was updated to 5.1. by Martin v. Löwis · 17 years ago
  9. 111c180 Make more symbols static. by Martin v. Löwis · 17 years ago
  10. 43179c8 Add changelog entry. by Martin v. Löwis · 19 years ago
  11. 88ca467 Whitespace normalization. by Tim Peters · 19 years ago
  12. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 19 years ago
  13. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 21 years ago
  14. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 21 years ago
  15. b5c980b Add unidata_version. Bump generator version number. by Martin v. Löwis · 23 years ago
  16. 97225da Sort names independent of the Python version. Fix hex constant warning. by Martin v. Löwis · 23 years ago
  17. 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 23 years ago
  18. 99ac328 Verify that lower-higher case delta are 16-bit. by Martin v. Löwis · 23 years ago
  19. 9def6a3 Update to Unicode 3.2 database. by Martin v. Löwis · 23 years ago
  20. aaab30e Apply diff2.txt from SF patch http://www.python.org/sf/572113 by Walter Dörwald · 23 years ago
  21. b2dfd73 Unicode nits: Don't include unicodedatabase.h no more. And make sure by Fredrik Lundh · 25 years ago
  22. 7b7dd10 compress unicode decomposition tables (this saves another 55k) by Fredrik Lundh · 25 years ago
  23. 9e9bcda forgot to check in the new makeunicodedata.py script by Fredrik Lundh · 25 years ago
  24. fad27ae Added 38,642 missing characters to the Unicode database (first-last by Fredrik Lundh · 25 years ago
  25. 9c68505 Remove bogus stdout redirection and use of sys.__stdout__; use by Fred Drake · 25 years ago
  26. 375732c - don't set the titlecase flag for uppercase letters (sorry, tim) by Fredrik Lundh · 25 years ago
  27. 0f8fad4 unicode database compression, step 3: by Fredrik Lundh · 25 years ago
  28. e9133f7 unicode database compression, step 3: by Fredrik Lundh · 25 years ago
  29. cfcea49 unicode database compression, step 2: by Fredrik Lundh · 25 years ago
  30. 2101348 Fiddled w/ /F's cool new splitbins function: documented it, generalized it by Tim Peters · 25 years ago
  31. f367cac unicode database compression, step 1: by Fredrik Lundh · 25 years ago