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_string.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug:
Michael W. Hudson
2005-10-21
1
-0
/
+11
*
Move test_bug1001011() to string_tests.MixinStrUnicodeTest so that
Walter Dörwald
2004-08-26
1
-22
/
+0
*
SF Patch #1007087: Return new string for single subclass joins (Bug #1001011)
Raymond Hettinger
2004-08-23
1
-0
/
+23
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-4
/
+1
*
Port all string tests to PyUnit and share as much tests
Walter Dörwald
2003-02-21
1
-84
/
+104
*
Whitespace normalization.
Tim Peters
2003-02-19
1
-1
/
+0
*
String tests should test 8-bit strings :-)
Marc-André Lemburg
2002-12-30
1
-1
/
+1
*
Patch for bug #659709: bogus computation of float length
Marc-André Lemburg
2002-12-29
1
-0
/
+26
*
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
*
Whitespace normalization.
Tim Peters
2002-05-23
1
-1
/
+1
*
Apply diff3.txt from SF patch http://www.python.org/sf/536241
Walter Dörwald
2002-04-17
1
-0
/
+19
*
test(): Avoid a UnboundLocalError when a method is missing from both the string
Finn Bock
2001-12-09
1
-0
/
+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
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
1
-2
/
+1
*
Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'
Thomas Wouters
2000-08-04
1
-2
/
+2
*
factor out test definitions to string_tests module
Jeremy Hylton
2000-07-10
1
-166
/
+4
*
Added tests for the new .isalpha() and .isalnum() methods.
Marc-André Lemburg
2000-07-05
1
-0
/
+15
*
Marc-Andre Lemburg:
Guido van Rossum
2000-04-11
1
-2
/
+1
*
On 17-Mar-2000, Marc-Andre Lemburg said:
Barry Warsaw
2000-03-20
1
-0
/
+1
*
Marc-Andre Lemburg: test script for Unicode implementation.
Guido van Rossum
2000-03-10
1
-10
/
+53
*
Added a couple of endswith test cases for bugs reported by Timbot.
Barry Warsaw
1999-06-15
1
-0
/
+8
*
Added more tests of join
Barry Warsaw
1999-06-14
1
-0
/
+9
*
Two extra startswith tests
Barry Warsaw
1999-06-11
1
-0
/
+3
*
Harness can now test object methods directly, if they aren't available
Barry Warsaw
1999-06-11
1
-2
/
+14
*
Regression test for the new string methods.
Barry Warsaw
1999-06-10
1
-0
/
+110