summaryrefslogtreecommitdiffstats
path: root/Lib/string.py
Commit message (Collapse)AuthorAgeFilesLines
* Add function to expand tabs.Guido van Rossum1992-03-271-0/+13
|
* New implementation method for case conversion.Guido van Rossum1992-01-141-10/+8
|
* New == syntaxGuido van Rossum1992-01-011-4/+4
|
* A plus is also a sign!Guido van Rossum1991-08-161-2/+2
|
* Added join() and joinfields() functions.Guido van Rossum1991-04-071-9/+27
| | | | | Fixed center(). Rewrote ljust() and rjust().
* Fix bugf in index -- last char would not be checked.Guido van Rossum1990-12-261-1/+1
|
* Initial revisionGuido van Rossum1990-10-131-0/+129