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
*
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