cpython/Lib/encodings
Walter Dörwald 69652035bc SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support
decoding incomplete input (when the input stream is temporarily exhausted).
codecs.StreamReader now implements buffering, which enables proper
readline support for the UTF-16 decoders. codecs.StreamReader.read()
has a new argument chars which specifies the number of characters to
return. codecs.StreamReader.readline() and codecs.StreamReader.readlines()
have a new argument keepends. Trailing "\n"s will be stripped from the lines
if keepends is false. Added C APIs PyUnicode_DecodeUTF8Stateful and
PyUnicode_DecodeUTF16Stateful.
2004-09-07 20:24:22 +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 Added new codecs and aliases for ISO_8859-11, ISO_8859-16 and 2004-08-05 12:43:30 +00:00
ascii.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
base64_codec.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
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 Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp037.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp424.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp437.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp500.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp737.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp775.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp850.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp852.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp855.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp856.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp857.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp860.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp861.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp862.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp863.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp864.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp865.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp866.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp869.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp874.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp875.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
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 Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp1026.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp1140.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp1250.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp1251.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp1252.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp1253.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp1254.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp1255.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp1256.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp1257.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
cp1258.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
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 Whitespace normalization. 2002-08-08 20:19:19 +00:00
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 Whitespace normalization. 2002-08-08 20:19:19 +00:00
iso8859_2.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
iso8859_3.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
iso8859_4.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
iso8859_5.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
iso8859_6.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
iso8859_7.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
iso8859_8.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
iso8859_9.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
iso8859_10.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
iso8859_11.py Whitespace normalization. 2004-08-07 06:03:09 +00:00
iso8859_13.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
iso8859_14.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
iso8859_15.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
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 Whitespace normalization. 2002-08-08 20:19:19 +00:00
koi8_u.py Fix wrong character mapping in koi8_u: SF bug #902501. 2004-02-23 09:00:43 +00:00
latin_1.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
mac_cyrillic.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
mac_greek.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
mac_iceland.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
mac_latin2.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
mac_roman.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
mac_turkish.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
mbcs.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
palmos.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
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 Patch #462635 by Andrew Kuchling correcting bugs in the new 2001-09-20 10:33:38 +00:00
raw_unicode_escape.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
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 Whitespace normalization. 2002-08-23 18:19:30 +00:00
tis_620.py Whitespace normalization. 2004-08-07 06:03:09 +00:00
undefined.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
unicode_escape.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
unicode_internal.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
utf_7.py Whitespace normalization. 2002-08-08 20:19:19 +00:00
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 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support 2004-09-07 20:24:22 +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 Whitespace normalization. 2002-08-08 20:19:19 +00:00
zlib_codec.py Whitespace normalization. 2002-08-08 20:19:19 +00:00