cpython/Lib/encodings
Walter Dörwald 729c31f5c3 Reset internal buffers when seek() is called. This fixes SF bug #1156259. 2005-03-14 19:06:30 +00:00
..
__init__.py Let the default encodings search function lookup aliases before trying the codec import. This allows applications to install codecs which override (non-special-cased) builtin codecs. 2004-01-20 09:40:14 +00:00
aliases.py Rearranged mappings to value sorting order. 2004-12-10 21:54:35 +00:00
ascii.py
base64_codec.py
big5.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
big5hkscs.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
bz2_codec.py Revert previous change. MAL preferred the old version. 2003-12-01 13:26:46 +00:00
charmap.py Fix wrong variable name. 2004-12-29 13:11:10 +00:00
cp037.py
cp424.py
cp437.py
cp500.py
cp737.py
cp775.py
cp850.py
cp852.py
cp855.py
cp856.py
cp857.py
cp860.py
cp861.py
cp862.py
cp863.py
cp864.py
cp865.py
cp866.py
cp869.py
cp874.py
cp875.py
cp932.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
cp949.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
cp950.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +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 Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
euc_jisx0213.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
euc_jp.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
euc_kr.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
gb2312.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
gb18030.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
gbk.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
hex_codec.py
hp_roman8.py Whitespace normalization. 2004-07-31 21:17:37 +00:00
hz.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
idna.py Convert input to a string object. Fixes #909230. 2004-03-23 23:40:36 +00:00
iso2022_jp.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
iso2022_jp_1.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
iso2022_jp_2.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
iso2022_jp_3.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
iso2022_jp_2004.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
iso2022_jp_ext.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
iso2022_kr.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
iso8859_1.py
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 Whitespace normalization. 2004-08-07 06:03:09 +00:00
iso8859_13.py
iso8859_14.py
iso8859_15.py
iso8859_16.py Whitespace normalization. 2004-08-07 06:03:09 +00:00
johab.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
koi8_r.py
koi8_u.py Fix wrong character mapping in koi8_u: SF bug #902501. 2004-02-23 09:00:43 +00:00
latin_1.py
mac_cyrillic.py
mac_greek.py
mac_iceland.py
mac_latin2.py
mac_roman.py
mac_turkish.py
mbcs.py
palmos.py
ptcp154.py Whitespace normalization. 2004-07-07 20:54:48 +00:00
punycode.py Whitespace normalization. 2003-04-24 16:02:54 +00:00
quopri_codec.py
raw_unicode_escape.py
rot_13.py more generic reference to python interpreter 2003-07-22 14:37:42 +00:00
shift_jis.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
shift_jis_2004.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
shift_jisx0213.py Bring CJKCodecs 1.1 into trunk. This completely reorganizes source 2004-07-18 03:06:29 +00:00
string_escape.py
tis_620.py Whitespace normalization. 2004-08-07 06:03:09 +00:00
undefined.py
unicode_escape.py
unicode_internal.py
utf_7.py
utf_8.py SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support 2004-09-07 20:24:22 +00:00
utf_16.py Reset internal buffers when seek() is called. This fixes SF bug #1156259. 2005-03-14 19:06:30 +00:00
utf_16_be.py SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support 2004-09-07 20:24:22 +00:00
utf_16_le.py SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support 2004-09-07 20:24:22 +00:00
uu_codec.py
zlib_codec.py