- c642374 bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (#23537) by Mark Dickinson · 4 years, 9 months ago
- 8af239e bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) by Victor Stinner · 5 years ago
- 1abeda8 bpo-40204: Fix duplicated productionlist names in the doc (GH-21900) by Victor Stinner · 5 years ago
- 916895f bpo-13790: Change 'string' to 'specification' in format doc (GH-18690) by Terry Jan Reedy · 5 years ago
- 424e568 bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036) by Pete Wicken · 5 years ago
- d44542f bpo-32790: Add info about alt format using # for 'g' in chart (GH-6624) by bchhabra2490 · 6 years ago
- 1660a61 bpo-23460: Fix documentation for decimal string :g formatting (GH-11850) by Brennan D Baraban · 6 years ago
- 12b436e bpo-36168: Lowercase the word "subsequent" in get_value doc (GH-14485) by Krishna Oza · 6 years ago
- 2085bd0 bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700) by Serhiy Storchaka · 6 years ago
- b420428 Document actual string.punctuation value. (GH-12270) by Andre Delfino · 6 years ago
- d649910 Correct grammar mistakes in string.rst. (GH-9752) by Andrés Delfino · 7 years ago
- 3f819ca bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) by Serhiy Storchaka · 7 years ago
- 913876d bpo-35054: Add yet more index entries for symbols. (GH-10121) by Serhiy Storchaka · 7 years ago
- ddb961d bpo-35054: Add more index entries for symbols. (GH-10064) by Serhiy Storchaka · 7 years ago
- 28c7f8c bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (#8673) by Terry Jan Reedy · 7 years ago
- b9d8ad5 bpo-33828: Add missing versionchanged note for string.Formatter. (GH-7668) by Xiang Zhang · 7 years ago
- 7a561af bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) by Mariatta · 8 years ago
- 8b5fa28 bpo-32720: Fixed the definition for width and precision in format mini-language doc (GH-5482) by nathankerr96 · 8 years ago
- 87be28f bpo-31672: Restore the former behavior when override flags in Template. (#5099) by Serhiy Storchaka · 8 years ago
- e256b40 bpo-31672 - Add one last minor clarification for idpattern (#4483) by Barry Warsaw · 8 years ago
- 073150d bpo-31672: doc: Remove one sentence from library/string.rst (GH-3990) by INADA Naoki · 8 years ago
- b22273e bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH-3872) by INADA Naoki · 8 years ago
- ba42796 bpo-1198569: Allow string.Template braced pattern to be different (#3288) by Barry Warsaw · 8 years ago
- 9f74deb Improve the documentation for template strings (#856) by Barry Warsaw · 8 years ago
- 009b0a1 Issue #29193: A format string argument for string.Formatter.format() by Serhiy Storchaka · 9 years ago
- 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
- ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
- d7665ca Further improved ',' and '_' specification in format mini-language. by Eric V. Smith · 9 years ago
- fef4391 Improved ',' and '_' specification in format mini-language. by Eric V. Smith · 9 years ago
- 89e1b1a Issue 27080: PEP 515: add '_' formatting option. by Eric V. Smith · 9 years ago
- c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
- dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
- 370764a Merge with 3.5 by Terry Jan Reedy · 9 years ago
- 4902c46 Issue #15660: Further clarify 0 prefix for width specifier in formats. by Terry Jan Reedy · 9 years ago
- bc1ee46 Issue #25179: Documentation for formatted string literals aka f-strings by Martin Panter · 10 years ago
- d5db147 Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 10 years ago
- 9380acb - Issue #24351: Clarify what is meant by "identifier" in the context of by Barry Warsaw · 10 years ago
- 17d5f47 - Issue #24351: Clarify what is meant by "identifier" in the context of by Barry Warsaw · 10 years ago
- b876df4 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 10 years ago
- c6ad576 Issue #22546: update doc for mini-language float None presentation type. by Terry Jan Reedy · 11 years ago
- 2bbdfe7 #19238: fix typo in documentation. by Ezio Melotti · 12 years ago
- c318442 #19238, #19289: fix description of the align and fill values of the format specification. by Ezio Melotti · 12 years ago
- 45fe62d Issue #17728: Specify default precision for float.format for presentation types e, f, and g. by Eric V. Smith · 12 years ago
- 4d6795e #17265: merge with 3.2. by Ezio Melotti · 12 years ago
- bcbc567 #17265: fix highlight in template example. Initial patch by Berker Peksag. by Ezio Melotti · 12 years ago
- 5a4b03d #16154: merge with 3.2. by Ezio Melotti · 13 years ago
- 4050792 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 13 years ago
- 7768dd7 #16556: merge with 3.2. by Ezio Melotti · 13 years ago
- 28c88f4 #16556: Fix inconsistency between kwds and kwargs. Patch by Taavi Burns. by Ezio Melotti · 13 years ago
- a6229e6 Fix and add more links. by Ezio Melotti · 13 years ago
- e56bf97 #13579: teach string.Formatter about 'a'. by R David Murray · 13 years ago
- f6190c1 Issue 15660: Clarify 0 prefix for width field in str.format doc. by Terry Jan Reedy · 13 years ago
- 38b86b4 correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ by Sandro Tosi · 13 years ago
- baf30da remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 14 years ago
- e130a52 Remove duplication. by Ezio Melotti · 14 years ago
- 29cf58c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 14 years ago
- 19f9b71 Add a few missing source links from 2.7 and harmonize lib docs headers by Éric Araujo · 14 years ago
- ebd4805 Fix grammar by Eli Bendersky · 14 years ago
- ca583b6 #8691: document that right alignment is default for numbers. by Georg Brandl · 15 years ago
- a5770aa #11138: fix order of fill and align specifiers. by Georg Brandl · 15 years ago
- 8e490de Typo fix. by Georg Brandl · 15 years ago
- 4f707fd Separate source link from main text. by Raymond Hettinger · 15 years ago
- 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 15 years ago
- b30f330 Fix various issues (mostly Python 2 relics) found by Jacques Ducasse. by Georg Brandl · 15 years ago
- 984bb58 Issue #7094: Add alternate ('#') flag to __format__ methods for float, complex and Decimal. Allows greater control over when decimal points appear. Added to make transitioning from %-formatting easier. '#g' still has a problem with Decimal which I'll fix soon. by Eric Smith · 15 years ago
- 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 15 years ago
- 70cd7bc #10200: typo. by Georg Brandl · 15 years ago
- 73a3f2d fix spelling #10078 by Benjamin Peterson · 15 years ago
- c86adb4 #9780: both { and } are not valid fill characters. by Georg Brandl · 15 years ago
- 7cb1319 Terminology fix: exceptions are raised, except in generator.throw(). by Georg Brandl · 15 years ago
- 056cb93 #6630: allow customizing flags for compiling string.Template.idpattern. by Georg Brandl · 15 years ago
- de5b024 Remove outdated mention of deprecated functions in the string module - they have been removed in 3.x. by Antoine Pitrou · 15 years ago
- d2191e0 Merged revisions 82455,82457,82459 via svnmerge from by Ezio Melotti · 15 years ago
- d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 15 years ago
- 2e9f202 Merged revisions 78444 via svnmerge from by Eric Smith · 15 years ago
- 05c0774 Merged revisions 78440 via svnmerge from by Eric Smith · 15 years ago
- 0f7affe Merged revisions 78198 via svnmerge from by Eric Smith · 15 years ago
- 83fc6dd updated/removed a few versionadded/versionchanged by Ezio Melotti · 16 years ago
- 1baf465 Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from by Benjamin Peterson · 16 years ago
- 2021100 Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from by Benjamin Peterson · 16 years ago
- c70614f Merged revisions 75289 via svnmerge from by Mark Dickinson · 16 years ago
- 10430ad fix default value by Georg Brandl · 16 years ago
- 9c3b7dc use new style optional args by Georg Brandl · 16 years ago
- a40bdda Merged revisions 75070 via svnmerge from by Ezio Melotti · 16 years ago
- 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 16 years ago
- 2f3ed68 Recorded merge of revisions 74614 via svnmerge from by Georg Brandl · 16 years ago
- 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 16 years ago
- 6db9470 Document the thousands separator. by Raymond Hettinger · 16 years ago
- c2331db Remove docs for string.maketrans(). by Raymond Hettinger · 16 years ago
- e5fffc7 Merged revisions 72439 via svnmerge from by Eric Smith · 16 years ago
- 741191f Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects nan and inf. by Eric Smith · 16 years ago
- 3bef15b Improved wording. by Eric Smith · 16 years ago
- 25e218e Documentation for Issue #5920. by Eric Smith · 16 years ago
- e720c0a Merged revisions 72009 via svnmerge from by Georg Brandl · 16 years ago
- c4cae32 Merged revisions 71788 via svnmerge from by Eric Smith · 16 years ago
- abc3877 Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate by Georg Brandl · 16 years ago
- 5879d41 Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from by Benjamin Peterson · 16 years ago
- f07d002 Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from by Benjamin Peterson · 16 years ago
- 48310cd Remove trailing whitespace. by Georg Brandl · 17 years ago
- 5076740 #4361: fix string.py docstring, clarify that only ASCII characters are in its constants. by Georg Brandl · 17 years ago