summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/rot_13.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19543: Emit deprecation warning for known non-text encodings.Serhiy Storchaka2015-05-311-0/+1
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
* Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclassWalter Dörwald2006-03-151-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