summaryrefslogtreecommitdiff
path: root/Lib/string.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31672: Restore the former behavior when override flags in Template. (#5099)Serhiy Storchaka2018-01-041-4/+1
* bpo-31672 - Add one last minor clarification for idpattern (#4483)Barry Warsaw2017-11-211-4/+7
* bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH...INADA Naoki2017-10-131-1/+5
* bpo-1198569: Allow string.Template braced pattern to be different (#3288)Barry Warsaw2017-09-041-1/+3
* Issue #29193: A format string argument for string.Formatter.format()Serhiy Storchaka2017-01-131-8/+2
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-1/+1
* Closes #26809: Merge with 3.5Zachary Ware2016-06-041-3/+7
|\
| * Issue #26809: Add __all__ to string module. Patch by Emanuel BarryZachary Ware2016-06-041-3/+7
* | Issue #25034: Merge from 3.5.Eric V. Smith2015-09-291-5/+6
|\ \ | |/
| * Issue #25034: Merge from 3.4.Eric V. Smith2015-09-291-5/+6
| |\
| | * Fixed issue #25034: Fix string.Formatter problem with auto-numberingEric V. Smith2015-09-291-5/+6
| * | Reverting my previous commit.Yury Selivanov2015-05-301-2/+7
|/ /
* | Issue #24309: Removed Python 2 idioms.Serhiy Storchaka2015-05-281-7/+2
* | Issue #23671: string.Template now allows to specify the "self" parameter asSerhiy Storchaka2015-03-241-3/+26
|\ \ | |/
| * Issue #23671: string.Template now allows to specify the "self" parameter asSerhiy Storchaka2015-03-241-3/+23
|/
* Issue #13598: Add auto-numbering of replacement fields to string.Formatter.Eric V. Smith2014-04-141-2/+21
* Merge #13579: teach string.Formatter about 'a'.R David Murray2012-08-191-4/+6
|\
| * #13579: teach string.Formatter about 'a'.R David Murray2012-08-191-4/+6
* | #13012: use splitlines(keepends=True/False) instead of splitlines(0/1).Ezio Melotti2011-09-281-1/+1
* | Issue #11297: Add collections.ChainMap()Raymond Hettinger2011-02-261-3/+3
* | Factor-out common code for helper classes.Raymond Hettinger2011-02-221-19/+3
|/
* #9418: first step of moving private string methods to _string module.Georg Brandl2010-10-141-4/+6
* Issue #1686: Fix string.Template when overriding the pattern attribute.Florent Xicluna2010-09-181-9/+3
* typoFlorent Xicluna2010-09-061-2/+2
* #6630: allow customizing flags for compiling string.Template.idpattern.Georg Brandl2010-07-291-1/+2
* Merged revisions 75070 via svnmerge fromEzio Melotti2009-09-261-4/+6
* remove string.maketransBenjamin Peterson2009-06-281-22/+0
* #4351: more appropriate DeprecationWarning stacklevelsPhilip Jenvey2009-05-081-1/+1
* Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecateGeorg Brandl2009-04-121-0/+3
* #4361: fix string.py docstring, clarify that only ASCII characters are in its...Georg Brandl2008-11-221-9/+9
* Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via sv...Benjamin Peterson2008-11-161-3/+2
* Rename buffer -> bytearray.Guido van Rossum2007-11-211-1/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-3/+3
* Changed some ValueError's to KeyError and IndexError.Eric Smith2007-09-041-3/+13
* Removed used_args param from string.Formatter.get_field. It was left in by m...Eric Smith2007-09-021-4/+2
* string.maketrans() now produces translation tables for bytes.translate() -- w...Georg Brandl2007-08-311-21/+14
* Changed signature of string.Formatter.get_field, per suggestion byEric Smith2007-08-311-7/+5
* Raise statement normalization in Lib/.Collin Winter2007-08-301-1/+1
* Revert r57685 (weird merge result).Collin Winter2007-08-291-1/+0
* (no commit message)Collin Winter2007-08-291-0/+1
* Modified parsing of format strings, so that we always returnEric Smith2007-08-291-4/+13
* Simplified tuple returned by string._formatter_parser to only haveEric Smith2007-08-281-24/+58
* PEP 3101: Removed _formatter_xxx routines from sysmodule, and made them unico...Eric Smith2007-08-271-6/+4
* PEP 3101: Completed string.Formatter class. Reimplemented field_name to obje...Eric Smith2007-08-261-7/+35
* Implementation of PEP 3101, Advanced String Formatting.Eric Smith2007-08-251-0/+39
* Remove string.{letters,lowercase,uppercase}.Martin v. Löwis2007-08-141-6/+3
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-7/+4
* Merged revisions 55342-55406 via svnmerge fromGuido van Rossum2007-05-171-11/+0
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-322/+2