index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
regsub.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-1/+1
*
bunch more __all__ lists
Skip Montanaro
2001-02-15
1
-0/+1
*
Oops...that will teach me to hit ^C^C too fast. Test passed.
Eric S. Raymond
2001-02-09
1
-1/+1
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-3/+2
*
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