1. 99f2779 Issue #4971: Fix titlecase for characters that are their own by Martin v. Löwis · 15 years ago
  2. 24329ba Issue #3811: The Unicode database was updated to 5.1. by Martin v. Löwis · 16 years ago
  3. d004fc8 Patch 1494554: Update numeric properties to Unicode 4.1. by Martin v. Löwis · 18 years ago
  4. 2cb94ab Enhance the performance of two important Unicode character by Marc-André Lemburg · 19 years ago
  5. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  6. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  7. 7db07e6 Fix gcc 3.3 warnings related to Py_UNICODE_WIDE. by Hye-Shik Chang · 21 years ago
  8. edf368c Make lower/upper/title work for non-BMP characters. by Martin v. Löwis · 22 years ago
  9. 9def6a3 Update to Unicode 3.2 database. by Martin v. Löwis · 22 years ago
  10. 72b0685 removed "register const" from scalar arguments to the unicode predicates by Fredrik Lundh · 23 years ago
  11. 8f45585 use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE tests. by Fredrik Lundh · 23 years ago
  12. ce9b5a5 Encode surrogates in UTF-8 even for a wide Py_UNICODE. by Martin v. Löwis · 23 years ago
  13. ee13dba more unicode tweaks: fix unicodectype for sizeof(Py_UNICODE) > sizeof(int) by Fredrik Lundh · 23 years ago
  14. 9e7dd4c unicode database compression, step 3: by Fredrik Lundh · 24 years ago
  15. 8a74e5f Add the current Win64 compiler to the list of those that need the by Trent Mick · 24 years ago
  16. 16b1ad9 Changing the CNRI copyright notice according to CNRI's instructions. by Guido van Rossum · 24 years ago
  17. 56cdce3 Conditionally (currently on ifdef macintosh) break the large switch up by Jack Jansen · 24 years ago
  18. f3938f5 Added new lookup API which matches all alphabetic Unicode characters, by Marc-André Lemburg · 24 years ago
  19. dc742b3 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  20. 603484d Unicode character type helpers, written by Marc-Andre Lemburg. by Guido van Rossum · 25 years ago