1. 1b08b30 Merged revisions 71894 via svnmerge from by Walter Dörwald · 15 years ago
  2. 0983274 fix isprintable() on space characters #5126 by Benjamin Peterson · 15 years ago
  3. 93cbca3 Merged revisions 66362 via svnmerge from by Martin v. Löwis · 16 years ago
  4. d52429f Issue #3282: str.isprintable() should return False for undefined Unicode characters. by Georg Brandl · 16 years ago
  5. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  6. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  7. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  8. 13c3e38 Add XID_Start and XID_Continue properties to unicodectype. by Martin v. Löwis · 17 years ago
  9. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 18 years ago
  10. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  11. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  12. b5c980b Add unidata_version. Bump generator version number. by Martin v. Löwis · 22 years ago
  13. d5169ba Regenerate from Unicode 3.2.0 to include all First/Last ranges. by Martin v. Löwis · 22 years ago
  14. 9def6a3 Update to Unicode 3.2 database. by Martin v. Löwis · 22 years ago
  15. 9e9bcda forgot to check in the new makeunicodedata.py script by Fredrik Lundh · 24 years ago
  16. fad27ae Added 38,642 missing characters to the Unicode database (first-last by Fredrik Lundh · 24 years ago
  17. 375732c - don't set the titlecase flag for uppercase letters (sorry, tim) by Fredrik Lundh · 24 years ago
  18. 69b58e2 unicode database compression, step 3: by Fredrik Lundh · 24 years ago