summaryrefslogtreecommitdiff
path: root/Lib/regsub.py
Commit message (Expand)AuthorAgeFilesLines
* Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.Neal Norwitz2006-03-161-198/+0
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-3/+3
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-1/+1
* bunch more __all__ listsSkip Montanaro2001-02-151-0/+1
* Oops...that will teach me to hit ^C^C too fast. Test passed.Eric S. Raymond2001-02-091-1/+1
* String method conversion.Eric S. Raymond2001-02-091-3/+2
* Whitespace normalization.Tim Peters2001-01-151-100/+100
* Adding a warning about the regsub module. This also disables furtherGuido van Rossum2000-12-191-0/+7
* Update the code to better reflect recommended style:Fred Drake2000-12-121-3/+3
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-6/+10
* Store the current regex syntax along with the regular expressionBarry Warsaw1997-02-181-10/+15
* Use splitx() in capwords() (bugfix after interface change for split()).Guido van Rossum1996-08-091-2/+2
* Changed split() to be compatible with changes to string.split(): theGuido van Rossum1996-08-081-4/+24
* Add third arg to split(). Add capwords() -- which uses that.Guido van Rossum1996-06-111-1/+15
* avoid eval() like the plagueGuido van Rossum1996-05-281-1/+2
* New module regsub contains sub(), gsub() and split() as in nawk.Guido van Rossum1992-09-201-0/+147