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
/
test
/
string_tests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Whitespace normalization.
Tim Peters
2002-05-23
1
-3/+3
*
More --disable-unicode stuff.
Michael W. Hudson
2002-05-20
1
-4/+9
*
Apply patch diff.txt from SF feature request
Walter Dörwald
2002-04-22
1
-1/+7
*
Whitespace normalization.
Tim Peters
2002-04-16
1
-1/+1
*
Apply the second version of SF patch http://www.python.org/sf/536241
Walter Dörwald
2002-04-15
1
-0/+10
*
Partially implement SF feature request 444708.
Guido van Rossum
2002-04-13
1
-0/+12
*
Add two tests for string.zfill
Andrew M. Kuchling
2002-03-29
1
-0/+3
*
Patch #445762: Support --disable-unicode
Martin v. Löwis
2001-08-17
1
-6/+7
*
This patch changes the way the string .encode() method works slightly
Marc-André Lemburg
2001-05-15
1
-0/+19
*
SF bug #422088: [OSF1 alpha] string.replace().
Tim Peters
2001-05-09
1
-0/+6
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-2/+2
*
Fixed .capitalize() method of Unicode objects to work like the
Marc-André Lemburg
2001-01-29
1
-0/+2
*
Whitespace normalization. Leaving tokenize_tests.py alone for now.
Tim Peters
2001-01-18
1
-1/+1
*
Added checks to prevent PyUnicode_Count() from dumping core
Marc-André Lemburg
2001-01-16
1
-0/+4
*
small updates to string_join:
Jeremy Hylton
2000-07-11
1
-0/+3
*
add more tests of string.join variants to run_method_tests
Jeremy Hylton
2000-07-11
1
-8/+11
*
factor out test definitions to string_tests module
Jeremy Hylton
2000-07-10
1
-0/+196