1. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 25 years ago
  2. b67a25c Store the current regex syntax along with the regular expression by Barry Warsaw · 27 years ago
  3. 7a7d5d8 Use splitx() in capwords() (bugfix after interface change for split()). by Guido van Rossum · 28 years ago
  4. a59d3e6 Changed split() to be compatible with changes to string.split(): the by Guido van Rossum · 28 years ago
  5. 4cc4ab1 Add third arg to split(). Add capwords() -- which uses that. by Guido van Rossum · 28 years ago
  6. 9e6aa9d avoid eval() like the plague by Guido van Rossum · 28 years ago
  7. 7a461e5 New module regsub contains sub(), gsub() and split() as in nawk. by Guido van Rossum · 32 years ago