summaryrefslogtreecommitdiffstats
path: root/Modules/stropmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Added replace() implementation by Perry Stoll (debugged and reformatted by me).Guido van Rossum1997-04-021-1/+167
* Add optional 4th argument to [r]find and [r]index (end of slice).Guido van Rossum1997-03-141-9/+27
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-141-0/+2
* New strop_joinfields implementation, highly optimized for Lists. AllBarry Warsaw1997-01-061-60/+82
* Rewrote translate() as follows:Guido van Rossum1997-01-061-28/+52
* strop_upper(), strop_lower(): shared code version caused to much of aBarry Warsaw1997-01-031-27/+65
* Several changes:Barry Warsaw1997-01-031-142/+106
* Greatly renamed.Barry Warsaw1996-12-091-178/+181
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-3/+3
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Replace all uses of strncmp (in split, find, rfind) with memcmp, soGuido van Rossum1996-10-041-3/+3
* Add text of argument to errors for atoi(), atol(), atof().Guido van Rossum1996-09-111-5/+25
* Raise ValueError on empty string passed into atoi(), atol(), atof().Guido van Rossum1996-08-211-0/+12
* Remove some unused variables.Guido van Rossum1996-08-191-9/+0
* Added lstrip() and rstrip().Guido van Rossum1996-08-081-17/+93
* Added 3rd optional argument to translate(), a string of characters to delete.Guido van Rossum1996-07-231-11/+60
* Test for zero-length argument in capitalize().Guido van Rossum1996-06-171-1/+1
* added capitalize()Guido van Rossum1996-06-121-0/+45
* added strop.translate(s, table)Guido van Rossum1995-09-131-0/+30
* unified join(fields), split(fields)Guido van Rossum1995-05-031-12/+20
* fix stupid bug in strip and splitGuido van Rossum1995-02-141-2/+2
* use Py_CHARMASKGuido van Rossum1995-02-101-14/+10
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* * various modules: #include "Python.h" and remove most remporaryGuido van Rossum1994-09-141-8/+4
* * Modules/stropmodule.c: implement find/rfind instead ofGuido van Rossum1994-08-171-8/+6
* * Modules/{Setup.in,Makefile.pre.in}: renamed some modules toGuido van Rossum1994-08-051-1/+1
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-7/+108
* Fix memory leaks in join & joinfieldsGuido van Rossum1993-11-051-11/+25
* Added rindex(). index() and rindex() interpret negative start indexGuido van Rossum1993-10-261-5/+41
* Several optimizations and speed improvements.Sjoerd Mullender1993-10-221-18/+25
* Bug fix: check whether call succeeded *after* the call.Sjoerd Mullender1993-09-141-1/+1
* * config.c: different default PYTHONPATH for MS-DOSGuido van Rossum1993-07-091-4/+34
* stropmodule.c: use C isspace(c) to test for whitespace; addGuido van Rossum1993-07-081-7/+19
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* * config.c: Added audioop to lists.Guido van Rossum1992-11-261-0/+65
* Makefile uses $> more often; cgen supports filename argument; addedGuido van Rossum1992-09-111-0/+108
* Re-implement some operations from string.py in C, for speed.Guido van Rossum1992-09-031-0/+201