Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
21121e64b4245e51b85b9d2bc9b29acb86ae79eb
/
Lib
/
test
/
test_str.py
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
4b94b19
Issue 6089: str.format raises SystemError.
by Eric Smith
· 16 years ago
6f42edb
Issue 5237, Allow auto-numbered replacement fields in str.format() strings.
by Eric Smith
· 16 years ago
92a6240
Preemptively backport the relevant parts of r65420
by Antoine Pitrou
· 17 years ago
979395b
Moved testing of builtin types out of test_builtin and into type specific modules
by Benjamin Peterson
· 17 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
a9f7d62
Backport of PEP 3101, Advanced String Formatting, from py3k.
by Eric Smith
· 17 years ago
ba965de
Prevent these tests from running on Win64 since they don\'t apply there either
by Neal Norwitz
· 18 years ago
7dbd2a3
Prevent expandtabs() on string and unicode objects from causing a segfault when
by Neal Norwitz
· 18 years ago
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