aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_userstring.py
Commit message (Expand)AuthorAge
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-23
* Move UserString to collections.Raymond Hettinger2008-02-21
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-28
* Fix some tests by deleting stuff.Guido van Rossum2007-06-14
* Add support for negative indices in UserString.MutableString.__setitem__Walter Dörwald2005-02-18
* Fix copy & paste error.Walter Dörwald2005-02-17
* Add tests for the methods added by UserString.MutableString.Walter Dörwald2005-02-17
* Add a basic test for UserString.MutableString.Walter Dörwald2005-02-17
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-04
* Add iswide() and width() method for UserString according as theHye-Shik Chang2004-06-04
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-01
* Port all string tests to PyUnit and share as much testsWalter Dörwald2003-02-21
* Moved inplace add and multiply methods from UserString to MutableString.Raymond Hettinger2002-08-09
* Committing patch #591250 which provides "str1 in str2" when str1 is aBarry Warsaw2002-08-06
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* I am mad. This test never worked!Guido van Rossum2002-04-12
* String method conversion.Eric S. Raymond2001-02-09
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-17
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-17
* factor out test definitions to string_tests moduleJeremy Hylton2000-07-10
* UserString class from Peter Funk <pf@artcom-gmbh.de>.Fred Drake2000-04-03