COMMITS
/ Lib/encodings/rot_13.py March 25, 2018
X
bpo-32943: Fix confusing error message for rot13 codec (GH-5869)
Xiang Zhang committed
April 13, 2014
S
Issue #21171: Fixed undocumented filter API of the rot13 codec.
Serhiy Storchaka committed
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 2, 2010
June 12, 2007
W
Rip out all codecs that can't work in a unicode/bytes world:
Walter Dörwald committed
April 21, 2006
T
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters committed
July 22, 2003
S
more generic reference to python interpreter
Skip Montanaro committed
August 8, 2002
T
Whitespace normalization.
Tim Peters committed
May 16, 2001
M
Moved the encoding map building logic from the individual mapping
Marc-André Lemburg committed
May 15, 2001
M
This patch changes the way the string .encode() method works slightly
Marc-André Lemburg committed