| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #10807: Remove base64, bz2, hex, quopri, rot13, uu and zlib codecs from | Victor Stinner | 2011-01-02 | 1 | -18/+18 |
|
|
* | #7475: add (un)transform method to bytes/bytearray and str, add back codecs t... | Georg Brandl | 2010-12-02 | 1 | -18/+18 |
|
|
* | Fix a typo in the alias target name for 'macintosh'. | Marc-André Lemburg | 2010-08-21 | 1 | -1/+1 |
|
|
* | alias macintosh to mac_roman #843590 | Benjamin Peterson | 2010-08-21 | 1 | -0/+1 |
|
|
* | Merged revisions 81499,81506 via svnmerge from | Benjamin Peterson | 2010-06-27 | 1 | -0/+5 |
|
|
* | Merged revisions 76337 via svnmerge from | Philip Jenvey | 2009-11-17 | 1 | -1/+1 |
|
|
* | #1276: Add temporary encoding aliases for non-supported Mac CJK | Hye-Shik Chang | 2008-08-23 | 1 | -0/+5 |
|
|
* | The bz2 codec isn't supported any more. I've also commented out several codec... | Christian Heimes | 2007-12-02 | 1 | -18/+18 |
|
|
* | Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and | Walter Dörwald | 2007-08-16 | 1 | -0/+10 |
|
|
* | Merged revisions 53538-53622 via svnmerge from | Thomas Wouters | 2007-02-05 | 1 | -0/+4 |
|
|
* | Alias iso8859_1 to latin_1 which is the same encoding, but has | Marc-André Lemburg | 2005-10-21 | 1 | -0/+7 |
|
|
* | Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified | Walter Dörwald | 2005-10-09 | 1 | -0/+1 |
|
|
* | Rearranged mappings to value sorting order. | Marc-André Lemburg | 2004-12-10 | 1 | -13/+13 |
|
|
* | Added new codecs and aliases for ISO_8859-11, ISO_8859-16 and | Marc-André Lemburg | 2004-08-05 | 1 | -1/+20 |
|
|
* | Added new codec hp-roman8 submitted as patch [ 996067 ] hp-roman8 codec. | Marc-André Lemburg | 2004-07-28 | 1 | -0/+7 |
|
|
* | Bring CJKCodecs 1.1 into trunk. This completely reorganizes source | Hye-Shik Chang | 2004-07-18 | 1 | -1/+18 |
|
|
* | Add a new unicode codec: ptcp154 (Kazakh) | Hye-Shik Chang | 2004-03-19 | 1 | -0/+6 |
|
|
* | Add some more code page aliases needed for completeness. | Marc-André Lemburg | 2004-01-20 | 1 | -0/+16 |
|
|
* | Fix a typo: s/iso_3022/iso2022/ | Hye-Shik Chang | 2004-01-20 | 1 | -1/+1 |
|
|
* | Add CJK codecs support as discussed on python-dev. (SF #873597) | Hye-Shik Chang | 2004-01-17 | 1 | -9/+100 |
|
|
* | Added codec for bz2 compression. | Raymond Hettinger | 2003-09-23 | 1 | -0/+3 |
|
|
* | Undo the removal. Guido mentioned that the encoding name is in active | Marc-André Lemburg | 2002-10-04 | 1 | -0/+1 |
|
|
* | Remove unneeded alias. | Marc-André Lemburg | 2002-10-04 | 1 | -1/+0 |
|
|
* | Fix doc-string. | Marc-André Lemburg | 2002-10-04 | 1 | -3/+3 |
|
|
* | Adapt lookup names to new more general encoding name normalization | Marc-André Lemburg | 2002-10-04 | 1 | -14/+14 |
|
|
* | Oops, must convert hyphens to underscores in keys of aliases dict. | Guido van Rossum | 2002-09-26 | 1 | -1/+1 |
|
|
* | Add yet another alias for ASCII found in the field. Will backport to | Guido van Rossum | 2002-09-25 | 1 | -0/+1 |
|
|
* | Corrected import behaviour for codecs which live outside the encodings | Marc-André Lemburg | 2002-02-11 | 1 | -5/+5 |
|
|
* | Add IANA character set aliases to the encodings alias dictionary | Marc-André Lemburg | 2002-02-10 | 1 | -99/+328 |
|
|
* | Patch #487275: Add windows-1251 charset alias. | Martin v. Löwis | 2001-12-02 | 1 | -0/+1 |
|
|
* | Patch #435971: UTF-7 codec by Brian Quinlan. | Marc-André Lemburg | 2001-09-20 | 1 | -0/+4 |
|
|
* | Expose nl_langinfo through locale where available. | Martin v. Löwis | 2001-08-10 | 1 | -0/+2 |
|
|
* | Patch #429957: Add support for cp1140, which is identical to cp037, | Martin v. Löwis | 2001-06-07 | 1 | -0/+5 |
|
|
* | Add some useful Windows encodings - patch #423221. | Mark Hammond | 2001-06-04 | 1 | -0/+5 |
|
|
* | Add quoted-printable codec | Guido van Rossum | 2001-05-15 | 1 | -0/+3 |
|
|
* | This patch changes the way the string .encode() method works slightly | Marc-André Lemburg | 2001-05-15 | 1 | -0/+9 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-07 | 1 | -0/+22 |
|
|
* | Marc-Andre's third try at this bulk patch seems to work (except that | Guido van Rossum | 2000-04-05 | 1 | -0/+3 |
|
|
* | Marc-Andre Lemburg: use all lowercase names. | Guido van Rossum | 2000-03-31 | 1 | -8/+8 |
|
|
* | Marc-Andre Lemburg: Unicode encodings. | Guido van Rossum | 2000-03-10 | 1 | -0/+57 |
|
|