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
/
string_tests.py
Commit message (
Expand
)
Author
Age
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
*
Fix bug:
Michael W. Hudson
2005-10-21
*
Disable encoding/decoding test, if unicode is disabled.
Walter Dörwald
2005-07-28
*
* Beef-up tests for str.count().
Raymond Hettinger
2005-02-20
*
* Beef-up testing of str.__contains__() and str.find().
Raymond Hettinger
2005-02-20
*
SF bug #1054139: serious string hashing error in 2.4b1
Raymond Hettinger
2004-10-26
*
test_bug1001011(): Verify that
Tim Peters
2004-08-27
*
Move test_bug1001011() to string_tests.MixinStrUnicodeTest so that
Walter Dörwald
2004-08-26
*
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
*
[SF #866875] Add a specialized routine for one character
Hye-Shik Chang
2004-01-05
*
Fix unicode.rsplit()'s bug that ignores separater on the end of string when
Hye-Shik Chang
2003-12-23
*
Add rsplit method for str and unicode builtin types.
Hye-Shik Chang
2003-12-15
*
Add optional fillchar argument to ljust(), rjust(), and center() string methods.
Raymond Hettinger
2003-11-26
*
SF bug #795506: Wrong handling of string format code for float values.
Raymond Hettinger
2003-08-27
*
Whitespace normalization.
Tim Peters
2003-04-24
*
Attempt to make all the various string *strip methods the same.
Neal Norwitz
2003-04-10
*
Fix PyString_Format() so that '%c' % u'a' returns u'a'
Walter Dörwald
2003-03-31
*
Add two tests for simple error cases.
Walter Dörwald
2003-03-26
*
Get test to work on alpha
Neal Norwitz
2003-02-23
*
Port all string tests to PyUnit and share as much tests
Walter Dörwald
2003-02-21
*
Patch #650653: Raise always value error if the table is not 256 bytes long.
Martin v. Löwis
2002-12-12
*
check for str.__mod__
Neil Schemenauer
2002-11-18
*
Code by Inyeol Lee, submitted to SF bug 595350, to implement
Guido van Rossum
2002-08-23
*
Moved inplace add and multiply methods from UserString to MutableString.
Raymond Hettinger
2002-08-09
*
Revised the test suite for 'contains' to use the test() function argument
Raymond Hettinger
2002-08-09
*
Whitespace normalization.
Tim Peters
2002-08-08
*
Committing patch #591250 which provides "str1 in str2" when str1 is a
Barry Warsaw
2002-08-06
*
Complete the absolute import patch for the test suite. All relative
Barry Warsaw
2002-07-30
*
SF bug # 493951 string.{starts,ends}with vs slices
Neal Norwitz
2002-06-14
*
Whitespace normalization.
Tim Peters
2002-05-23
*
More --disable-unicode stuff.
Michael W. Hudson
2002-05-20
*
Apply patch diff.txt from SF feature request
Walter Dörwald
2002-04-22
*
Whitespace normalization.
Tim Peters
2002-04-16
*
Apply the second version of SF patch http://www.python.org/sf/536241
Walter Dörwald
2002-04-15
*
Partially implement SF feature request 444708.
Guido van Rossum
2002-04-13
*
Add two tests for string.zfill
Andrew M. Kuchling
2002-03-29
*
Patch #445762: Support --disable-unicode
Martin v. Löwis
2001-08-17
*
This patch changes the way the string .encode() method works slightly
Marc-André Lemburg
2001-05-15
*
SF bug #422088: [OSF1 alpha] string.replace().
Tim Peters
2001-05-09
*
String method conversion.
Eric S. Raymond
2001-02-09
*
Fixed .capitalize() method of Unicode objects to work like the
Marc-André Lemburg
2001-01-29
*
Whitespace normalization. Leaving tokenize_tests.py alone for now.
Tim Peters
2001-01-18
[next]