This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
2ad9419c8f
cpython
/
Lib
/
encodings
History
Marc-André Lemburg
3ccb09cba3
Fix for bug
#222395
: UTF-16 et al. don't handle .readline().
...
They now raise an NotImplementedError to hint to the truth ;-)
2002-04-05 12:12:00 +00:00
..
__init__.py
Corrected import behaviour for codecs which live outside the encodings
2002-02-11 17:43:46 +00:00
aliases.py
Corrected import behaviour for codecs which live outside the encodings
2002-02-11 17:43:46 +00:00
ascii.py
…
base64_codec.py
Patch
#462635
by Andrew Kuchling correcting bugs in the new
2001-09-20 10:33:38 +00:00
charmap.py
…
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
…
cp1006.py
…
cp1026.py
…
cp1140.py
…
cp1250.py
…
cp1251.py
…
cp1252.py
…
cp1253.py
…
cp1254.py
…
cp1255.py
…
cp1256.py
…
cp1257.py
…
cp1258.py
…
hex_codec.py
Patch
#462635
by Andrew Kuchling correcting bugs in the new
2001-09-20 10:33:38 +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_13.py
…
iso8859_14.py
…
iso8859_15.py
…
koi8_r.py
…
latin_1.py
…
mac_cyrillic.py
…
mac_greek.py
…
mac_iceland.py
…
mac_latin2.py
…
mac_roman.py
…
mac_turkish.py
…
mbcs.py
…
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
…
rot_13.py
…
undefined.py
…
unicode_escape.py
…
unicode_internal.py
…
utf_7.py
Python part of the UTF-7 codec by Brian Quinlan.
2001-09-20 12:56:14 +00:00
utf_8.py
…
utf_16.py
Fix for bug
#222395
: UTF-16 et al. don't handle .readline().
2002-04-05 12:12:00 +00:00
utf_16_be.py
Fix for bug
#222395
: UTF-16 et al. don't handle .readline().
2002-04-05 12:12:00 +00:00
utf_16_le.py
Fix for bug
#222395
: UTF-16 et al. don't handle .readline().
2002-04-05 12:12:00 +00:00
uu_codec.py
Patch
#462635
by Andrew Kuchling correcting bugs in the new
2001-09-20 10:33:38 +00:00
zlib_codec.py
Patch
#462635
by Andrew Kuchling correcting bugs in the new
2001-09-20 10:33:38 +00:00