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
/
test_str.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some tests by deleting stuff.
Guido van Rossum
2007-06-14
1
-1/+0
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-0/+12
*
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
-11/+9
*
Fix %c overflow test.
Walter Dörwald
2007-05-05
1
-1/+1
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-9/+9
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-4/+4
*
Make the it_index field in the str/unicode iterators Py_ssize_t's.
Guido van Rossum
2006-08-17
1
-0/+8
*
Make subclasses of int, long, complex, float, and unicode perform type
Brett Cannon
2005-04-26
1
-0/+63
*
Move test_bug1001011() to string_tests.MixinStrUnicodeTest so that
Walter Dörwald
2004-08-26
1
-1/+2
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-3/+1
*
Fix PyString_Format() so that '%c' % u'a' returns u'a'
Walter Dörwald
2003-03-31
1
-0/+4
*
Port all string tests to PyUnit and share as much tests
Walter Dörwald
2003-02-21
1
-0/+23