summaryrefslogtreecommitdiff
path: root/Lib/test/test_userstring.py
Commit message (Expand)AuthorAgeFilesLines
* Change deprecated Exception.message to Exception.args-[0] where the use ofTerry Jan Reedy2014-10-121-1/+1
* give exception a nice message (closes #22379)Benjamin Peterson2014-09-281-7/+5
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-1/+0
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-2/+2
* #7092: silence more -3 and -Wd warningsEzio Melotti2010-01-311-1/+4
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-1/+1
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-3/+0
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-0/+3
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-1/+1
* warnings.catch_warnings() now returns a list or None instead of the customBrett Cannon2008-09-091-1/+1
* UserString.MutableString has been removed in Python 3.0.Brett Cannon2008-05-291-2/+5
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Improve extended slicing support in builtin types and classes. Specifically:Thomas Wouters2007-08-281-0/+23
* 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