1. edf368c Make lower/upper/title work for non-BMP characters. by Martin v. Löwis · 22 years ago
  2. 9def6a3 Update to Unicode 3.2 database. by Martin v. Löwis · 22 years ago
  3. 72b0685 removed "register const" from scalar arguments to the unicode predicates by Fredrik Lundh · 23 years ago
  4. 8f45585 use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE tests. by Fredrik Lundh · 23 years ago
  5. ce9b5a5 Encode surrogates in UTF-8 even for a wide Py_UNICODE. by Martin v. Löwis · 23 years ago
  6. ee13dba more unicode tweaks: fix unicodectype for sizeof(Py_UNICODE) > sizeof(int) by Fredrik Lundh · 23 years ago
  7. 9e7dd4c unicode database compression, step 3: by Fredrik Lundh · 24 years ago
  8. 8a74e5f Add the current Win64 compiler to the list of those that need the by Trent Mick · 24 years ago
  9. 16b1ad9 Changing the CNRI copyright notice according to CNRI's instructions. by Guido van Rossum · 24 years ago
  10. 56cdce3 Conditionally (currently on ifdef macintosh) break the large switch up by Jack Jansen · 24 years ago
  11. f3938f5 Added new lookup API which matches all alphabetic Unicode characters, by Marc-André Lemburg · 24 years ago
  12. dc742b3 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  13. 603484d Unicode character type helpers, written by Marc-Andre Lemburg. by Guido van Rossum · 24 years ago