1. 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 18 years ago
  2. 4ba9e5b Patch #1634778: add missing encoding aliases for iso8859_15 and iso8859_16. by Georg Brandl · 19 years ago
  3. 7797be7 Alias iso8859_1 to latin_1 which is the same encoding, but has by Marc-André Lemburg · 20 years ago
  4. 007f8df Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified by Walter Dörwald · 20 years ago
  5. 9ab8818 Rearranged mappings to value sorting order. by Marc-André Lemburg · 21 years ago
  6. c759f07 Added new codecs and aliases for ISO_8859-11, ISO_8859-16 and TIS-620. by Marc-André Lemburg · 21 years ago
  7. cd8a4cb Added new codec hp-roman8 submitted as patch [ 996067 ] hp-roman8 codec. by Marc-André Lemburg · 21 years ago
  8. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 21 years ago
  9. 5c5316f Add a new unicode codec: ptcp154 (Kazakh) by Hye-Shik Chang · 21 years ago
  10. 5c94d33 Add some more code page aliases needed for completeness. by Marc-André Lemburg · 22 years ago
  11. b619e4b Fix a typo: s/iso_3022/iso2022/ by Hye-Shik Chang · 22 years ago
  12. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 22 years ago
  13. 9a80c5d Added codec for bz2 compression. by Raymond Hettinger · 22 years ago
  14. 8dc5ff2 Undo the removal. Guido mentioned that the encoding name is in active by Marc-André Lemburg · 23 years ago
  15. 68fc273 Remove unneeded alias. by Marc-André Lemburg · 23 years ago
  16. a40ea75 Fix doc-string. by Marc-André Lemburg · 23 years ago
  17. 9d158bb Adapt lookup names to new more general encoding name normalization scheme. by Marc-André Lemburg · 23 years ago
  18. 479f3d3 Oops, must convert hyphens to underscores in keys of aliases dict. by Guido van Rossum · 23 years ago
  19. b7a88e5 Add yet another alias for ASCII found in the field. Will backport to 2.2.2. by Guido van Rossum · 23 years ago
  20. a0af63b Corrected import behaviour for codecs which live outside the encodings package. by Marc-André Lemburg · 23 years ago
  21. 462004e Add IANA character set aliases to the encodings alias dictionary by Marc-André Lemburg · 23 years ago
  22. 79d802d Patch #487275: Add windows-1251 charset alias. by Martin v. Löwis · 24 years ago
  23. c60e6f7 Patch #435971: UTF-7 codec by Brian Quinlan. by Marc-André Lemburg · 24 years ago
  24. 9b75dca Expose nl_langinfo through locale where available. by Martin v. Löwis · 24 years ago
  25. 13b8bc5 Patch #429957: Add support for cp1140, which is identical to cp037, by Martin v. Löwis · 24 years ago
  26. 194bfb2 Add some useful Windows encodings - patch #423221. by Mark Hammond · 24 years ago
  27. acfdf15 Add quoted-printable codec by Guido van Rossum · 24 years ago
  28. 2d92041 This patch changes the way the string .encode() method works slightly by Marc-André Lemburg · 24 years ago
  29. 4fd73f0 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 25 years ago
  30. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 25 years ago
  31. 68895ed Marc-Andre Lemburg: use all lowercase names. by Guido van Rossum · 25 years ago
  32. 0229bf6 Marc-Andre Lemburg: Unicode encodings. by Guido van Rossum · 25 years ago