index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
stropmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
added strop.translate(s, table)
Guido van Rossum
1995-09-13
1
-0/+30
*
unified join(fields), split(fields)
Guido van Rossum
1995-05-03
1
-12/+20
*
fix stupid bug in strip and split
Guido van Rossum
1995-02-14
1
-2/+2
*
use Py_CHARMASK
Guido van Rossum
1995-02-10
1
-14/+10
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2/+2
*
* various modules: #include "Python.h" and remove most remporary
Guido van Rossum
1994-09-14
1
-8/+4
*
* Modules/stropmodule.c: implement find/rfind instead of
Guido van Rossum
1994-08-17
1
-8/+6
*
* Modules/{Setup.in,Makefile.pre.in}: renamed some modules to
Guido van Rossum
1994-08-05
1
-1/+1
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-7/+108
*
Fix memory leaks in join & joinfields
Guido van Rossum
1993-11-05
1
-11/+25
*
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