cpython/Lib/encodings
Thomas Wouters 7e47402264 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
comments, docstrings or error messages. I fixed two minor things in
test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't").

There is a minor style issue involved: Guido seems to have preferred English
grammar (behaviour, honour) in a couple places. This patch changes that to
American, which is the more prominent style in the source. I prefer English
myself, so if English is preferred, I'd be happy to supply a patch myself ;)
2000-07-16 12:04:32 +00:00
..
__init__.py Marc-Andre Lemburg <mal@lemburg.com>: 2000-06-13 12:04:05 +00:00
aliases.py Marc-Andre Lemburg <mal@lemburg.com>: 2000-06-07 09:12:30 +00:00
ascii.py
charmap.py
cp037.py
cp424.py
cp437.py
cp500.py
cp737.py
cp775.py
cp850.py
cp852.py
cp855.py
cp856.py Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 2000-07-16 12:04:32 +00:00
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
cp1250.py
cp1251.py
cp1252.py
cp1253.py
cp1254.py
cp1255.py
cp1256.py
cp1257.py
cp1258.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_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 Marc-Andre Lemburg: 2000-03-28 20:29:59 +00:00
raw_unicode_escape.py
undefined.py New codec which always raises an exception when used. This 2000-06-07 09:04:05 +00:00
unicode_escape.py
unicode_internal.py
utf_8.py
utf_16.py
utf_16_be.py
utf_16_le.py