index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
encodings
/
uu_codec.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output form...
Matthew Rollings
2019-12-02
1
-0/+4
*
Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.
Serhiy Storchaka
2014-11-07
1
-1/+1
*
#7475: Remove references to '.transform' from transform codec docstrings.
R David Murray
2014-03-14
1
-2/+1
*
Issue #19619: Blacklist non-text codecs in method API
Serhiy Storchaka
2014-02-24
1
-0/+1
*
#7475: add (un)transform method to bytes/bytearray and str, add back codecs t...
Georg Brandl
2010-12-02
1
-0/+99
*
Rip out all codecs that can't work in a unicode/bytes world:
Walter Dörwald
2007-06-12
1
-128/+0
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1/+1
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-2/+2
*
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters
2006-04-21
1
-2/+18
*
Whitespace normalization.
Tim Peters
2002-08-08
1
-3/+3
*
Patch #462635 by Andrew Kuchling correcting bugs in the new
Marc-André Lemburg
2001-09-20
1
-3/+5
*
This patch changes the way the string .encode() method works slightly
Marc-André Lemburg
2001-05-15
1
-0/+110