summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/iso8859_1.py
Commit message (Expand)AuthorAgeFilesLines
* Merge the rest of the trunk.Thomas Wouters2006-06-081-262/+4
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-5/+18
* Whitespace normalization.Tim Peters2005-12-251-514/+513
* Cosmetic change: make all hex literals use upper case hex so that theyMarc-André Lemburg2005-10-241-313/+314
* Removed the decoding_map from the codecs where this is possible.Marc-André Lemburg2005-10-241-518/+513
* Replace the old charmap codecs with new ones generated from the currentMarc-André Lemburg2005-10-211-9/+522
* Whitespace normalization.Tim Peters2002-08-081-2/+2
* Moved the encoding map building logic from the individual mappingMarc-André Lemburg2001-05-161-3/+1
* This patch changes the default behaviour of the builtin charmapMarc-André Lemburg2001-01-031-9/+6
* Marc-Andre Lemburg: Unicode encodings.Guido van Rossum2000-03-101-0/+49