COMMITS
/ Lib/UserString.py January 20, 2001
S
added __all__ lists to a number of Python modules
Skip Montanaro committed
January 15, 2001
T
Whitespace normalization. Top level of Lib now fixed-point for reindent.py!
Tim Peters committed
October 25, 2000
G
Fix two typos in __imul__. Closes Bug #117745.
Guido van Rossum committed
August 24, 2000
P
simple typo that makes regression test test_userstring fail
Peter Schneider-Kamp committed
T
Support for augmented assignment in the UserList, UserDict, UserString and
Thomas Wouters committed
August 21, 2000
F
Denis S. Otkidach <den@analyt.chem.msu.ru>:
Fred Drake committed
July 10, 2000
J
add isalpha and isalnum methods
Jeremy Hylton committed
April 11, 2000
G
Marc-Andre Lemburg:
Guido van Rossum committed
April 3, 2000
F
UserString class from Peter Funk <pf@artcom-gmbh.de>.
Fred Drake committed