index
:
cpython
3.10
3.11
3.12
3.13
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
*
gh-81005: Refactor str tests to reflect that str and unicode are merged in Py...
Daniel Fortunov
2023-05-23
*
bpo-44110: Improve string's __getitem__ error message (GH-26042)
Miguel Brito
2021-06-27
*
bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138)
Daniel Fortunov
2019-08-27
*
bpo-25652: Fix __rmod__ of UserString (GH-13326)
Batuhan Taşkaya
2019-05-21
*
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
*
Issue #23277: Remove unused support.run_unittest import.
Serhiy Storchaka
2016-04-24
*
check that exception messages are not empty (#22379)
Benjamin Peterson
2014-09-28
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
*
#16910: test_bytes, test_unicode, and test_userstring now work with unittest ...
Ezio Melotti
2013-01-10
*
Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.spli...
Mark Dickinson
2011-09-24
*
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
*
#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