Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2b3ce3ba3f6f3fa688cb9e38de640e8cb15c4095
/
Lib
/
test
/
string_tests.py
00b6127
Patch #650653: Raise always value error if the table is not 256 bytes long.
by Martin v. Löwis
· 23 years ago
b981df9
check for str.__mod__
by Neil Schemenauer
· 23 years ago
8b1a6d6
Code by Inyeol Lee, submitted to SF bug 595350, to implement
by Guido van Rossum
· 23 years ago
c35491e
Moved inplace add and multiply methods from UserString to MutableString.
by Raymond Hettinger
· 23 years ago
8da9da0
Revised the test suite for 'contains' to use the test() function argument
by Raymond Hettinger
· 23 years ago
469cdad
Whitespace normalization.
by Tim Peters
· 23 years ago
817918c
Committing patch #591250 which provides "str1 in str2" when str1 is a
by Barry Warsaw
· 23 years ago
408b6d3
Complete the absolute import patch for the test suite. All relative
by Barry Warsaw
· 23 years ago
1f68fc7
SF bug # 493951 string.{starts,ends}with vs slices
by Neal Norwitz
· 23 years ago
8ac1495
Whitespace normalization.
by Tim Peters
· 23 years ago
f207277
More --disable-unicode stuff.
by Michael W. Hudson
· 23 years ago
de02bcb
Apply patch diff.txt from SF feature request http://www.python.org/sf/444708
by Walter Dörwald
· 23 years ago
863ac44
Whitespace normalization.
by Tim Peters
· 23 years ago
068325e
Apply the second version of SF patch http://www.python.org/sf/536241
by Walter Dörwald
· 23 years ago
018b0eb
Partially implement SF feature request 444708.
by Guido van Rossum
· 23 years ago
c6c9c4a
Add two tests for string.zfill
by Andrew M. Kuchling
· 23 years ago
339d0f7
Patch #445762: Support --disable-unicode
by Martin v. Löwis
· 24 years ago
2d92041
This patch changes the way the string .encode() method works slightly
by Marc-André Lemburg
· 24 years ago
1a7b3ee
SF bug #422088: [OSF1 alpha] string.replace().
by Tim Peters
· 24 years ago
fc170b1
String method conversion.
by Eric S. Raymond
· 24 years ago
fde66e1
Fixed .capitalize() method of Unicode objects to work like the
by Marc-André Lemburg
· 24 years ago
d2bf3b7
Whitespace normalization. Leaving tokenize_tests.py alone for now.
by Tim Peters
· 24 years ago
3a645e4
Added checks to prevent PyUnicode_Count() from dumping core
by Marc-André Lemburg
· 24 years ago
88887aa
small updates to string_join:
by Jeremy Hylton
· 25 years ago
20f41b6
add more tests of string.join variants to run_method_tests
by Jeremy Hylton
· 25 years ago
f82b04e
factor out test definitions to string_tests module
by Jeremy Hylton
· 25 years ago