1. 5c5316f Add a new unicode codec: ptcp154 (Kazakh) by Hye-Shik Chang · 21 years ago
  2. 5c94d33 Add some more code page aliases needed for completeness. by Marc-André Lemburg · 22 years ago
  3. b619e4b Fix a typo: s/iso_3022/iso2022/ by Hye-Shik Chang · 22 years ago
  4. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 22 years ago
  5. 9a80c5d Added codec for bz2 compression. by Raymond Hettinger · 22 years ago
  6. 8dc5ff2 Undo the removal. Guido mentioned that the encoding name is in active by Marc-André Lemburg · 23 years ago
  7. 68fc273 Remove unneeded alias. by Marc-André Lemburg · 23 years ago
  8. a40ea75 Fix doc-string. by Marc-André Lemburg · 23 years ago
  9. 9d158bb Adapt lookup names to new more general encoding name normalization scheme. by Marc-André Lemburg · 23 years ago
  10. 479f3d3 Oops, must convert hyphens to underscores in keys of aliases dict. by Guido van Rossum · 23 years ago
  11. b7a88e5 Add yet another alias for ASCII found in the field. Will backport to 2.2.2. by Guido van Rossum · 23 years ago
  12. a0af63b Corrected import behaviour for codecs which live outside the encodings package. by Marc-André Lemburg · 24 years ago
  13. 462004e Add IANA character set aliases to the encodings alias dictionary by Marc-André Lemburg · 24 years ago
  14. 79d802d Patch #487275: Add windows-1251 charset alias. by Martin v. Löwis · 24 years ago
  15. c60e6f7 Patch #435971: UTF-7 codec by Brian Quinlan. by Marc-André Lemburg · 24 years ago
  16. 9b75dca Expose nl_langinfo through locale where available. by Martin v. Löwis · 24 years ago
  17. 13b8bc5 Patch #429957: Add support for cp1140, which is identical to cp037, by Martin v. Löwis · 24 years ago
  18. 194bfb2 Add some useful Windows encodings - patch #423221. by Mark Hammond · 24 years ago
  19. acfdf15 Add quoted-printable codec by Guido van Rossum · 24 years ago
  20. 2d92041 This patch changes the way the string .encode() method works slightly by Marc-André Lemburg · 24 years ago
  21. 4fd73f0 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 25 years ago
  22. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 25 years ago
  23. 68895ed Marc-Andre Lemburg: use all lowercase names. by Guido van Rossum · 25 years ago
  24. 0229bf6 Marc-Andre Lemburg: Unicode encodings. by Guido van Rossum · 25 years ago