COMMITS
/ Lib/encodings/base64_codec.py March 14, 2014
R
#7475: Remove references to '.transform' from transform codec docstrings.
R David Murray committed
February 24, 2014
S
Issue #19619: Blacklist non-text codecs in method API
Serhiy Storchaka committed
December 6, 2010
G
Don't use deprecated aliases.
Georg Brandl committed
December 2, 2010
June 12, 2007
W
Rip out all codecs that can't work in a unicode/bytes world:
Walter Dörwald committed
May 15, 2007
G
Make test_str.py pass.
Guido van Rossum committed
April 21, 2006
T
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters committed
August 8, 2002
T
Whitespace normalization.
Tim Peters committed
September 20, 2001
M
Patch #462635 by Andrew Kuchling correcting bugs in the new
Marc-André Lemburg committed
May 15, 2001
M
This patch changes the way the string .encode() method works slightly
Marc-André Lemburg committed