summaryrefslogtreecommitdiff
path: root/Lib/test/test_string.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31672: Restore the former behavior when override flags in Template. (#5099)Serhiy Storchaka2018-01-041-0/+18
* bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH...INADA Naoki2017-10-131-0/+6
* bpo-1198569: Allow string.Template braced pattern to be different (#3288)Barry Warsaw2017-09-041-0/+24
* Issue #29193: A format string argument for string.Formatter.format()Serhiy Storchaka2017-01-131-3/+2
* Issue #27185: Rename test_string_merged.py back to test_string.py.Serhiy Storchaka2016-06-031-0/+433
* Issue #27185: Rename test_string.py to test_string_merged.py.Serhiy Storchaka2016-06-031-191/+0
* Issue #25034: Merge from 3.4.Eric V. Smith2015-09-291-0/+2
|\
| * Fixed issue #25034: Fix string.Formatter problem with auto-numberingEric V. Smith2015-09-291-0/+2
* | #11754: test contents of string module attributes.R David Murray2015-04-131-9/+13
* | Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
* | Issue #23671: string.Template now allows to specify the "self" parameter asSerhiy Storchaka2015-03-241-0/+15
|\ \ | |/
| * Issue #23671: string.Template now allows to specify the "self" parameter asSerhiy Storchaka2015-03-241-0/+14
|/
* Issue #13598: Add auto-numbering of replacement fields to string.Formatter.Eric V. Smith2014-04-141-0/+17
* Merge #13579: teach string.Formatter about 'a'.R David Murray2012-08-191-0/+6
|\
| * #13579: teach string.Formatter about 'a'.R David Murray2012-08-191-0/+12
| * Backport improved test coverage for string.pyNick Coghlan2011-03-161-0/+24
* | Tidy up the additional string module tests added at the Pycon sprints (closes...Nick Coghlan2011-05-311-30/+38
* | #11515: Merge with 3.2.Ezio Melotti2011-03-151-1/+1
|\ \ | |/
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
| * Merged revisions 75074 via svnmerge fromEzio Melotti2009-09-261-0/+3
| * Merged revisions 75072 via svnmerge fromEzio Melotti2009-09-261-0/+8
* | Close #11505: Improve string.py coverageNick Coghlan2011-03-151-0/+24
* | Merged revisions 75070 via svnmerge fromEzio Melotti2009-09-261-0/+3
* | string.capwords is still around, adding back the testsEzio Melotti2009-09-261-0/+8
|/
* Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecateGeorg Brandl2009-04-121-8/+0
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* string.maketrans() now produces translation tables for bytes.translate() -- w...Georg Brandl2007-08-311-3/+4
* Changed signature of string.Formatter.get_field, per suggestion byEric Smith2007-08-311-0/+22
* Added test cases for string.Formatter subclassing.Eric Smith2007-08-311-0/+38
* PEP 3101: Completed string.Formatter class. Reimplemented field_name to obje...Eric Smith2007-08-261-2/+21
* Implementation of PEP 3101, Advanced String Formatting.Eric Smith2007-08-251-0/+8
* Remove string.{letters,lowercase,uppercase}.Martin v. Löwis2007-08-141-3/+3
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-87/+2
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Fix bug:Michael W. Hudson2005-10-211-0/+11
* Move test_bug1001011() to string_tests.MixinStrUnicodeTest so thatWalter Dörwald2004-08-261-22/+0
* SF Patch #1007087: Return new string for single subclass joins (Bug #1001011)Raymond Hettinger2004-08-231-0/+23
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-4/+1
* Port all string tests to PyUnit and share as much testsWalter Dörwald2003-02-211-84/+104
* Whitespace normalization.Tim Peters2003-02-191-1/+0
* String tests should test 8-bit strings :-)Marc-André Lemburg2002-12-301-1/+1
* Patch for bug #659709: bogus computation of float lengthMarc-André Lemburg2002-12-291-0/+26
* 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
* Whitespace normalization.Tim Peters2002-05-231-1/+1
* Apply diff3.txt from SF patch http://www.python.org/sf/536241Walter Dörwald2002-04-171-0/+19
* test(): Avoid a UnboundLocalError when a method is missing from both the stringFinn Bock2001-12-091-0/+1
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1