.. |
__init__.py
|
Fix a minor grammatical error.
|
2009-12-13 21:25:28 +00:00 |
aliases.py
|
Issue #10807: Remove base64, bz2, hex, quopri, rot13, uu and zlib codecs from
|
2011-01-02 19:50:36 +00:00 |
ascii.py
|
…
|
|
base64_codec.py
|
Don't use deprecated aliases.
|
2010-12-06 22:25:25 +00:00 |
big5.py
|
…
|
|
big5hkscs.py
|
…
|
|
bz2_codec.py
|
#7475: add (un)transform method to bytes/bytearray and str, add back codecs that can be used with them from Python 2.
|
2010-12-02 18:06:51 +00:00 |
charmap.py
|
…
|
|
cp037.py
|
…
|
|
cp424.py
|
…
|
|
cp437.py
|
…
|
|
cp500.py
|
…
|
|
cp720.py
|
Merged revisions 78806 via svnmerge from
|
2010-03-08 22:17:58 +00:00 |
cp737.py
|
…
|
|
cp775.py
|
Rip out all the u"..." literals and calls to unicode().
|
2007-05-02 19:09:54 +00:00 |
cp850.py
|
Rip out all the u"..." literals and calls to unicode().
|
2007-05-02 19:09:54 +00:00 |
cp852.py
|
…
|
|
cp855.py
|
…
|
|
cp856.py
|
…
|
|
cp857.py
|
…
|
|
cp858.py
|
Merged revisions 81499,81506 via svnmerge from
|
2010-06-27 22:41:29 +00:00 |
cp860.py
|
…
|
|
cp861.py
|
…
|
|
cp862.py
|
…
|
|
cp863.py
|
…
|
|
cp864.py
|
…
|
|
cp865.py
|
…
|
|
cp866.py
|
…
|
|
cp869.py
|
…
|
|
cp874.py
|
…
|
|
cp875.py
|
…
|
|
cp932.py
|
…
|
|
cp949.py
|
…
|
|
cp950.py
|
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
|
2006-04-21 10:40:58 +00:00 |
cp1006.py
|
…
|
|
cp1026.py
|
…
|
|
cp1140.py
|
…
|
|
cp1250.py
|
…
|
|
cp1251.py
|
…
|
|
cp1252.py
|
…
|
|
cp1253.py
|
…
|
|
cp1254.py
|
…
|
|
cp1255.py
|
…
|
|
cp1256.py
|
…
|
|
cp1257.py
|
…
|
|
cp1258.py
|
…
|
|
euc_jis_2004.py
|
…
|
|
euc_jisx0213.py
|
…
|
|
euc_jp.py
|
…
|
|
euc_kr.py
|
…
|
|
gb2312.py
|
…
|
|
gb18030.py
|
…
|
|
gbk.py
|
…
|
|
hex_codec.py
|
#7475: add (un)transform method to bytes/bytearray and str, add back codecs that can be used with them from Python 2.
|
2010-12-02 18:06:51 +00:00 |
hp_roman8.py
|
…
|
|
hz.py
|
…
|
|
idna.py
|
#2834: Change re module semantics, so that str and bytes mixing is forbidden,
|
2008-08-19 17:56:33 +00:00 |
iso2022_jp.py
|
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
|
2006-04-21 10:40:58 +00:00 |
iso2022_jp_1.py
|
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
|
2006-04-21 10:40:58 +00:00 |
iso2022_jp_2.py
|
…
|
|
iso2022_jp_3.py
|
…
|
|
iso2022_jp_2004.py
|
…
|
|
iso2022_jp_ext.py
|
…
|
|
iso2022_kr.py
|
…
|
|
iso8859_1.py
|
Rip out all the u"..." literals and calls to unicode().
|
2007-05-02 19:09:54 +00:00 |
iso8859_2.py
|
…
|
|
iso8859_3.py
|
…
|
|
iso8859_4.py
|
…
|
|
iso8859_5.py
|
…
|
|
iso8859_6.py
|
…
|
|
iso8859_7.py
|
…
|
|
iso8859_8.py
|
…
|
|
iso8859_9.py
|
…
|
|
iso8859_10.py
|
…
|
|
iso8859_11.py
|
Rip out all the u"..." literals and calls to unicode().
|
2007-05-02 19:09:54 +00:00 |
iso8859_13.py
|
…
|
|
iso8859_14.py
|
…
|
|
iso8859_15.py
|
…
|
|
iso8859_16.py
|
Rip out all the u"..." literals and calls to unicode().
|
2007-05-02 19:09:54 +00:00 |
johab.py
|
…
|
|
koi8_r.py
|
…
|
|
koi8_u.py
|
…
|
|
latin_1.py
|
…
|
|
mac_arabic.py
|
…
|
|
mac_centeuro.py
|
…
|
|
mac_croatian.py
|
…
|
|
mac_cyrillic.py
|
…
|
|
mac_farsi.py
|
…
|
|
mac_greek.py
|
…
|
|
mac_iceland.py
|
…
|
|
mac_latin2.py
|
…
|
|
mac_roman.py
|
…
|
|
mac_romanian.py
|
…
|
|
mac_turkish.py
|
…
|
|
mbcs.py
|
…
|
|
palmos.py
|
…
|
|
ptcp154.py
|
…
|
|
punycode.py
|
remove pointless coding cookies
|
2010-08-30 14:05:50 +00:00 |
quopri_codec.py
|
#7475: add (un)transform method to bytes/bytearray and str, add back codecs that can be used with them from Python 2.
|
2010-12-02 18:06:51 +00:00 |
raw_unicode_escape.py
|
…
|
|
rot_13.py
|
#7475: add (un)transform method to bytes/bytearray and str, add back codecs that can be used with them from Python 2.
|
2010-12-02 18:06:51 +00:00 |
shift_jis.py
|
…
|
|
shift_jis_2004.py
|
…
|
|
shift_jisx0213.py
|
…
|
|
tis_620.py
|
…
|
|
undefined.py
|
…
|
|
unicode_escape.py
|
…
|
|
unicode_internal.py
|
Merge part of the trunk changes into the p3yk branch. This merges from 43030
|
2006-04-21 09:43:23 +00:00 |
utf_7.py
|
Merged revisions 59056-59076 via svnmerge from
|
2007-11-20 23:38:09 +00:00 |
utf_8.py
|
…
|
|
utf_8_sig.py
|
Merged revisions 59041-59055 via svnmerge from
|
2007-11-19 18:03:44 +00:00 |
utf_16.py
|
Merged revisions 81471-81472 via svnmerge from
|
2010-05-22 16:59:09 +00:00 |
utf_16_be.py
|
…
|
|
utf_16_le.py
|
…
|
|
utf_32.py
|
Merged revisions 81471-81472 via svnmerge from
|
2010-05-22 16:59:09 +00:00 |
utf_32_be.py
|
…
|
|
utf_32_le.py
|
…
|
|
uu_codec.py
|
#7475: add (un)transform method to bytes/bytearray and str, add back codecs that can be used with them from Python 2.
|
2010-12-02 18:06:51 +00:00 |
zlib_codec.py
|
#7475: add (un)transform method to bytes/bytearray and str, add back codecs that can be used with them from Python 2.
|
2010-12-02 18:06:51 +00:00 |