cpython/Lib/encodings
Marc-André Lemburg a866df806d This patch changes the default behaviour of the builtin charmap
codec to not apply Latin-1 mappings for keys which are not found
in the mapping dictionaries, but instead treat them as undefined
mappings.

The patch was originally written by Martin v. Loewis with some
additional (cosmetic) changes and an updated test script
by Marc-Andre Lemburg.

The standard codecs were recreated from the most current files
available at the Unicode.org site using the Tools/scripts/gencodec.py
tool.

This patch closes the bugs #116285 and #119960.
2001-01-03 21:29:14 +00:00
..
__init__.py Changed .getaliases() support to register the new aliases in the 2000-12-12 14:45:35 +00:00
aliases.py Marc-Andre Lemburg <mal@lemburg.com>: 2000-06-07 09:12:30 +00:00
ascii.py Marc-Andre Lemburg: Unicode encodings. 2000-03-10 23:17:24 +00:00
charmap.py Marc-Andre Lemburg: Unicode encodings. 2000-03-10 23:17:24 +00:00
cp037.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp424.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp437.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp500.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp737.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp775.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp850.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp852.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp855.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp856.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp857.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp860.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp861.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp862.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp863.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp864.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp865.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp866.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp869.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp874.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp875.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp1006.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp1026.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp1250.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp1251.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp1252.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp1253.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp1254.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp1255.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp1256.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp1257.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
cp1258.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
iso8859_1.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
iso8859_2.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
iso8859_3.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
iso8859_4.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
iso8859_5.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
iso8859_6.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
iso8859_7.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
iso8859_8.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
iso8859_9.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
iso8859_10.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
iso8859_13.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
iso8859_14.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
iso8859_15.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
koi8_r.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
latin_1.py Marc-Andre Lemburg: Unicode encodings. 2000-03-10 23:17:24 +00:00
mac_cyrillic.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
mac_greek.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
mac_iceland.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
mac_latin2.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
mac_roman.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
mac_turkish.py This patch changes the default behaviour of the builtin charmap 2001-01-03 21:29:14 +00:00
mbcs.py Marc-Andre Lemburg: 2000-03-28 20:29:59 +00:00
raw_unicode_escape.py Marc-Andre Lemburg: Unicode encodings. 2000-03-10 23:17:24 +00:00
undefined.py New codec which always raises an exception when used. This 2000-06-07 09:04:05 +00:00
unicode_escape.py Marc-Andre Lemburg: Unicode encodings. 2000-03-10 23:17:24 +00:00
unicode_internal.py Marc-Andre Lemburg: Unicode encodings. 2000-03-10 23:17:24 +00:00
utf_8.py Marc-Andre Lemburg: Unicode encodings. 2000-03-10 23:17:24 +00:00
utf_16.py Marc-Andre Lemburg: Unicode encodings. 2000-03-10 23:17:24 +00:00
utf_16_be.py Marc-Andre Lemburg: Unicode encodings. 2000-03-10 23:17:24 +00:00
utf_16_le.py Marc-Andre Lemburg: Unicode encodings. 2000-03-10 23:17:24 +00:00