summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/cp1250.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-256/+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-509/+508
* Cosmetic change: make all hex literals use upper case hex so that theyMarc-André Lemburg2005-10-241-318/+319
* Removed the decoding_map from the codecs where this is possible.Marc-André Lemburg2005-10-241-592/+508
* Replace the old charmap codecs with new ones generated from the currentMarc-André Lemburg2005-10-211-88/+596
* Whitespace normalization.Tim Peters2002-08-081-81/+81
* 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-5/+5
* Marc-Andre Lemburg: Unicode encodings.Guido van Rossum2000-03-101-0/+125