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
*
Preemptively backport the relevant parts of r65420
Antoine Pitrou
2008-08-02
1
-0/+3
*
Moved testing of builtin types out of test_builtin and into type specific mod...
Benjamin Peterson
2008-05-03
1
-0/+14
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
1
-1/+0
*
Backport of PEP 3101, Advanced String Formatting, from py3k.
Eric Smith
2008-02-17
1
-0/+258
*
Prevent these tests from running on Win64 since they don\'t apply there either
Neal Norwitz
2007-06-11
1
-1/+2
*
Prevent expandtabs() on string and unicode objects from causing a segfault when
Neal Norwitz
2007-06-09
1
-0/+11
*
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