index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_string.py
Commit message (
Expand
)
Author
Age
*
Moved inplace add and multiply methods from UserString to MutableString.
Raymond Hettinger
2002-08-09
*
Committing patch #591250 which provides "str1 in str2" when str1 is a
Barry Warsaw
2002-08-06
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
Whitespace normalization.
Tim Peters
2002-05-23
*
Apply diff3.txt from SF patch http://www.python.org/sf/536241
Walter Dörwald
2002-04-17
*
test(): Avoid a UnboundLocalError when a method is missing from both the string
Finn Bock
2001-12-09
*
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh
2001-01-17
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
*
Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'
Thomas Wouters
2000-08-04
*
factor out test definitions to string_tests module
Jeremy Hylton
2000-07-10
*
Added tests for the new .isalpha() and .isalnum() methods.
Marc-André Lemburg
2000-07-05
*
Marc-Andre Lemburg:
Guido van Rossum
2000-04-11
*
On 17-Mar-2000, Marc-Andre Lemburg said:
Barry Warsaw
2000-03-20
*
Marc-Andre Lemburg: test script for Unicode implementation.
Guido van Rossum
2000-03-10
*
Added a couple of endswith test cases for bugs reported by Timbot.
Barry Warsaw
1999-06-15
*
Added more tests of join
Barry Warsaw
1999-06-14
*
Two extra startswith tests
Barry Warsaw
1999-06-11
*
Harness can now test object methods directly, if they aren't available
Barry Warsaw
1999-06-11
*
Regression test for the new string methods.
Barry Warsaw
1999-06-10