Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
27f9b84684d7eb647ea08d9754e4bf055d426993
/
Lib
/
regsub.py
0de6580
bunch more __all__ lists
by Skip Montanaro
· 24 years ago
92852ad
Oops...that will teach me to hit ^C^C too fast. Test passed.
by Eric S. Raymond
· 24 years ago
66d9919
String method conversion.
by Eric S. Raymond
· 24 years ago
0c9886d
Whitespace normalization.
by Tim Peters
· 24 years ago
7292e92
Adding a warning about the regsub module. This also disables further
by Guido van Rossum
· 24 years ago
8152d32
Update the code to better reflect recommended style:
by Fred Drake
· 24 years ago
e7b146f
The third and final doc-string sweep by Ka-Ping Yee.
by Guido van Rossum
· 25 years ago
b67a25c
Store the current regex syntax along with the regular expression
by Barry Warsaw
· 28 years ago
7a7d5d8
Use splitx() in capwords() (bugfix after interface change for split()).
by Guido van Rossum
· 28 years ago
a59d3e6
Changed split() to be compatible with changes to string.split(): the
by Guido van Rossum
· 28 years ago
4cc4ab1
Add third arg to split(). Add capwords() -- which uses that.
by Guido van Rossum
· 28 years ago
9e6aa9d
avoid eval() like the plague
by Guido van Rossum
· 28 years ago
7a461e5
New module regsub contains sub(), gsub() and split() as in nawk.
by Guido van Rossum
· 32 years ago