aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_userstring.py
Commit message (Expand)AuthorAge
* gh-81005: Refactor str tests to reflect that str and unicode are merged in Py...Daniel Fortunov2023-05-23
* bpo-44110: Improve string's __getitem__ error message (GH-26042)Miguel Brito2021-06-27
* bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138)Daniel Fortunov2019-08-27
* bpo-25652: Fix __rmod__ of UserString (GH-13326)Batuhan Taşkaya2019-05-21
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-24
* Issue #23277: Remove unused support.run_unittest import.Serhiy Storchaka2016-04-24
* check that exception messages are not empty (#22379)Benjamin Peterson2014-09-28
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
* #16910: test_bytes, test_unicode, and test_userstring now work with unittest ...Ezio Melotti2013-01-10
* Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.spli...Mark Dickinson2011-09-24
* convert shebang lines: python -> python3Benjamin Peterson2010-03-11
* #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