summaryrefslogtreecommitdiffstats
path: root/Lib/UserString.py
Commit message (Expand)AuthorAgeFilesLines
* This patch changes the way the string .encode() method works slightlyMarc-André Lemburg2001-05-151-0/+8
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
* Whitespace normalization. Top level of Lib now fixed-point for reindent.py!Tim Peters2001-01-151-14/+14
* Fix two typos in __imul__. Closes Bug #117745.Guido van Rossum2000-10-251-2/+2
* simple typo that makes regression test test_userstring failPeter Schneider-Kamp2000-08-241-1/+1
* Support for augmented assignment in the UserList, UserDict, UserString andThomas Wouters2000-08-241-0/+11
* Denis S. Otkidach <den@analyt.chem.msu.ru>:Fred Drake2000-08-211-2/+2
* add isalpha and isalnum methodsJeremy Hylton2000-07-101-0/+2
* Marc-Andre Lemburg:Guido van Rossum2000-04-111-1/+1
* UserString class from Peter Funk <pf@artcom-gmbh.de>.Fred Drake2000-04-031-0/+158