summaryrefslogtreecommitdiff
path: root/Lib/test/test_userstring.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* Issue #23277: Remove unused support.run_unittest import.Serhiy Storchaka2016-04-241-1/+1
* check that exception messages are not empty (#22379)Benjamin Peterson2014-09-281-7/+5
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-1/+0
* #16910: test_bytes, test_unicode, and test_userstring now work with unittest ...Ezio Melotti2013-01-101-4/+3
* Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.spli...Mark Dickinson2011-09-241-2/+2
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Move UserString to collections.Raymond Hettinger2008-02-211-92/+2
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-0/+23
* Fix some tests by deleting stuff.Guido van Rossum2007-06-141-2/+0
* Add support for negative indices in UserString.MutableString.__setitem__Walter Dörwald2005-02-181-7/+7
* Fix copy & paste error.Walter Dörwald2005-02-171-2/+2
* Add tests for the methods added by UserString.MutableString.Walter Dörwald2005-02-171-0/+62
* Add a basic test for UserString.MutableString.Walter Dörwald2005-02-171-2/+9
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-041-2/+1
* Add iswide() and width() method for UserString according as theHye-Shik Chang2004-06-041-1/+2
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-3/+1
* Port all string tests to PyUnit and share as much testsWalter Dörwald2003-02-211-39/+46
* Moved inplace add and multiply methods from UserString to MutableString.Raymond Hettinger2002-08-091-0/+1
* Committing patch #591250 which provides "str1 in str2" when str1 is aBarry Warsaw2002-08-061-0/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-2/+2
* I am mad. This test never worked!Guido van Rossum2002-04-121-16/+14
* String method conversion.Eric S. Raymond2001-02-091-1/+1
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* factor out test definitions to string_tests moduleJeremy Hylton2000-07-101-184/+2
* UserString class from Peter Funk <pf@artcom-gmbh.de>.Fred Drake2000-04-031-0/+227