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
/
Lib
/
string.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed my mind on replace().
Guido van Rossum
1997-04-02
1
-12/+2
*
Added new functions replace() and replace1().
Guido van Rossum
1997-03-25
1
-0/+15
*
Add optional 4th argument to [r]find and [r]index (end of slice).
Guido van Rossum
1997-03-14
1
-10/+26
*
Use correct separator for capwords(s, sep).
Guido van Rossum
1996-08-26
1
-1/+1
*
Add optional separator character to capwords(), for completeness.
Guido van Rossum
1996-08-20
1
-2/+2
*
Add optional third parameter to split() and splitfields(), giving the
Guido van Rossum
1996-08-08
1
-4/+22
*
Added 3rd optional argument to translate(), a string of characters to delete.
Guido van Rossum
1996-07-23
1
-9/+23
*
Added capitalize() and capwords().
Guido van Rossum
1996-06-11
1
-0/+10
*
add translate() -- which was in strop per release 1.3
Guido van Rossum
1996-05-28
1
-0/+8
*
default tabsize to 8
Guido van Rossum
1995-08-10
1
-1/+1
*
make split and splitfields, join and joinfields synonyms
Guido van Rossum
1995-06-22
1
-6/+8
*
add dummy base to atoi/atol; careful about negative start indices in find/count
Guido van Rossum
1995-03-14
1
-5/+11
*
* Lib/string.py: find/rfind is now the main implementation and
Guido van Rossum
1994-08-17
1
-63/+41
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-24/+51
*
* string.py: added rindex(), rfind(); changed index() to interpret
Guido van Rossum
1993-11-08
1
-0/+27
*
* profile.py, pdb.py: added help() function
Guido van Rossum
1993-10-22
1
-1/+33
*
* pdb.py: set 'privileged' property when evaluating expressions
Guido van Rossum
1993-07-29
1
-1/+4
*
* ftplib.py: added abort() command (sends oob data).
Guido van Rossum
1993-05-24
1
-2/+9
*
* Fix bug in tzparse.py for DST timezone
Guido van Rossum
1993-03-29
1
-1/+3
*
* mainloop.py: added facility for calling select(). Also added
Guido van Rossum
1992-11-26
1
-4/+1
*
* change default line numbers for 'list' in pdb.py
Guido van Rossum
1992-11-05
1
-3/+11
*
Misc changes and new modules. whrandom is "objectified". SOCKET.py
Guido van Rossum
1992-10-18
1
-0/+12
*
New module regsub contains sub(), gsub() and split() as in nawk.
Guido van Rossum
1992-09-20
1
-3/+2
*
splitfields(s, '') is illegal
Guido van Rossum
1992-08-19
1
-1/+5
*
Removed *.libs (now in ./sgi);
Guido van Rossum
1992-08-06
1
-2/+6
*
Add function to expand tabs.
Guido van Rossum
1992-03-27
1
-0/+13
*
New implementation method for case conversion.
Guido van Rossum
1992-01-14
1
-10/+8
*
New == syntax
Guido van Rossum
1992-01-01
1
-4/+4
*
A plus is also a sign!
Guido van Rossum
1991-08-16
1
-2/+2
*
Added join() and joinfields() functions.
Guido van Rossum
1991-04-07
1
-9/+27
*
Fix bugf in index -- last char would not be checked.
Guido van Rossum
1990-12-26
1
-1/+1
*
Initial revision
Guido van Rossum
1990-10-13
1
-0/+129