aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_string.py
Commit message (Expand)AuthorAge
* Tidy up the additional string module tests added at the Pycon sprints (closes...Nick Coghlan2011-05-31
* #11515: Merge with 3.2.Ezio Melotti2011-03-15
|\
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-15
| * Merged revisions 75074 via svnmerge fromEzio Melotti2009-09-26
| * Merged revisions 75072 via svnmerge fromEzio Melotti2009-09-26
* | Close #11505: Improve string.py coverageNick Coghlan2011-03-15
* | Merged revisions 75070 via svnmerge fromEzio Melotti2009-09-26
* | string.capwords is still around, adding back the testsEzio Melotti2009-09-26
|/
* Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecateGeorg Brandl2009-04-12
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* string.maketrans() now produces translation tables for bytes.translate() -- w...Georg Brandl2007-08-31
* Changed signature of string.Formatter.get_field, per suggestion byEric Smith2007-08-31
* Added test cases for string.Formatter subclassing.Eric Smith2007-08-31
* PEP 3101: Completed string.Formatter class. Reimplemented field_name to obje...Eric Smith2007-08-26
* Implementation of PEP 3101, Advanced String Formatting.Eric Smith2007-08-25
* Remove string.{letters,lowercase,uppercase}.Martin v. Löwis2007-08-14
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-17
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Fix bug:Michael W. Hudson2005-10-21
* Move test_bug1001011() to string_tests.MixinStrUnicodeTest so thatWalter Dörwald2004-08-26
* SF Patch #1007087: Return new string for single subclass joins (Bug #1001011)Raymond Hettinger2004-08-23
* 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
* Whitespace normalization.Tim Peters2003-02-19
* String tests should test 8-bit strings :-)Marc-André Lemburg2002-12-30
* Patch for bug #659709: bogus computation of float lengthMarc-André Lemburg2002-12-29
* 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
* Whitespace normalization.Tim Peters2002-05-23
* Apply diff3.txt from SF patch http://www.python.org/sf/536241Walter Dörwald2002-04-17
* test(): Avoid a UnboundLocalError when a method is missing from both the stringFinn Bock2001-12-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
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-23
* Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'Thomas Wouters2000-08-04
* factor out test definitions to string_tests moduleJeremy Hylton2000-07-10
* Added tests for the new .isalpha() and .isalnum() methods.Marc-André Lemburg2000-07-05
* Marc-Andre Lemburg:Guido van Rossum2000-04-11
* On 17-Mar-2000, Marc-Andre Lemburg said:Barry Warsaw2000-03-20
* Marc-Andre Lemburg: test script for Unicode implementation.Guido van Rossum2000-03-10
* Added a couple of endswith test cases for bugs reported by Timbot.Barry Warsaw1999-06-15
* Added more tests of joinBarry Warsaw1999-06-14
* Two extra startswith testsBarry Warsaw1999-06-11
* Harness can now test object methods directly, if they aren't availableBarry Warsaw1999-06-11
* Regression test for the new string methods.Barry Warsaw1999-06-10