summaryrefslogtreecommitdiff
path: root/Lib/encodings/uu_codec.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.Serhiy Storchaka2014-11-071-1/+1
* #7475: Remove references to '.transform' from transform codec docstrings.R David Murray2014-03-131-2/+1
* Issue #19619: Blacklist non-text codecs in method APISerhiy Storchaka2014-02-241-0/+1
* #7475: add (un)transform method to bytes/bytearray and str, add back codecs t...Georg Brandl2010-12-021-0/+99
* Rip out all codecs that can't work in a unicode/bytes world:Walter Dörwald2007-06-121-128/+0
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-2/+2
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-2/+18
* Whitespace normalization.Tim Peters2002-08-081-3/+3
* Patch #462635 by Andrew Kuchling correcting bugs in the newMarc-André Lemburg2001-09-201-3/+5
* This patch changes the way the string .encode() method works slightlyMarc-André Lemburg2001-05-151-0/+110