summaryrefslogtreecommitdiff
path: root/Lib/encodings/cp1026.py
Commit message (Expand)AuthorAgeFilesLines
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-256/+256
* 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-364/+365
* Removed the decoding_map from the codecs where this is possible.Marc-André Lemburg2005-10-241-754/+513
* Replace the old EBCDIC codecs with new ones using the decoding table.Marc-André Lemburg2005-10-211-245/+758
* Whitespace normalization.Tim Peters2002-08-081-238/+238
* 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/+282