1. a3127e8 added strop.translate(s, table) by Guido van Rossum · 29 years ago
  2. 009e79b unified join(fields), split(fields) by Guido van Rossum · 29 years ago
  3. ee1813d fix stupid bug in strip and split by Guido van Rossum · 29 years ago
  4. 7f7f274 use Py_CHARMASK by Guido van Rossum · 29 years ago
  5. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  6. 602099a * various modules: #include "Python.h" and remove most remporary by Guido van Rossum · 30 years ago
  7. 5806a4f * Modules/stropmodule.c: implement find/rfind instead of by Guido van Rossum · 30 years ago
  8. c65a525 * Modules/{Setup.in,Makefile.pre.in}: renamed some modules to by Guido van Rossum · 30 years ago
  9. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  10. 572d2d9 Fix memory leaks in join & joinfields by Guido van Rossum · 31 years ago
  11. ee9012f Added rindex(). index() and rindex() interpret negative start index by Guido van Rossum · 31 years ago
  12. 3bb8a05 Several optimizations and speed improvements. by Sjoerd Mullender · 31 years ago
  13. d96ec44 Bug fix: check whether call succeeded *after* the call. by Sjoerd Mullender · 31 years ago
  14. e22e644 * config.c: different default PYTHONPATH for MS-DOS by Guido van Rossum · 31 years ago
  15. d05eb8b stropmodule.c: use C isspace(c) to test for whitespace; add by Guido van Rossum · 31 years ago
  16. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  17. c89705d * config.c: Added audioop to lists. by Guido van Rossum · 32 years ago
  18. 5c85062 Makefile uses $> more often; cgen supports filename argument; added by Guido van Rossum · 32 years ago
  19. e270b43 Re-implement some operations from string.py in C, for speed. by Guido van Rossum · 32 years ago