index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
regsub.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-3
/
+3
*
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