1. 3f76779 Patch #1359618: Speed-up charmap encoder. by Martin v. Löwis · 18 years ago
  2. df676c5 when generating python code prefer to generate valid python code by Jack Diederich · 18 years ago
  3. 5d23f9a Don't add multiple empty lines at the end of the codec. With this a by Walter Dörwald · 18 years ago
  4. cff2208 Whitespace for generated code. by Walter Dörwald · 18 years ago
  5. e2ac4ab Patch #1443155: Add the incremental codecs support for CJK codecs. by Hye-Shik Chang · 18 years ago
  6. abb02e5 Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass by Walter Dörwald · 18 years ago
  7. 43179c8 Add changelog entry. by Martin v. Löwis · 18 years ago
  8. 88ca467 Whitespace normalization. by Tim Peters · 18 years ago
  9. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 18 years ago
  10. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  11. 68b49ef Add Makefile which allows easily rebuilding the charmap codecs. by Marc-André Lemburg · 19 years ago
  12. 89bbfd4 Add custom mapping files used for generating some of the charmap codecs. by Marc-André Lemburg · 19 years ago
  13. bd20ea5 Apply some cosmetic fixes to the output of the script. by Marc-André Lemburg · 19 years ago
  14. 92b201d Add two new tools to compare codecs and show differences and to by Marc-André Lemburg · 19 years ago
  15. c5694c8 Moved gencodec.py to the Tools/unicode/ directory. by Marc-André Lemburg · 19 years ago
  16. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  17. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  18. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  19. ba91b9f Applying SF patch #949329 on behalf of Raymond Hettinger. by Armin Rigo · 20 years ago
  20. 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 21 years ago
  21. b5c980b Add unidata_version. Bump generator version number. by Martin v. Löwis · 22 years ago
  22. 97225da Sort names independent of the Python version. Fix hex constant warning. by Martin v. Löwis · 22 years ago
  23. 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 22 years ago
  24. 99ac328 Verify that lower-higher case delta are 16-bit. by Martin v. Löwis · 22 years ago
  25. 9def6a3 Update to Unicode 3.2 database. by Martin v. Löwis · 22 years ago
  26. aaab30e Apply diff2.txt from SF patch http://www.python.org/sf/572113 by Walter Dörwald · 22 years ago
  27. b2dfd73 Unicode nits: Don't include unicodedatabase.h no more. And make sure by Fredrik Lundh · 24 years ago
  28. 7b7dd10 compress unicode decomposition tables (this saves another 55k) by Fredrik Lundh · 24 years ago
  29. 9e9bcda forgot to check in the new makeunicodedata.py script by Fredrik Lundh · 24 years ago
  30. fad27ae Added 38,642 missing characters to the Unicode database (first-last by Fredrik Lundh · 24 years ago
  31. 9c68505 Remove bogus stdout redirection and use of sys.__stdout__; use by Fred Drake · 24 years ago
  32. 375732c - don't set the titlecase flag for uppercase letters (sorry, tim) by Fredrik Lundh · 24 years ago
  33. 0f8fad4 unicode database compression, step 3: by Fredrik Lundh · 24 years ago
  34. e9133f7 unicode database compression, step 3: by Fredrik Lundh · 24 years ago
  35. cfcea49 unicode database compression, step 2: by Fredrik Lundh · 24 years ago
  36. 2101348 Fiddled w/ /F's cool new splitbins function: documented it, generalized it by Tim Peters · 24 years ago
  37. f367cac unicode database compression, step 1: by Fredrik Lundh · 24 years ago