summaryrefslogtreecommitdiff
path: root/Lib/encodings/cp1255.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-239/+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-491/+490
* Cosmetic change: make all hex literals use upper case hex so that theyMarc-André Lemburg2005-10-241-299/+300
* Removed the decoding_map from the codecs where this is possible.Marc-André Lemburg2005-10-241-594/+490
* Replace the old charmap codecs with new ones generated from the currentMarc-André Lemburg2005-10-211-108/+598
* Whitespace normalization.Tim Peters2002-08-081-101/+101
* 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/+145