1. af92842 Use non-deprecated method name. by Ezio Melotti · 13 years ago
  2. 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  3. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  4. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  5. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  6. a87b383 Reenable test_ucs4 and remove some duplicated lines. by Florent Xicluna · 14 years ago
  7. fcdf9f2 Merged revisions 77731 via svnmerge from by Ezio Melotti · 15 years ago
  8. b19f43d Merged revisions 77729 via svnmerge from by Ezio Melotti · 15 years ago
  9. 2e544fb Merged revisions 77249 via svnmerge from by Antoine Pitrou · 15 years ago
  10. 74edda0 Merged revisions 77247 via svnmerge from by Antoine Pitrou · 15 years ago
  11. da2ecaf Merged revisions 77241 via svnmerge from by Antoine Pitrou · 15 years ago
  12. 5c2db37 Issue #7435: Remove duplicate int/long tests, and other by Mark Dickinson · 15 years ago
  13. f489caf Issue #5859: Remove use of fixed-length buffers for float formatting by Mark Dickinson · 15 years ago
  14. f2e9368 Merged revisions 66631 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  15. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  16. a612dc0 Merged revisions 61034-61036,61038-61048 via svnmerge from by Christian Heimes · 16 years ago
  17. 53dbe39 Move UserList to collections. by Raymond Hettinger · 17 years ago
  18. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  19. b2b6262 Removed some leftovers from the str8 days by Christian Heimes · 17 years ago
  20. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  21. 9cd1775 Merged revisions 59005-59040 via svnmerge from by Christian Heimes · 17 years ago
  22. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  23. 75a902d Patch 1280, by Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  24. f104429 Patch # 1145 by Thomas Lee: by Guido van Rossum · 17 years ago
  25. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  26. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  27. 09549f4 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  28. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  29. f903f00 Fix some tests by deleting stuff. by Guido van Rossum · 17 years ago
  30. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  31. 9b77553 Rename checks for test_support.have_unicode (we always by Walter Dörwald · 17 years ago
  32. 4c271fe Fix test_str.py so that it tests the str8 class. by Walter Dörwald · 17 years ago
  33. ea0ebd8 Make test_str.py pass. by Guido van Rossum · 17 years ago
  34. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  35. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  36. 67e8388 test_unicode.py passes again 9except for problems with the idna codec. by Walter Dörwald · 17 years ago
  37. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  38. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  39. c788554 Addendum of patch #1669633: additional tests for bytes methods. by Georg Brandl · 17 years ago
  40. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  41. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  42. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  43. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  44. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  45. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  46. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  47. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  48. b2308bb Fix bug: by Michael W. Hudson · 19 years ago
  49. 6eea789 Disable encoding/decoding test, if unicode is disabled. by Walter Dörwald · 19 years ago
  50. 57e7447 * Beef-up tests for str.count(). by Raymond Hettinger · 19 years ago
  51. 7cbf1bc * Beef-up testing of str.__contains__() and str.find(). by Raymond Hettinger · 20 years ago
  52. 561fbf1 SF bug #1054139: serious string hashing error in 2.4b1 by Raymond Hettinger · 20 years ago
  53. 108f137 test_bug1001011(): Verify that by Tim Peters · 20 years ago
  54. 57d88e5 Move test_bug1001011() to string_tests.MixinStrUnicodeTest so that by Walter Dörwald · 20 years ago
  55. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  56. 5f51259 Add iswide() and width() method for UserString according as the by Hye-Shik Chang · 20 years ago
  57. 75c00ef [SF #866875] Add a specialized routine for one character by Hye-Shik Chang · 21 years ago
  58. 7fc4cf5 Fix unicode.rsplit()'s bug that ignores separater on the end of string when by Hye-Shik Chang · 21 years ago
  59. 3ae811b Add rsplit method for str and unicode builtin types. by Hye-Shik Chang · 21 years ago
  60. 4f8f976 Add optional fillchar argument to ljust(), rjust(), and center() string methods. by Raymond Hettinger · 21 years ago
  61. 9bfe533 SF bug #795506: Wrong handling of string format code for float values. by Raymond Hettinger · 21 years ago
  62. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  63. ffe33b7 Attempt to make all the various string *strip methods the same. by Neal Norwitz · 21 years ago
  64. 43440a6 Fix PyString_Format() so that '%c' % u'a' returns u'a' by Walter Dörwald · 21 years ago
  65. 97951de Add two tests for simple error cases. by Walter Dörwald · 21 years ago
  66. 15ff0e9 Get test to work on alpha by Neal Norwitz · 21 years ago
  67. 0fd583c Port all string tests to PyUnit and share as much tests by Walter Dörwald · 21 years ago
  68. 00b6127 Patch #650653: Raise always value error if the table is not 256 bytes long. by Martin v. Löwis · 22 years ago
  69. b981df9 check for str.__mod__ by Neil Schemenauer · 22 years ago
  70. 8b1a6d6 Code by Inyeol Lee, submitted to SF bug 595350, to implement by Guido van Rossum · 22 years ago
  71. c35491e Moved inplace add and multiply methods from UserString to MutableString. by Raymond Hettinger · 22 years ago
  72. 8da9da0 Revised the test suite for 'contains' to use the test() function argument by Raymond Hettinger · 22 years ago
  73. 469cdad Whitespace normalization. by Tim Peters · 22 years ago
  74. 817918c Committing patch #591250 which provides "str1 in str2" when str1 is a by Barry Warsaw · 22 years ago
  75. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  76. 1f68fc7 SF bug # 493951 string.{starts,ends}with vs slices by Neal Norwitz · 22 years ago
  77. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  78. f207277 More --disable-unicode stuff. by Michael W. Hudson · 22 years ago
  79. de02bcb Apply patch diff.txt from SF feature request http://www.python.org/sf/444708 by Walter Dörwald · 22 years ago
  80. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  81. 068325e Apply the second version of SF patch http://www.python.org/sf/536241 by Walter Dörwald · 22 years ago
  82. 018b0eb Partially implement SF feature request 444708. by Guido van Rossum · 22 years ago
  83. c6c9c4a Add two tests for string.zfill by Andrew M. Kuchling · 22 years ago
  84. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  85. 2d92041 This patch changes the way the string .encode() method works slightly by Marc-André Lemburg · 23 years ago
  86. 1a7b3ee SF bug #422088: [OSF1 alpha] string.replace(). by Tim Peters · 23 years ago
  87. fc170b1 String method conversion. by Eric S. Raymond · 24 years ago
  88. fde66e1 Fixed .capitalize() method of Unicode objects to work like the by Marc-André Lemburg · 24 years ago
  89. d2bf3b7 Whitespace normalization. Leaving tokenize_tests.py alone for now. by Tim Peters · 24 years ago
  90. 3a645e4 Added checks to prevent PyUnicode_Count() from dumping core by Marc-André Lemburg · 24 years ago
  91. 88887aa small updates to string_join: by Jeremy Hylton · 24 years ago
  92. 20f41b6 add more tests of string.join variants to run_method_tests by Jeremy Hylton · 24 years ago
  93. f82b04e factor out test definitions to string_tests module by Jeremy Hylton · 24 years ago