summaryrefslogtreecommitdiff
path: root/Lib/encodings/cp1258.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-252/+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-505/+504
* 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-555/+504
* Replace the old charmap codecs with new ones generated from the currentMarc-André Lemburg2005-10-211-55/+559
* Whitespace normalization.Tim Peters2002-08-081-48/+48
* 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/+92