summaryrefslogtreecommitdiff
path: root/Lib/encodings/iso8859_8.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2006-06-041-1/+0
* Patch #1359618: Speed-up charmap encoder.Martin v. Löwis2006-06-041-225/+4
* Whitespace normalization.Tim Peters2006-03-151-1/+0
* Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclassWalter Dörwald2006-03-151-5/+19
* Whitespace normalization.Tim Peters2005-12-251-461/+460
* Cosmetic change: make all hex literals use upper case hex so that theyMarc-André Lemburg2005-10-241-241/+242
* Removed the decoding_map from the codecs where this is possible.Marc-André Lemburg2005-10-241-533/+460
* Replace the old charmap codecs with new ones generated from the currentMarc-André Lemburg2005-10-211-77/+554
* Whitespace normalization.Tim Peters2002-08-081-70/+70
* 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-6/+43
* Marc-Andre Lemburg: Unicode encodings.Guido van Rossum2000-03-101-0/+77