1. c31f12d check that exception messages are not empty (#22379) by Benjamin Peterson · 10 years ago
  2. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  3. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  4. a146bef Catch deprecation warnings emitted when non-integers are formatted with %c, %o by Serhiy Storchaka · 10 years ago
  5. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  6. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  7. 745d54d #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs(). by Ezio Melotti · 11 years ago
  8. 65f7a9e Remove duplicated tests. by Ezio Melotti · 11 years ago
  9. 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  10. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  11. 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
  12. 59043f9 merge 3.2 (#15801) by Benjamin Peterson · 12 years ago
  13. 28a6cfa use the stricter PyMapping_Check (closes #15801) by Benjamin Peterson · 12 years ago
  14. b3f5501 Close #15534: Fix a typo in the fast search function of the string library (_s => s) by Victor Stinner · 12 years ago
  15. 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
  16. 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
  17. b2bf01d use full unicode mappings for upper/lower/title case (#12736) by Benjamin Peterson · 13 years ago
  18. ac65d96 Issue #12170: The count(), find(), rfind(), index() and rindex() methods by Antoine Pitrou · 13 years ago
  19. 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
  20. ee8d998 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 13 years ago
  21. af92842 Use non-deprecated method name. by Ezio Melotti · 13 years ago
  22. 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  23. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  24. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  25. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  26. a87b383 Reenable test_ucs4 and remove some duplicated lines. by Florent Xicluna · 14 years ago
  27. fcdf9f2 Merged revisions 77731 via svnmerge from by Ezio Melotti · 14 years ago
  28. b19f43d Merged revisions 77729 via svnmerge from by Ezio Melotti · 14 years ago
  29. 2e544fb Merged revisions 77249 via svnmerge from by Antoine Pitrou · 15 years ago
  30. 74edda0 Merged revisions 77247 via svnmerge from by Antoine Pitrou · 15 years ago
  31. da2ecaf Merged revisions 77241 via svnmerge from by Antoine Pitrou · 15 years ago
  32. 5c2db37 Issue #7435: Remove duplicate int/long tests, and other by Mark Dickinson · 15 years ago
  33. f489caf Issue #5859: Remove use of fixed-length buffers for float formatting by Mark Dickinson · 15 years ago
  34. f2e9368 Merged revisions 66631 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  35. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  36. a612dc0 Merged revisions 61034-61036,61038-61048 via svnmerge from by Christian Heimes · 16 years ago
  37. 53dbe39 Move UserList to collections. by Raymond Hettinger · 16 years ago
  38. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  39. b2b6262 Removed some leftovers from the str8 days by Christian Heimes · 17 years ago
  40. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  41. 9cd1775 Merged revisions 59005-59040 via svnmerge from by Christian Heimes · 17 years ago
  42. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  43. 75a902d Patch 1280, by Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  44. f104429 Patch # 1145 by Thomas Lee: by Guido van Rossum · 17 years ago
  45. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  46. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  47. 09549f4 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  48. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  49. f903f00 Fix some tests by deleting stuff. by Guido van Rossum · 17 years ago
  50. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  51. 9b77553 Rename checks for test_support.have_unicode (we always by Walter Dörwald · 17 years ago
  52. 4c271fe Fix test_str.py so that it tests the str8 class. by Walter Dörwald · 17 years ago
  53. ea0ebd8 Make test_str.py pass. by Guido van Rossum · 17 years ago
  54. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  55. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  56. 67e8388 test_unicode.py passes again 9except for problems with the idna codec. by Walter Dörwald · 17 years ago
  57. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  58. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  59. c788554 Addendum of patch #1669633: additional tests for bytes methods. by Georg Brandl · 17 years ago
  60. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  61. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  62. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  63. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  64. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  65. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  66. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  67. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  68. b2308bb Fix bug: by Michael W. Hudson · 19 years ago
  69. 6eea789 Disable encoding/decoding test, if unicode is disabled. by Walter Dörwald · 19 years ago
  70. 57e7447 * Beef-up tests for str.count(). by Raymond Hettinger · 19 years ago
  71. 7cbf1bc * Beef-up testing of str.__contains__() and str.find(). by Raymond Hettinger · 19 years ago
  72. 561fbf1 SF bug #1054139: serious string hashing error in 2.4b1 by Raymond Hettinger · 20 years ago
  73. 108f137 test_bug1001011(): Verify that by Tim Peters · 20 years ago
  74. 57d88e5 Move test_bug1001011() to string_tests.MixinStrUnicodeTest so that by Walter Dörwald · 20 years ago
  75. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  76. 5f51259 Add iswide() and width() method for UserString according as the by Hye-Shik Chang · 20 years ago
  77. 75c00ef [SF #866875] Add a specialized routine for one character by Hye-Shik Chang · 21 years ago
  78. 7fc4cf5 Fix unicode.rsplit()'s bug that ignores separater on the end of string when by Hye-Shik Chang · 21 years ago
  79. 3ae811b Add rsplit method for str and unicode builtin types. by Hye-Shik Chang · 21 years ago
  80. 4f8f976 Add optional fillchar argument to ljust(), rjust(), and center() string methods. by Raymond Hettinger · 21 years ago
  81. 9bfe533 SF bug #795506: Wrong handling of string format code for float values. by Raymond Hettinger · 21 years ago
  82. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  83. ffe33b7 Attempt to make all the various string *strip methods the same. by Neal Norwitz · 21 years ago
  84. 43440a6 Fix PyString_Format() so that '%c' % u'a' returns u'a' by Walter Dörwald · 21 years ago
  85. 97951de Add two tests for simple error cases. by Walter Dörwald · 21 years ago
  86. 15ff0e9 Get test to work on alpha by Neal Norwitz · 21 years ago
  87. 0fd583c Port all string tests to PyUnit and share as much tests by Walter Dörwald · 21 years ago
  88. 00b6127 Patch #650653: Raise always value error if the table is not 256 bytes long. by Martin v. Löwis · 22 years ago
  89. b981df9 check for str.__mod__ by Neil Schemenauer · 22 years ago
  90. 8b1a6d6 Code by Inyeol Lee, submitted to SF bug 595350, to implement by Guido van Rossum · 22 years ago
  91. c35491e Moved inplace add and multiply methods from UserString to MutableString. by Raymond Hettinger · 22 years ago
  92. 8da9da0 Revised the test suite for 'contains' to use the test() function argument by Raymond Hettinger · 22 years ago
  93. 469cdad Whitespace normalization. by Tim Peters · 22 years ago
  94. 817918c Committing patch #591250 which provides "str1 in str2" when str1 is a by Barry Warsaw · 22 years ago
  95. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  96. 1f68fc7 SF bug # 493951 string.{starts,ends}with vs slices by Neal Norwitz · 22 years ago
  97. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  98. f207277 More --disable-unicode stuff. by Michael W. Hudson · 22 years ago
  99. de02bcb Apply patch diff.txt from SF feature request http://www.python.org/sf/444708 by Walter Dörwald · 22 years ago
  100. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago