index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_userstring.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
check that exception messages are not empty (#22379)
Benjamin Peterson
2014-09-28
1
-7
/
+5
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-1
/
+0
*
#16910: test_bytes, test_unicode, and test_userstring now work with unittest ...
Ezio Melotti
2013-01-10
1
-4
/
+3
*
Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.spli...
Mark Dickinson
2011-09-24
1
-2
/
+2
*
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
1
-1
/
+1
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2
/
+2
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
1
-1
/
+0
*
Move UserString to collections.
Raymond Hettinger
2008-02-21
1
-92
/
+2
*
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters
2007-08-28
1
-0
/
+23
*
Fix some tests by deleting stuff.
Guido van Rossum
2007-06-14
1
-2
/
+0
*
Add support for negative indices in UserString.MutableString.__setitem__
Walter Dörwald
2005-02-18
1
-7
/
+7
*
Fix copy & paste error.
Walter Dörwald
2005-02-17
1
-2
/
+2
*
Add tests for the methods added by UserString.MutableString.
Walter Dörwald
2005-02-17
1
-0
/
+62
*
Add a basic test for UserString.MutableString.
Walter Dörwald
2005-02-17
1
-2
/
+9
*
SF #989185: Drop unicode.iswide() and unicode.width() and add
Hye-Shik Chang
2004-08-04
1
-2
/
+1
*
Add iswide() and width() method for UserString according as the
Hye-Shik Chang
2004-06-04
1
-1
/
+2
*
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