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