1. 009b811 Removed unintentional trailing spaces in non-external and non-generated C files. by Serhiy Storchaka · 9 years ago
  2. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  3. c6630b9 fix old titlecase function for extended case chars by Benjamin Peterson · 12 years ago
  4. 9487c4d comment about how flags could be expanded by Benjamin Peterson · 12 years ago
  5. ad9c569 delta encoding of upper/lower/title makes a glorious return (#12736) by Benjamin Peterson · 12 years ago
  6. d5890c8 add str.casefold() (closes #13752) by Benjamin Peterson · 12 years ago
  7. b2bf01d use full unicode mappings for upper/lower/title case (#12736) by Benjamin Peterson · 12 years ago
  8. e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 13 years ago
  9. feb7307 #9210: remove --with-wctype-functions configure option. by Amaury Forgeot d'Arc · 14 years ago
  10. 324ac65 #5127: Even on narrow unicode builds, the C functions that access the Unicode by Amaury Forgeot d'Arc · 14 years ago
  11. f0f4514 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 by Alexander Belopolsky · 14 years ago
  12. 7d52079 Merged revisions 75272-75273 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  13. 71efeb7 Merged revisions 71947 via svnmerge from by Martin v. Löwis · 15 years ago
  14. 93cbca3 Merged revisions 66362 via svnmerge from by Martin v. Löwis · 16 years ago
  15. d52429f Issue #3282: str.isprintable() should return False for undefined Unicode characters. by Georg Brandl · 16 years ago
  16. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  17. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  18. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  19. 13c3e38 Add XID_Start and XID_Continue properties to unicodectype. by Martin v. Löwis · 17 years ago
  20. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  21. 2cb94ab Enhance the performance of two important Unicode character by Marc-André Lemburg · 19 years ago
  22. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  23. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  24. 7db07e6 Fix gcc 3.3 warnings related to Py_UNICODE_WIDE. by Hye-Shik Chang · 20 years ago
  25. edf368c Make lower/upper/title work for non-BMP characters. by Martin v. Löwis · 22 years ago
  26. 9def6a3 Update to Unicode 3.2 database. by Martin v. Löwis · 22 years ago
  27. 72b0685 removed "register const" from scalar arguments to the unicode predicates by Fredrik Lundh · 23 years ago
  28. 8f45585 use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE tests. by Fredrik Lundh · 23 years ago
  29. ce9b5a5 Encode surrogates in UTF-8 even for a wide Py_UNICODE. by Martin v. Löwis · 23 years ago
  30. ee13dba more unicode tweaks: fix unicodectype for sizeof(Py_UNICODE) > sizeof(int) by Fredrik Lundh · 23 years ago
  31. 9e7dd4c unicode database compression, step 3: by Fredrik Lundh · 24 years ago
  32. 8a74e5f Add the current Win64 compiler to the list of those that need the by Trent Mick · 24 years ago
  33. 16b1ad9 Changing the CNRI copyright notice according to CNRI's instructions. by Guido van Rossum · 24 years ago
  34. 56cdce3 Conditionally (currently on ifdef macintosh) break the large switch up by Jack Jansen · 24 years ago
  35. f3938f5 Added new lookup API which matches all alphabetic Unicode characters, by Marc-André Lemburg · 24 years ago
  36. dc742b3 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  37. 603484d Unicode character type helpers, written by Marc-Andre Lemburg. by Guido van Rossum · 24 years ago