1. 572d2d9 Fix memory leaks in join & joinfields by Guido van Rossum · 31 years ago
  2. ee9012f Added rindex(). index() and rindex() interpret negative start index by Guido van Rossum · 31 years ago
  3. 3bb8a05 Several optimizations and speed improvements. by Sjoerd Mullender · 31 years ago
  4. d96ec44 Bug fix: check whether call succeeded *after* the call. by Sjoerd Mullender · 31 years ago
  5. e22e644 * config.c: different default PYTHONPATH for MS-DOS by Guido van Rossum · 31 years ago
  6. d05eb8b stropmodule.c: use C isspace(c) to test for whitespace; add by Guido van Rossum · 31 years ago
  7. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  8. c89705d * config.c: Added audioop to lists. by Guido van Rossum · 32 years ago
  9. 5c85062 Makefile uses $> more often; cgen supports filename argument; added by Guido van Rossum · 32 years ago
  10. e270b43 Re-implement some operations from string.py in C, for speed. by Guido van Rossum · 32 years ago