Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
3c919cf140170a03c20ec68a8fe63586b718d057
/
Lib
/
test
/
test_string.py
9aac245
#7000: document "sep" in capwords. Add a few tests
by Ezio Melotti
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
d0c8412
Added '#' formatting to integers. This adds the 0b, 0o, or 0x prefix for bin, oct, hex. There's still one failing case, and I need to finish the docs. I hope to finish those today.
by Eric Smith
· 17 years ago
a9f7d62
Backport of PEP 3101, Advanced String Formatting, from py3k.
by Eric Smith
· 17 years ago
288e89a
Added bytes and b'' as aliases for str and ''
by Christian Heimes
· 17 years ago
b2308bb
Fix bug:
by Michael W. Hudson
· 20 years ago
57d88e5
Move test_bug1001011() to string_tests.MixinStrUnicodeTest so that
by Walter Dörwald
· 21 years ago
674f241
SF Patch #1007087: Return new string for single subclass joins (Bug #1001011)
by Raymond Hettinger
· 21 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
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
f2715e0
Whitespace normalization.
by Tim Peters
· 22 years ago
63b482c
String tests should test 8-bit strings :-)
by Marc-André Lemburg
· 22 years ago
79f5783
Patch for bug #659709: bogus computation of float length
by Marc-André Lemburg
· 22 years ago
c35491e
Moved inplace add and multiply methods from UserString to MutableString.
by Raymond Hettinger
· 23 years ago
817918c
Committing patch #591250 which provides "str1 in str2" when str1 is a
by Barry Warsaw
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
8ac1495
Whitespace normalization.
by Tim Peters
· 23 years ago
2ee4be0
Apply diff3.txt from SF patch http://www.python.org/sf/536241
by Walter Dörwald
· 23 years ago
ed69aee
test(): Avoid a UnboundLocalError when a method is missing from both the string
by Finn Bock
· 23 years ago
f785042
a bold attempt to fix things broken by MAL's verify patch: import
by Fredrik Lundh
· 24 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 24 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
b9fa0a8
Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'
by Thomas Wouters
· 25 years ago
f82b04e
factor out test definitions to string_tests module
by Jeremy Hylton
· 25 years ago
9d46741
Added tests for the new .isalpha() and .isalnum() methods.
by Marc-André Lemburg
· 25 years ago
b28bc8c
Marc-Andre Lemburg:
by Guido van Rossum
· 25 years ago
51ac580
On 17-Mar-2000, Marc-Andre Lemburg said:
by Barry Warsaw
· 25 years ago
a831cac
Marc-Andre Lemburg: test script for Unicode implementation.
by Guido van Rossum
· 25 years ago
6e1d78a
Added a couple of endswith test cases for bugs reported by Timbot.
by Barry Warsaw
· 26 years ago
d525868
Added more tests of join
by Barry Warsaw
· 26 years ago
122473f
Two extra startswith tests
by Barry Warsaw
· 26 years ago
8a9514a
Harness can now test object methods directly, if they aren't available
by Barry Warsaw
· 26 years ago
50f0e16
Regression test for the new string methods.
by Barry Warsaw
· 26 years ago