index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
string_tests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some tests by deleting stuff.
Guido van Rossum
2007-06-14
1
-52/+0
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-0/+26
*
Rename checks for test_support.have_unicode (we always
Walter Dörwald
2007-06-08
1
-20/+19
*
Fix test_str.py so that it tests the str8 class.
Walter Dörwald
2007-06-07
1
-1/+1
*
Make test_str.py pass.
Guido van Rossum
2007-05-15
1
-5/+5
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
1
-2/+2
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-7/+7
*
test_unicode.py passes again 9except for problems
Walter Dörwald
2007-05-05
1
-17/+2
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-27/+27
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-0/+3
*
Addendum of patch #1669633: additional tests for bytes methods.
Georg Brandl
2007-03-06
1
-168/+176
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-1/+1
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-3/+3
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1/+1
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-1/+1
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-3/+40
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-6/+18
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-0/+307
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-1/+3
*
Fix bug:
Michael W. Hudson
2005-10-21
1
-0/+9
*
Disable encoding/decoding test, if unicode is disabled.
Walter Dörwald
2005-07-28
1
-19/+20
*
* Beef-up tests for str.count().
Raymond Hettinger
2005-02-20
1
-0/+28
*
* Beef-up testing of str.__contains__() and str.find().
Raymond Hettinger
2005-02-20
1
-0/+24
*
SF bug #1054139: serious string hashing error in 2.4b1
Raymond Hettinger
2004-10-26
1
-0/+9
*
test_bug1001011(): Verify that
Tim Peters
2004-08-27
1
-5/+33
*
Move test_bug1001011() to string_tests.MixinStrUnicodeTest so that
Walter Dörwald
2004-08-26
1
-0/+19
*
SF #989185: Drop unicode.iswide() and unicode.width() and add
Hye-Shik Chang
2004-08-04
1
-25/+0
*
Add iswide() and width() method for UserString according as the
Hye-Shik Chang
2004-06-04
1
-0/+25
*
[SF #866875] Add a specialized routine for one character
Hye-Shik Chang
2004-01-05
1
-14/+55
*
Fix unicode.rsplit()'s bug that ignores separater on the end of string when
Hye-Shik Chang
2003-12-23
1
-0/+2
*
Add rsplit method for str and unicode builtin types.
Hye-Shik Chang
2003-12-15
1
-0/+20
*
Add optional fillchar argument to ljust(), rjust(), and center() string methods.
Raymond Hettinger
2003-11-26
1
-3/+3
*
SF bug #795506: Wrong handling of string format code for float values.
Raymond Hettinger
2003-08-27
1
-0/+1
*
Whitespace normalization.
Tim Peters
2003-04-24
1
-1/+0
*
Attempt to make all the various string *strip methods the same.
Neal Norwitz
2003-04-10
1
-28/+27
*
Fix PyString_Format() so that '%c' % u'a' returns u'a'
Walter Dörwald
2003-03-31
1
-0/+1
*
Add two tests for simple error cases.
Walter Dörwald
2003-03-26
1
-0/+4
*
Get test to work on alpha
Neal Norwitz
2003-02-23
1
-1/+1
*
Port all string tests to PyUnit and share as much tests
Walter Dörwald
2003-02-21
1
-317/+616
*
Patch #650653: Raise always value error if the table is not 256 bytes long.
Martin v. Löwis
2002-12-12
1
-0/+2
*
check for str.__mod__
Neil Schemenauer
2002-11-18
1
-0/+3
*
Code by Inyeol Lee, submitted to SF bug 595350, to implement
Guido van Rossum
2002-08-23
1
-0/+4
*
Moved inplace add and multiply methods from UserString to MutableString.
Raymond Hettinger
2002-08-09
1
-0/+6
*
Revised the test suite for 'contains' to use the test() function argument
Raymond Hettinger
2002-08-09
1
-9/+9
*
Whitespace normalization.
Tim Peters
2002-08-08
1
-1/+0
*
Committing patch #591250 which provides "str1 in str2" when str1 is a
Barry Warsaw
2002-08-06
1
-1/+21
*
Complete the absolute import patch for the test suite. All relative
Barry Warsaw
2002-07-30
1
-1/+1
*
SF bug # 493951 string.{starts,ends}with vs slices
Neal Norwitz
2002-06-14
1
-0/+27
*
Whitespace normalization.
Tim Peters
2002-05-23
1
-3/+3
*
More --disable-unicode stuff.
Michael W. Hudson
2002-05-20
1
-4/+9
[next]