1. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  2. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  3. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  4. b3a65f8 Move UserString to collections. by Raymond Hettinger · 16 years ago
  5. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  6. f903f00 Fix some tests by deleting stuff. by Guido van Rossum · 17 years ago
  7. af3b39a Add support for negative indices in UserString.MutableString.__setitem__ by Walter Dörwald · 20 years ago
  8. 1fd4db9 Fix copy & paste error. by Walter Dörwald · 20 years ago
  9. 7f79152 Add tests for the methods added by UserString.MutableString. by Walter Dörwald · 20 years ago
  10. 3040b19 Add a basic test for UserString.MutableString. by Walter Dörwald · 20 years ago
  11. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  12. 5f51259 Add iswide() and width() method for UserString according as the by Hye-Shik Chang · 20 years ago
  13. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  14. 0fd583c Port all string tests to PyUnit and share as much tests by Walter Dörwald · 22 years ago
  15. c35491e Moved inplace add and multiply methods from UserString to MutableString. by Raymond Hettinger · 22 years ago
  16. 817918c Committing patch #591250 which provides "str1 in str2" when str1 is a by Barry Warsaw · 22 years ago
  17. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  18. d854f3b I am mad. This test never worked! by Guido van Rossum · 22 years ago
  19. 2846b0a String method conversion. by Eric S. Raymond · 24 years ago
  20. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  21. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  22. f82b04e factor out test definitions to string_tests module by Jeremy Hylton · 24 years ago
  23. a22b576 UserString class from Peter Funk <pf@artcom-gmbh.de>. by Fred Drake · 24 years ago