COMMITS
/ Lib/string.py October 21, 2019
S
bpo-38208: Simplify string.Template by using __init_subclass__(). (GH-16256)
Serhiy Storchaka committed
June 1, 2019
S
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka committed
January 4, 2018
S
bpo-31672: Restore the former behavior when override flags in Template. (#5099)
Serhiy Storchaka committed
November 21, 2017
B
bpo-31672 - Add one last minor clarification for idpattern (#4483)
Barry Warsaw committed
October 13, 2017
I
bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH-3872)
INADA Naoki committed
September 4, 2017
B
bpo-1198569: Allow string.Template braced pattern to be different (#3288)
Barry Warsaw committed
January 13, 2017
S
Issue #29193: A format string argument for string.Formatter.format()
Serhiy Storchaka committed
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed
June 4, 2016
Z
Closes #26809: Merge with 3.5
Zachary Ware committed
Z
Issue #26809: Add __all__ to string module. Patch by Emanuel Barry
Zachary Ware committed
September 29, 2015
E
Issue #25034: Merge from 3.5.
Eric V. Smith committed
E
Issue #25034: Merge from 3.4.
Eric V. Smith committed
E
Fixed issue #25034: Fix string.Formatter problem with auto-numbering
Eric V. Smith committed
May 30, 2015
Y
Reverting my previous commit.
Yury Selivanov committed
May 28, 2015
S
Issue #24309: Removed Python 2 idioms.
Serhiy Storchaka committed
March 24, 2015
S
Issue #23671: string.Template now allows to specify the "self" parameter as
Serhiy Storchaka committed
S
Issue #23671: string.Template now allows to specify the "self" parameter as
Serhiy Storchaka committed
April 14, 2014
E
Issue #13598: Add auto-numbering of replacement fields to string.Formatter.
Eric V. Smith committed
August 19, 2012
R
Merge #13579: teach string.Formatter about 'a'.
R David Murray committed
R
#13579: teach string.Formatter about 'a'.
R David Murray committed
September 28, 2011
E
#13012: use splitlines(keepends=True/False) instead of splitlines(0/1).
Ezio Melotti committed
February 26, 2011
R
Issue #11297: Add collections.ChainMap()
Raymond Hettinger committed
February 22, 2011
R
Factor-out common code for helper classes.
Raymond Hettinger committed
October 14, 2010
G
#9418: first step of moving private string methods to _string module.
Georg Brandl committed
September 18, 2010
F
Issue #1686: Fix string.Template when overriding the pattern attribute.
Florent Xicluna committed
July 29, 2010
G
#6630: allow customizing flags for compiling string.Template.idpattern.
Georg Brandl committed
September 26, 2009
E
Merged revisions 75070 via svnmerge from
Ezio Melotti committed
June 28, 2009
B
remove string.maketrans
Benjamin Peterson committed
May 8, 2009
P
#4351: more appropriate DeprecationWarning stacklevels
Philip Jenvey committed
April 12, 2009
G
Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate
Georg Brandl committed
November 22, 2008
G
#4361: fix string.py docstring, clarify that only ASCII characters are in its constants.
Georg Brandl committed
November 16, 2008
B
Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via svnmerge from
Benjamin Peterson committed
November 21, 2007
G
Rename buffer -> bytearray.
Guido van Rossum committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
September 4, 2007
E
Changed some ValueError's to KeyError and IndexError.
Eric Smith committed
September 2, 2007
August 31, 2007
G
string.maketrans() now produces translation tables for bytes.translate() -- wrong module?
Georg Brandl committed
E
Changed signature of string.Formatter.get_field, per suggestion by
Eric Smith committed
August 30, 2007
C
Raise statement normalization in Lib/.
Collin Winter committed
August 29, 2007
C
Revert r57685 (weird merge result).
Collin Winter committed
E
Modified parsing of format strings, so that we always return
Eric Smith committed
August 28, 2007
E
Simplified tuple returned by string._formatter_parser to only have
Eric Smith committed
August 27, 2007
August 26, 2007
August 25, 2007
E
Implementation of PEP 3101, Advanced String Formatting.
Eric Smith committed
August 14, 2007
M
Remove string.{letters,lowercase,uppercase}.
Martin v. Löwis committed
July 3, 2007
G
Merged revisions 56125-56153 via svnmerge from
Guido van Rossum committed
May 17, 2007
G
Merged revisions 55342-55406 via svnmerge from
Guido van Rossum committed