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
eeca37e0b5
cpython
/
Lib
/
encodings
History
Martin v. Löwis
0d8e16c7ad
Support trailing dots in DNS names.
Fixes
#782510
. Will backport to 2.3.
2003-08-05 06:19:47 +00:00
..
__init__.py
Remove usage of re module from encodings package search function.
2003-05-16 17:07:51 +00:00
aliases.py
…
ascii.py
…
base64_codec.py
…
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
…
idna.py
Support trailing dots in DNS names.
Fixes
#782510
. Will backport to 2.3.
2003-08-05 06:19:47 +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
…
koi8_u.py
…
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
…
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
string_escape.py
…
undefined.py
…
unicode_escape.py
…
unicode_internal.py
…
utf_7.py
…
utf_8.py
…
utf_16.py
…
utf_16_be.py
…
utf_16_le.py
…
uu_codec.py
…
zlib_codec.py
…