Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace normalization. | Tim Peters | 2001-01-15 | 1 | -100/+100 |
* | Adding a warning about the regsub module. This also disables further | Guido van Rossum | 2000-12-19 | 1 | -0/+7 |
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -3/+3 |
* | 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 |