1. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  2. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  3. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  4. 92852ad Oops...that will teach me to hit ^C^C too fast. Test passed. by Eric S. Raymond · 23 years ago
  5. 66d9919 String method conversion. by Eric S. Raymond · 23 years ago
  6. 0c9886d Whitespace normalization. by Tim Peters · 24 years ago
  7. 7292e92 Adding a warning about the regsub module. This also disables further by Guido van Rossum · 24 years ago
  8. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  9. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  10. b67a25c Store the current regex syntax along with the regular expression by Barry Warsaw · 27 years ago
  11. 7a7d5d8 Use splitx() in capwords() (bugfix after interface change for split()). by Guido van Rossum · 28 years ago
  12. a59d3e6 Changed split() to be compatible with changes to string.split(): the by Guido van Rossum · 28 years ago
  13. 4cc4ab1 Add third arg to split(). Add capwords() -- which uses that. by Guido van Rossum · 28 years ago
  14. 9e6aa9d avoid eval() like the plague by Guido van Rossum · 28 years ago
  15. 7a461e5 New module regsub contains sub(), gsub() and split() as in nawk. by Guido van Rossum · 32 years ago