22 Commits (d858df20d0d82eeefbdbe9982cfd68207a0cd446)

Author SHA1 Message Date
Benjamin Peterson ee8712cda4 #2621 rename test.test_support to test.support 18 years ago
Christian Heimes 05e8be17fd Merged revisions 60990-61002 via svnmerge from 18 years ago
Raymond Hettinger b3a65f8d19 Move UserString to collections. 18 years ago
Thomas Wouters ed03b4121e Merge the trunk changes in. Breaks socket.ssl for now. 19 years ago
Guido van Rossum f903f00ee2 Fix some tests by deleting stuff. 19 years ago
Walter Dörwald af3b39a182 Add support for negative indices in UserString.MutableString.__setitem__ 21 years ago
Walter Dörwald 1fd4db9c6c Fix copy & paste error. 21 years ago
Walter Dörwald 7f79152929 Add tests for the methods added by UserString.MutableString. 21 years ago
Walter Dörwald 3040b19976 Add a basic test for UserString.MutableString. 21 years ago
Hye-Shik Chang e9ddfbb412 SF #989185: Drop unicode.iswide() and unicode.width() and add 22 years ago
Hye-Shik Chang 5f5125997b Add iswide() and width() method for UserString according as the 22 years ago
Walter Dörwald 21d3a32b99 Combine the functionality of test_support.run_unittest() 23 years ago
Walter Dörwald 0fd583ce4d Port all string tests to PyUnit and share as much tests 23 years ago
Raymond Hettinger c35491ee3a Moved inplace add and multiply methods from UserString to MutableString. 24 years ago
Barry Warsaw 817918cc3c Committing patch #591250 which provides "str1 in str2" when str1 is a 24 years ago
Barry Warsaw 04f357cffe Get rid of relative imports in all unittests. Now anything that 24 years ago
Guido van Rossum d854f3b3cc I am mad. This test never worked! 24 years ago
Eric S. Raymond 2846b0ab41 String method conversion. 25 years ago
Fredrik Lundh f785042433 a bold attempt to fix things broken by MAL's verify patch: import 25 years ago
Marc-André Lemburg 3661908a6a This patch removes all uses of "assert" in the regression test suite 25 years ago
Jeremy Hylton f82b04ecbb factor out test definitions to string_tests module 26 years ago
Fred Drake a22b576d05 UserString class from Peter Funk <pf@artcom-gmbh.de>. 26 years ago