Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The third and final doc-string sweep by Ka-Ping Yee. | Guido van Rossum | 2000-02-04 | 1 | -6/+10 |
* | Store the current regex syntax along with the regular expression | Barry Warsaw | 1997-02-18 | 1 | -10/+15 |
* | Use splitx() in capwords() (bugfix after interface change for split()). | Guido van Rossum | 1996-08-09 | 1 | -2/+2 |
* | Changed split() to be compatible with changes to string.split(): the | Guido van Rossum | 1996-08-08 | 1 | -4/+24 |
* | Add third arg to split(). Add capwords() -- which uses that. | Guido van Rossum | 1996-06-11 | 1 | -1/+15 |
* | avoid eval() like the plague | Guido van Rossum | 1996-05-28 | 1 | -1/+2 |
* | New module regsub contains sub(), gsub() and split() as in nawk. | Guido van Rossum | 1992-09-20 | 1 | -0/+147 |