COMMITS
/ Doc/library/string.rst March 21, 2026
H
Docs: replace all `datetime` imports with `import datetime as dt` (#145640)
Hugo van Kemenade committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
December 16, 2025
November 5, 2025
A
gh-141007: update string module source code link (#141008)
alex committed
August 4, 2025
A
gh-132661: PEP 750 documentation: second pass (#137020)
Adam Turner committed
July 22, 2025
D
gh-132661: Document t-strings and `templatelib` (#135229)
Dave Peck committed
June 2, 2025
S
gh-134449: fix grammar for `precision_with_grouping` in format description (#134608)
Sergey B Kirpichev committed
May 9, 2025
Y
Docs: use boolean constants for returning boolean value (GH-133325)
Yongzi Li committed
April 30, 2025
D
April 7, 2025
P
gh-131912: Use different grouping options for the integral and fractional parts (#132170)
Prometheus3375 committed
April 5, 2025
P
gh-131912: Improve description of grouping options in the format specification docs (#132030)
Prometheus3375 committed
February 25, 2025
S
gh-87790: support thousands separators for formatting fractional part of floats (#125304)
Sergey B Kirpichev committed
January 14, 2025
B
gh-67206: Document that `string.printable` is not printable in the POSIX sense (#128820)
Bénédikt Tran committed
December 14, 2024
S
gh-127852: add remark about ',' separator (#127854)
Sergey B Kirpichev committed
November 2, 2024
S
gh-99880: document rounding mode for new-style formatting (GH-121481)
Sergey B Kirpichev committed
October 29, 2024
S
gh-122767: document "new style" formatting for complexes (GH-122848)
Sergey B Kirpichev committed
October 14, 2024
S
gh-123133: clarify p=0 case for "f" and "e" formatting types (GH-125426)
Sergey B Kirpichev committed
September 26, 2024
S
gh-123560: Correct docs for "empty" format type for floats (#123561)
Sergey B Kirpichev committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
January 9, 2024
W
Docs: Link tokens in the format string grammars (#108184)
William Andrea committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti committed
June 7, 2023
A
April 18, 2023
April 9, 2023
March 31, 2023
P
Quote literal tokens in standard format specifier grammar (GH-102902)
Petr Viktorin committed
August 5, 2022
M
GH-95685: Fix rendering of the string documentation (#95686)
Mariatta Wijaya committed
August 4, 2022
S
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527)
Serhiy Storchaka committed
April 11, 2022
J
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
John Belmonte committed
February 14, 2022
J
Corrections to format precision description. (GH-31291)
John Belmonte committed
January 11, 2022
B
bpo-46307: Add string.Template.get_identifiers() method (GH-30493)
Ben Kehoe committed
May 6, 2021
T
March 28, 2021
I
bpo-31907: [doc] clarify that str.format() does not support arbitrary expressions (#25053)
Irit Katriel committed
January 25, 2021
S
bpo-27772: Make preceding width with 0 valid in string format. (GH-11270)
Serhiy Storchaka committed
December 18, 2020
M
bpo-39096: Format specification documentation fixes for numeric types (GH-23575)
Mark Dickinson committed
November 29, 2020
M
bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (#23537)
Mark Dickinson committed
September 18, 2020
V
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)
Victor Stinner committed
August 17, 2020
V
bpo-40204: Fix duplicated productionlist names in the doc (GH-21900)
Victor Stinner committed
February 28, 2020
T
bpo-13790: Change 'string' to 'specification' in format doc (GH-18690)
Terry Jan Reedy committed
February 21, 2020
P
bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036)
Pete Wicken committed
September 13, 2019
B
bpo-32790: Add info about alt format using # for 'g' in chart (GH-6624)
bchhabra2490 committed
September 11, 2019
B
bpo-23460: Fix documentation for decimal string :g formatting (GH-11850)
Brennan D Baraban committed
July 1, 2019
K
bpo-36168: Lowercase the word "subsequent" in get_value doc (GH-14485)
Krishna Oza committed
June 1, 2019
S
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka committed
March 14, 2019
A
Document actual string.punctuation value. (GH-12270)
Andre Delfino committed
November 7, 2018
A
Correct grammar mistakes in string.rst. (GH-9752)
Andrés Delfino committed
October 31, 2018
S
bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)
Serhiy Storchaka committed
October 28, 2018
S
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka committed
October 26, 2018
S
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka committed
August 6, 2018
T
bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (#8673)
Terry Jan Reedy committed