This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
7968f26bcb
cpython
/
Lib
/
encodings
History
Victor Stinner
73363e817a
Issue
#6213
: Implement getstate() and setstate() methods of utf-8-sig and
...
utf-16 incremental encoders.
2010-07-28 01:39:45 +00:00
..
__init__.py
replace has_key with 'in' operator
2009-10-09 22:15:50 +00:00
aliases.py
#8016
: add the CP858 codec (approved by Benjamin). (Also add CP720 to the tests, it was missing there.)
2010-05-24 21:29:07 +00:00
ascii.py
…
base64_codec.py
…
big5.py
…
big5hkscs.py
…
bz2_codec.py
Bug
#1586613
: fix zlib and bz2 codecs' incremental en/decoders.
2006-10-29 14:39:09 +00:00
charmap.py
…
cp037.py
…
cp424.py
…
cp437.py
…
cp500.py
…
cp720.py
set svn:eol-style on various files
2010-03-08 22:15:11 +00:00
cp737.py
…
cp775.py
…
cp850.py
…
cp852.py
…
cp855.py
…
cp856.py
…
cp857.py
…
cp858.py
#8016
: add the CP858 codec (approved by Benjamin). (Also add CP720 to the tests, it was missing there.)
2010-05-24 21:29:07 +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
…
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
…
hp_roman8.py
…
hz.py
…
idna.py
…
iso2022_jp.py
…
iso2022_jp_1.py
…
iso2022_jp_2.py
…
iso2022_jp_3.py
…
iso2022_jp_2004.py
…
iso2022_jp_ext.py
…
iso2022_kr.py
…
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
…
iso8859_13.py
…
iso8859_14.py
…
iso8859_15.py
…
iso8859_16.py
…
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
…
quopri_codec.py
Fix
#883466
: don't allow Unicode as arguments to quopri and uu codecs.
2007-09-03 07:16:46 +00:00
raw_unicode_escape.py
…
rot_13.py
…
shift_jis.py
…
shift_jis_2004.py
…
shift_jisx0213.py
…
string_escape.py
…
tis_620.py
…
undefined.py
…
unicode_escape.py
…
unicode_internal.py
…
utf_7.py
The incremental decoder for utf-7 must preserve its state between calls.
2007-11-20 23:31:27 +00:00
utf_8.py
…
utf_8_sig.py
Issue
#6213
: Implement getstate() and setstate() methods of utf-8-sig and
2010-07-28 01:39:45 +00:00
utf_16.py
Issue
#6213
: Implement getstate() and setstate() methods of utf-8-sig and
2010-07-28 01:39:45 +00:00
utf_16_be.py
…
utf_16_le.py
…
utf_32.py
Fix my last commit (r81471) about codecs
2010-05-22 13:44:25 +00:00
utf_32_be.py
Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.
2007-08-17 16:41:28 +00:00
utf_32_le.py
Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.
2007-08-17 16:41:28 +00:00
uu_codec.py
Fix
#883466
: don't allow Unicode as arguments to quopri and uu codecs.
2007-09-03 07:16:46 +00:00
zlib_codec.py
Bug
#1586613
: fix zlib and bz2 codecs' incremental en/decoders.
2006-10-29 14:39:09 +00:00