summaryrefslogtreecommitdiff
path: root/Lib/encodings/cp1254.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-254/+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-507/+506
* Cosmetic change: make all hex literals use upper case hex so that theyMarc-André Lemburg2005-10-241-315/+316
* Removed the decoding_map from the codecs where this is possible.Marc-André Lemburg2005-10-241-549/+506
* Replace the old charmap codecs with new ones generated from the currentMarc-André Lemburg2005-10-211-47/+553
* Whitespace normalization.Tim Peters2002-08-081-40/+40
* 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/+84