summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/rot_13.py
Commit message (Expand)AuthorAgeFilesLines
* #7475: add (un)transform method to bytes/bytearray and str, add back codecs t...Georg Brandl2010-12-021-0/+113
* Rip out all codecs that can't work in a unicode/bytes world:Walter Dörwald2007-06-121-118/+0
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-4/+17
* more generic reference to python interpreterSkip Montanaro2003-07-221-1/+1
* Whitespace normalization.Tim Peters2002-08-081-2/+2
* Moved the encoding map building logic from the individual mappingMarc-André Lemburg2001-05-161-3/+1
* This patch changes the way the string .encode() method works slightlyMarc-André Lemburg2001-05-151-0/+107