1. 28c7f8c bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (#8673) by Terry Jan Reedy · 6 years ago
  2. b9d8ad5 bpo-33828: Add missing versionchanged note for string.Formatter. (GH-7668) by Xiang Zhang · 6 years ago
  3. 7a561af bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) by Mariatta · 7 years ago
  4. 8b5fa28 bpo-32720: Fixed the definition for width and precision in format mini-language doc (GH-5482) by nathankerr96 · 7 years ago
  5. 87be28f bpo-31672: Restore the former behavior when override flags in Template. (#5099) by Serhiy Storchaka · 7 years ago
  6. e256b40 bpo-31672 - Add one last minor clarification for idpattern (#4483) by Barry Warsaw · 7 years ago
  7. 073150d bpo-31672: doc: Remove one sentence from library/string.rst (GH-3990) by INADA Naoki · 7 years ago
  8. b22273e bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH-3872) by INADA Naoki · 7 years ago
  9. ba42796 bpo-1198569: Allow string.Template braced pattern to be different (#3288) by Barry Warsaw · 7 years ago
  10. 9f74deb Improve the documentation for template strings (#856) by Barry Warsaw · 7 years ago
  11. 009b0a1 Issue #29193: A format string argument for string.Formatter.format() by Serhiy Storchaka · 8 years ago
  12. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  13. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  14. d7665ca Further improved ',' and '_' specification in format mini-language. by Eric V. Smith · 8 years ago
  15. fef4391 Improved ',' and '_' specification in format mini-language. by Eric V. Smith · 8 years ago
  16. 89e1b1a Issue 27080: PEP 515: add '_' formatting option. by Eric V. Smith · 8 years ago
  17. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  18. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  19. 370764a Merge with 3.5 by Terry Jan Reedy · 8 years ago
  20. 4902c46 Issue #15660: Further clarify 0 prefix for width specifier in formats. by Terry Jan Reedy · 8 years ago
  21. bc1ee46 Issue #25179: Documentation for formatted string literals aka f-strings by Martin Panter · 8 years ago
  22. d5db147 Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 9 years ago
  23. 9380acb - Issue #24351: Clarify what is meant by "identifier" in the context of by Barry Warsaw · 9 years ago
  24. 17d5f47 - Issue #24351: Clarify what is meant by "identifier" in the context of by Barry Warsaw · 9 years ago
  25. b876df4 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 9 years ago
  26. c6ad576 Issue #22546: update doc for mini-language float None presentation type. by Terry Jan Reedy · 10 years ago
  27. 2bbdfe7 #19238: fix typo in documentation. by Ezio Melotti · 11 years ago
  28. c318442 #19238, #19289: fix description of the align and fill values of the format specification. by Ezio Melotti · 11 years ago
  29. 45fe62d Issue #17728: Specify default precision for float.format for presentation types e, f, and g. by Eric V. Smith · 11 years ago
  30. 4d6795e #17265: merge with 3.2. by Ezio Melotti · 11 years ago
  31. bcbc567 #17265: fix highlight in template example. Initial patch by Berker Peksag. by Ezio Melotti · 11 years ago
  32. 5a4b03d #16154: merge with 3.2. by Ezio Melotti · 12 years ago
  33. 4050792 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 12 years ago
  34. 7768dd7 #16556: merge with 3.2. by Ezio Melotti · 12 years ago
  35. 28c88f4 #16556: Fix inconsistency between kwds and kwargs. Patch by Taavi Burns. by Ezio Melotti · 12 years ago
  36. a6229e6 Fix and add more links. by Ezio Melotti · 12 years ago
  37. e56bf97 #13579: teach string.Formatter about 'a'. by R David Murray · 12 years ago
  38. f6190c1 Issue 15660: Clarify 0 prefix for width field in str.format doc. by Terry Jan Reedy · 12 years ago
  39. 38b86b4 correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ by Sandro Tosi · 12 years ago
  40. baf30da remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 13 years ago
  41. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  42. 29cf58c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 13 years ago
  43. 19f9b71 Add a few missing source links from 2.7 and harmonize lib docs headers by Éric Araujo · 13 years ago
  44. ebd4805 Fix grammar by Eli Bendersky · 13 years ago
  45. ca583b6 #8691: document that right alignment is default for numbers. by Georg Brandl · 14 years ago
  46. a5770aa #11138: fix order of fill and align specifiers. by Georg Brandl · 14 years ago
  47. 8e490de Typo fix. by Georg Brandl · 14 years ago
  48. 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
  49. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
  50. b30f330 Fix various issues (mostly Python 2 relics) found by Jacques Ducasse. by Georg Brandl · 14 years ago
  51. 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 · 14 years ago
  52. 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 14 years ago
  53. 70cd7bc #10200: typo. by Georg Brandl · 14 years ago
  54. 73a3f2d fix spelling #10078 by Benjamin Peterson · 14 years ago
  55. c86adb4 #9780: both { and } are not valid fill characters. by Georg Brandl · 14 years ago
  56. 7cb1319 Terminology fix: exceptions are raised, except in generator.throw(). by Georg Brandl · 14 years ago
  57. 056cb93 #6630: allow customizing flags for compiling string.Template.idpattern. by Georg Brandl · 14 years ago
  58. de5b024 Remove outdated mention of deprecated functions in the string module - they have been removed in 3.x. by Antoine Pitrou · 14 years ago
  59. d2191e0 Merged revisions 82455,82457,82459 via svnmerge from by Ezio Melotti · 14 years ago
  60. 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 · 14 years ago
  61. 2e9f202 Merged revisions 78444 via svnmerge from by Eric Smith · 14 years ago
  62. 05c0774 Merged revisions 78440 via svnmerge from by Eric Smith · 14 years ago
  63. 0f7affe Merged revisions 78198 via svnmerge from by Eric Smith · 14 years ago
  64. 83fc6dd updated/removed a few versionadded/versionchanged by Ezio Melotti · 15 years ago
  65. 1baf465 Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from by Benjamin Peterson · 15 years ago
  66. 2021100 Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from by Benjamin Peterson · 15 years ago
  67. c70614f Merged revisions 75289 via svnmerge from by Mark Dickinson · 15 years ago
  68. 10430ad fix default value by Georg Brandl · 15 years ago
  69. 9c3b7dc use new style optional args by Georg Brandl · 15 years ago
  70. a40bdda Merged revisions 75070 via svnmerge from by Ezio Melotti · 15 years ago
  71. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  72. 2f3ed68 Recorded merge of revisions 74614 via svnmerge from by Georg Brandl · 15 years ago
  73. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  74. 6db9470 Document the thousands separator. by Raymond Hettinger · 15 years ago
  75. c2331db Remove docs for string.maketrans(). by Raymond Hettinger · 15 years ago
  76. e5fffc7 Merged revisions 72439 via svnmerge from by Eric Smith · 15 years ago
  77. 741191f Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects nan and inf. by Eric Smith · 15 years ago
  78. 3bef15b Improved wording. by Eric Smith · 15 years ago
  79. 25e218e Documentation for Issue #5920. by Eric Smith · 15 years ago
  80. e720c0a Merged revisions 72009 via svnmerge from by Georg Brandl · 15 years ago
  81. c4cae32 Merged revisions 71788 via svnmerge from by Eric Smith · 15 years ago
  82. abc3877 Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate by Georg Brandl · 15 years ago
  83. 5879d41 Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from by Benjamin Peterson · 15 years ago
  84. f07d002 Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from by Benjamin Peterson · 15 years ago
  85. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  86. 5076740 #4361: fix string.py docstring, clarify that only ASCII characters are in its constants. by Georg Brandl · 16 years ago
  87. 065ba70 update string formatting grammar by Benjamin Peterson · 16 years ago
  88. d7b0328 Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from by Benjamin Peterson · 16 years ago
  89. 3dbca81 Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from by Georg Brandl · 16 years ago
  90. 72cdd74 fixed tiny typo in new # format doc by Mark Summerfield · 16 years ago
  91. 22b85b3 Backed out r65073, pending fixing it in Windows. by Eric Smith · 16 years ago
  92. a4fac36 Merged revisions 65069 via svnmerge from by Eric Smith · 16 years ago
  93. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  94. d68af8f Merged revisions 64984 via svnmerge from by Eric Smith · 16 years ago
  95. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  96. 50923f9 remove version note by Benjamin Peterson · 16 years ago
  97. 5e18a20 Document the 'n' integer presentation type for str.format(). by Eric Smith · 16 years ago
  98. e41251e Merged revisions 62490 via svnmerge from by Benjamin Peterson · 16 years ago
  99. fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 16 years ago
  100. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 17 years ago