Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added rindex(). index() and rindex() interpret negative start index | Guido van Rossum | 1993-10-26 | 1 | -5/+41 |
* | Several optimizations and speed improvements. | Sjoerd Mullender | 1993-10-22 | 1 | -18/+25 |
* | Bug fix: check whether call succeeded *after* the call. | Sjoerd Mullender | 1993-09-14 | 1 | -1/+1 |
* | * config.c: different default PYTHONPATH for MS-DOS | Guido van Rossum | 1993-07-09 | 1 | -4/+34 |
* | stropmodule.c: use C isspace(c) to test for whitespace; add | Guido van Rossum | 1993-07-08 | 1 | -7/+19 |
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -2/+2 |
* | * config.c: Added audioop to lists. | Guido van Rossum | 1992-11-26 | 1 | -0/+65 |
* | Makefile uses $> more often; cgen supports filename argument; added | Guido van Rossum | 1992-09-11 | 1 | -0/+108 |
* | Re-implement some operations from string.py in C, for speed. | Guido van Rossum | 1992-09-03 | 1 | -0/+201 |