1. 14514d9 bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375) by Zackery Spytz · 5 years ago
  2. b015fc8 bpo-36549: str.capitalize now titlecases the first character instead of uppercasing it (GH-12804) by Kingsley M · 5 years ago
  3. bea5706 bpo-32677: Optimize str.isascii() (GH-5356) by INADA Naoki · 6 years ago
  4. a49ac99 bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) by INADA Naoki · 6 years ago
  5. 731b1b1 Remove relics of str8 (became bytes) and buffer (bytearray) type tests by Martin Panter · 8 years ago
  6. 0d0db6c Issue #26712: Unify (r)split, (l/r)strip tests into string_tests by Martin Panter · 8 years ago
  7. 152a19c Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest by Martin Panter · 8 years ago
  8. 275bd96 Issue #19587: Remove masked and redundant tests in test_bytes by Martin Panter · 8 years ago
  9. 6f9b010 Fix a couple of typos in code comments by Martin Panter · 9 years ago
  10. d4ea03c Issue #24284: The startswith and endswith methods of the str class no longer by Serhiy Storchaka · 9 years ago
  11. a2f9388 merge 3.4 (#22379) by Benjamin Peterson · 10 years ago
  12. c31f12d check that exception messages are not empty (#22379) by Benjamin Peterson · 10 years ago
  13. 38d872e Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exception by Ethan Furman · 10 years ago
  14. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  15. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  16. a146bef Catch deprecation warnings emitted when non-integers are formatted with %c, %o by Serhiy Storchaka · 10 years ago
  17. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  18. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  19. 745d54d #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs(). by Ezio Melotti · 11 years ago
  20. 65f7a9e Remove duplicated tests. by Ezio Melotti · 11 years ago
  21. 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  22. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  23. 0dceb56 #16910: test_bytes, test_unicode, and test_userstring now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  24. 59043f9 merge 3.2 (#15801) by Benjamin Peterson · 12 years ago
  25. 28a6cfa use the stricter PyMapping_Check (closes #15801) by Benjamin Peterson · 12 years ago
  26. b3f5501 Close #15534: Fix a typo in the fast search function of the string library (_s => s) by Victor Stinner · 12 years ago
  27. 99e2e55 Issue #14700: Fix two broken and undefined-behaviour-inducing overflow checks in old-style string formatting. Thanks Serhiy Storchaka for report and original patch. by Mark Dickinson · 12 years ago
  28. cda6b6d #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearray.split may now be passed as keyword arguments. by Ezio Melotti · 12 years ago
  29. b2bf01d use full unicode mappings for upper/lower/title case (#12736) by Benjamin Peterson · 13 years ago
  30. ac65d96 Issue #12170: The count(), find(), rfind(), index() and rindex() methods by Antoine Pitrou · 13 years ago
  31. 0d5f6ad Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.splitlines, bytes.splitlines and bytearray.splitlines. by Mark Dickinson · 13 years ago
  32. ee8d998 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 13 years ago
  33. af92842 Use non-deprecated method name. by Ezio Melotti · 13 years ago
  34. 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  35. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  36. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  37. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  38. a87b383 Reenable test_ucs4 and remove some duplicated lines. by Florent Xicluna · 14 years ago
  39. fcdf9f2 Merged revisions 77731 via svnmerge from by Ezio Melotti · 15 years ago
  40. b19f43d Merged revisions 77729 via svnmerge from by Ezio Melotti · 15 years ago
  41. 2e544fb Merged revisions 77249 via svnmerge from by Antoine Pitrou · 15 years ago
  42. 74edda0 Merged revisions 77247 via svnmerge from by Antoine Pitrou · 15 years ago
  43. da2ecaf Merged revisions 77241 via svnmerge from by Antoine Pitrou · 15 years ago
  44. 5c2db37 Issue #7435: Remove duplicate int/long tests, and other by Mark Dickinson · 15 years ago
  45. f489caf Issue #5859: Remove use of fixed-length buffers for float formatting by Mark Dickinson · 15 years ago
  46. f2e9368 Merged revisions 66631 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  47. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  48. a612dc0 Merged revisions 61034-61036,61038-61048 via svnmerge from by Christian Heimes · 16 years ago
  49. 53dbe39 Move UserList to collections. by Raymond Hettinger · 16 years ago
  50. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  51. b2b6262 Removed some leftovers from the str8 days by Christian Heimes · 17 years ago
  52. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  53. 9cd1775 Merged revisions 59005-59040 via svnmerge from by Christian Heimes · 17 years ago
  54. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  55. 75a902d Patch 1280, by Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  56. f104429 Patch # 1145 by Thomas Lee: by Guido van Rossum · 17 years ago
  57. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  58. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  59. 09549f4 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  60. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  61. f903f00 Fix some tests by deleting stuff. by Guido van Rossum · 17 years ago
  62. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  63. 9b77553 Rename checks for test_support.have_unicode (we always by Walter Dörwald · 17 years ago
  64. 4c271fe Fix test_str.py so that it tests the str8 class. by Walter Dörwald · 17 years ago
  65. ea0ebd8 Make test_str.py pass. by Guido van Rossum · 17 years ago
  66. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  67. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  68. 67e8388 test_unicode.py passes again 9except for problems with the idna codec. by Walter Dörwald · 17 years ago
  69. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  70. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  71. c788554 Addendum of patch #1669633: additional tests for bytes methods. by Georg Brandl · 17 years ago
  72. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  73. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  74. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  75. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  76. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  77. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  78. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  79. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  80. b2308bb Fix bug: by Michael W. Hudson · 19 years ago
  81. 6eea789 Disable encoding/decoding test, if unicode is disabled. by Walter Dörwald · 19 years ago
  82. 57e7447 * Beef-up tests for str.count(). by Raymond Hettinger · 19 years ago
  83. 7cbf1bc * Beef-up testing of str.__contains__() and str.find(). by Raymond Hettinger · 19 years ago
  84. 561fbf1 SF bug #1054139: serious string hashing error in 2.4b1 by Raymond Hettinger · 20 years ago
  85. 108f137 test_bug1001011(): Verify that by Tim Peters · 20 years ago
  86. 57d88e5 Move test_bug1001011() to string_tests.MixinStrUnicodeTest so that by Walter Dörwald · 20 years ago
  87. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  88. 5f51259 Add iswide() and width() method for UserString according as the by Hye-Shik Chang · 20 years ago
  89. 75c00ef [SF #866875] Add a specialized routine for one character by Hye-Shik Chang · 21 years ago
  90. 7fc4cf5 Fix unicode.rsplit()'s bug that ignores separater on the end of string when by Hye-Shik Chang · 21 years ago
  91. 3ae811b Add rsplit method for str and unicode builtin types. by Hye-Shik Chang · 21 years ago
  92. 4f8f976 Add optional fillchar argument to ljust(), rjust(), and center() string methods. by Raymond Hettinger · 21 years ago
  93. 9bfe533 SF bug #795506: Wrong handling of string format code for float values. by Raymond Hettinger · 21 years ago
  94. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  95. ffe33b7 Attempt to make all the various string *strip methods the same. by Neal Norwitz · 21 years ago
  96. 43440a6 Fix PyString_Format() so that '%c' % u'a' returns u'a' by Walter Dörwald · 21 years ago
  97. 97951de Add two tests for simple error cases. by Walter Dörwald · 21 years ago
  98. 15ff0e9 Get test to work on alpha by Neal Norwitz · 21 years ago
  99. 0fd583c Port all string tests to PyUnit and share as much tests by Walter Dörwald · 21 years ago
  100. 00b6127 Patch #650653: Raise always value error if the table is not 256 bytes long. by Martin v. Löwis · 22 years ago