1. 2cb82d2 bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138) (GH-15557) by Miss Islington (bot) · 5 years ago
  2. 7abf8c6 bpo-25652: Fix __rmod__ of UserString (GH-13326) by Batuhan Taşkaya · 5 years ago
  3. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  4. 597d15a Issue #23277: Remove unused support.run_unittest import. by Serhiy Storchaka · 8 years ago
  5. c31f12d check that exception messages are not empty (#22379) by Benjamin Peterson · 10 years ago
  6. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  7. 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
  8. 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
  9. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  10. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  11. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  12. b3a65f8 Move UserString to collections. by Raymond Hettinger · 16 years ago
  13. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  14. f903f00 Fix some tests by deleting stuff. by Guido van Rossum · 17 years ago
  15. af3b39a Add support for negative indices in UserString.MutableString.__setitem__ by Walter Dörwald · 19 years ago
  16. 1fd4db9 Fix copy & paste error. by Walter Dörwald · 19 years ago
  17. 7f79152 Add tests for the methods added by UserString.MutableString. by Walter Dörwald · 19 years ago
  18. 3040b19 Add a basic test for UserString.MutableString. by Walter Dörwald · 19 years ago
  19. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  20. 5f51259 Add iswide() and width() method for UserString according as the by Hye-Shik Chang · 20 years ago
  21. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  22. 0fd583c Port all string tests to PyUnit and share as much tests by Walter Dörwald · 21 years ago
  23. c35491e Moved inplace add and multiply methods from UserString to MutableString. by Raymond Hettinger · 22 years ago
  24. 817918c Committing patch #591250 which provides "str1 in str2" when str1 is a by Barry Warsaw · 22 years ago
  25. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  26. d854f3b I am mad. This test never worked! by Guido van Rossum · 22 years ago
  27. 2846b0a String method conversion. by Eric S. Raymond · 23 years ago
  28. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  29. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  30. f82b04e factor out test definitions to string_tests module by Jeremy Hylton · 24 years ago
  31. a22b576 UserString class from Peter Funk <pf@artcom-gmbh.de>. by Fred Drake · 24 years ago