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_userstring.py
Commit message (
Expand
)
Author
Age
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
*
Move UserString to collections.
Raymond Hettinger
2008-02-21
*
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters
2007-08-28
*
Fix some tests by deleting stuff.
Guido van Rossum
2007-06-14
*
Add support for negative indices in UserString.MutableString.__setitem__
Walter Dörwald
2005-02-18
*
Fix copy & paste error.
Walter Dörwald
2005-02-17
*
Add tests for the methods added by UserString.MutableString.
Walter Dörwald
2005-02-17
*
Add a basic test for UserString.MutableString.
Walter Dörwald
2005-02-17
*
SF #989185: Drop unicode.iswide() and unicode.width() and add
Hye-Shik Chang
2004-08-04
*
Add iswide() and width() method for UserString according as the
Hye-Shik Chang
2004-06-04
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
*
Port all string tests to PyUnit and share as much tests
Walter Dörwald
2003-02-21
*
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
*
I am mad. This test never worked!
Guido van Rossum
2002-04-12
*
String method conversion.
Eric S. Raymond
2001-02-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
*
factor out test definitions to string_tests module
Jeremy Hylton
2000-07-10
*
UserString class from Peter Funk <pf@artcom-gmbh.de>.
Fred Drake
2000-04-03