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
/
test_userstring.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-3/+1
*
Port all string tests to PyUnit and share as much tests
Walter Dörwald
2003-02-21
1
-39/+46
*
Moved inplace add and multiply methods from UserString to MutableString.
Raymond Hettinger
2002-08-09
1
-0/+1
*
Committing patch #591250 which provides "str1 in str2" when str1 is a
Barry Warsaw
2002-08-06
1
-0/+1
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-2/+2
*
I am mad. This test never worked!
Guido van Rossum
2002-04-12
1
-16/+14
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-1/+1
*
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh
2001-01-17
1
-1/+1
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-1/+1
*
factor out test definitions to string_tests module
Jeremy Hylton
2000-07-10
1
-184/+2
*
UserString class from Peter Funk <pf@artcom-gmbh.de>.
Fred Drake
2000-04-03
1
-0/+227