COMMITS
/ Lib/codecs.py January 20, 2001
S
added __all__ lists to a number of Python modules
Skip Montanaro committed
January 14, 2001
T
Whitespace normalization.
Tim Peters committed
January 3, 2001
M
This patch changes the default behaviour of the builtin charmap
Marc-André Lemburg committed
December 10, 2000
A
(Patch #102698) Fix for a bug reported by Wade Leftwich:
Andrew M. Kuchling committed
October 2, 2000
F
Remove redundent information from a docstring.
Fred Drake committed
July 16, 2000
T
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters committed
June 21, 2000
M
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg committed
May 1, 2000
G
Marc-Andre Lemburg:
Guido van Rossum committed
April 13, 2000
F
M.-A. Lemburg <mal@lemburg.com>:
Fred Drake committed
April 11, 2000
G
Deleted trailing whitespace. This is really a way to be able to add
Guido van Rossum committed
G
Marc-Andre Lemburg:
Guido van Rossum committed
March 31, 2000
G
Marc-Andre Lemburg: Error reporting in the codec registry and lookup
Guido van Rossum committed
March 24, 2000
G
Marc-Andre Lemburg:
Guido van Rossum committed
March 17, 2000
F
Oops, another in the same file; I should read the mail fully before
Fred Drake committed
F
"intput" --> "input" (in docstring); noted by Detlef Lannert
Fred Drake committed
March 10, 2000
G
Module codecs -- Python Codec Registry, API and helpers. Written by
Guido van Rossum committed