1. ad8a1c3 Issue #22682: Added support for the kz1048 encoding. by Serhiy Storchaka · 9 years ago
  2. 47d083c whatsnew: cp273 codec (#10907797) by R David Murray · 10 years ago
  3. be0c325 Issue #19668: Added support for the cp1125 encoding. by Serhiy Storchaka · 11 years ago
  4. 9c1aed8 Close #7475: Restore binary & text transform codecs by Nick Coghlan · 11 years ago
  5. b6f4240 Issue #10807: Remove base64, bz2, hex, quopri, rot13, uu and zlib codecs from by Victor Stinner · 14 years ago
  6. 0252462 #7475: add (un)transform method to bytes/bytearray and str, add back codecs that can be used with them from Python 2. by Georg Brandl · 14 years ago
  7. ff56250 Fix a typo in the alias target name for 'macintosh'. by Marc-André Lemburg · 14 years ago
  8. 23110e7 alias macintosh to mac_roman #843590 by Benjamin Peterson · 14 years ago
  9. 5a6214a Merged revisions 81499,81506 via svnmerge from by Benjamin Peterson · 14 years ago
  10. 1309adb Merged revisions 76337 via svnmerge from by Philip Jenvey · 15 years ago
  11. 50d1f79 #1276: Add temporary encoding aliases for non-supported Mac CJK by Hye-Shik Chang · 16 years ago
  12. b981995 The bz2 codec isn't supported any more. I've also commented out several codecs which were removed in the past. by Christian Heimes · 17 years ago
  13. 41980ca Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and by Walter Dörwald · 17 years ago
  14. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  15. 7797be7 Alias iso8859_1 to latin_1 which is the same encoding, but has by Marc-André Lemburg · 19 years ago
  16. 007f8df Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified by Walter Dörwald · 19 years ago
  17. 9ab8818 Rearranged mappings to value sorting order. by Marc-André Lemburg · 20 years ago
  18. c759f07 Added new codecs and aliases for ISO_8859-11, ISO_8859-16 and TIS-620. by Marc-André Lemburg · 20 years ago
  19. cd8a4cb Added new codec hp-roman8 submitted as patch [ 996067 ] hp-roman8 codec. by Marc-André Lemburg · 20 years ago
  20. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 20 years ago
  21. 5c5316f Add a new unicode codec: ptcp154 (Kazakh) by Hye-Shik Chang · 20 years ago
  22. 5c94d33 Add some more code page aliases needed for completeness. by Marc-André Lemburg · 21 years ago
  23. b619e4b Fix a typo: s/iso_3022/iso2022/ by Hye-Shik Chang · 21 years ago
  24. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 21 years ago
  25. 9a80c5d Added codec for bz2 compression. by Raymond Hettinger · 21 years ago
  26. 8dc5ff2 Undo the removal. Guido mentioned that the encoding name is in active by Marc-André Lemburg · 22 years ago
  27. 68fc273 Remove unneeded alias. by Marc-André Lemburg · 22 years ago
  28. a40ea75 Fix doc-string. by Marc-André Lemburg · 22 years ago
  29. 9d158bb Adapt lookup names to new more general encoding name normalization scheme. by Marc-André Lemburg · 22 years ago
  30. 479f3d3 Oops, must convert hyphens to underscores in keys of aliases dict. by Guido van Rossum · 22 years ago
  31. b7a88e5 Add yet another alias for ASCII found in the field. Will backport to 2.2.2. by Guido van Rossum · 22 years ago
  32. a0af63b Corrected import behaviour for codecs which live outside the encodings package. by Marc-André Lemburg · 22 years ago
  33. 462004e Add IANA character set aliases to the encodings alias dictionary by Marc-André Lemburg · 22 years ago
  34. 79d802d Patch #487275: Add windows-1251 charset alias. by Martin v. Löwis · 23 years ago
  35. c60e6f7 Patch #435971: UTF-7 codec by Brian Quinlan. by Marc-André Lemburg · 23 years ago
  36. 9b75dca Expose nl_langinfo through locale where available. by Martin v. Löwis · 23 years ago
  37. 13b8bc5 Patch #429957: Add support for cp1140, which is identical to cp037, by Martin v. Löwis · 23 years ago
  38. 194bfb2 Add some useful Windows encodings - patch #423221. by Mark Hammond · 23 years ago
  39. acfdf15 Add quoted-printable codec by Guido van Rossum · 23 years ago
  40. 2d92041 This patch changes the way the string .encode() method works slightly by Marc-André Lemburg · 23 years ago
  41. 4fd73f0 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  42. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 24 years ago
  43. 68895ed Marc-Andre Lemburg: use all lowercase names. by Guido van Rossum · 24 years ago
  44. 0229bf6 Marc-Andre Lemburg: Unicode encodings. by Guido van Rossum · 24 years ago