Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
208eec2cad5dcfdd7fe2c8fa706ec5e89533c87d
/
Lib
/
test
/
test_str.py
c3647ac
Make subclasses of int, long, complex, float, and unicode perform type
by Brett Cannon
· 20 years ago
57d88e5
Move test_bug1001011() to string_tests.MixinStrUnicodeTest so that
by Walter Dörwald
· 21 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
43440a6
Fix PyString_Format() so that '%c' % u'a' returns u'a'
by Walter Dörwald
· 22 years ago
0fd583c
Port all string tests to PyUnit and share as much tests
by Walter Dörwald
· 22 years ago