- c6ad576 Issue #22546: update doc for mini-language float None presentation type. by Terry Jan Reedy · 10 years ago
- 2bbdfe7 #19238: fix typo in documentation. by Ezio Melotti · 11 years ago
- c318442 #19238, #19289: fix description of the align and fill values of the format specification. by Ezio Melotti · 11 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 · 12 years ago
- 4050792 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 12 years ago
- 7768dd7 #16556: merge with 3.2. by Ezio Melotti · 12 years ago
- 28c88f4 #16556: Fix inconsistency between kwds and kwargs. Patch by Taavi Burns. by Ezio Melotti · 12 years ago
- a6229e6 Fix and add more links. by Ezio Melotti · 12 years ago
- e56bf97 #13579: teach string.Formatter about 'a'. by R David Murray · 12 years ago
- f6190c1 Issue 15660: Clarify 0 prefix for width field in str.format doc. by Terry Jan Reedy · 12 years ago
- 38b86b4 correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ by Sandro Tosi · 12 years ago
- baf30da remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 13 years ago
- e130a52 Remove duplication. by Ezio Melotti · 13 years ago
- 29cf58c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 13 years ago
- 19f9b71 Add a few missing source links from 2.7 and harmonize lib docs headers by Éric Araujo · 13 years ago
- ebd4805 Fix grammar by Eli Bendersky · 13 years ago
- ca583b6 #8691: document that right alignment is default for numbers. by Georg Brandl · 14 years ago
- a5770aa #11138: fix order of fill and align specifiers. by Georg Brandl · 14 years ago
- 8e490de Typo fix. by Georg Brandl · 14 years ago
- 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
- 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
- b30f330 Fix various issues (mostly Python 2 relics) found by Jacques Ducasse. by Georg Brandl · 14 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 · 14 years ago
- 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 14 years ago
- 70cd7bc #10200: typo. by Georg Brandl · 14 years ago
- 73a3f2d fix spelling #10078 by Benjamin Peterson · 14 years ago
- c86adb4 #9780: both { and } are not valid fill characters. by Georg Brandl · 14 years ago
- 7cb1319 Terminology fix: exceptions are raised, except in generator.throw(). by Georg Brandl · 14 years ago
- 056cb93 #6630: allow customizing flags for compiling string.Template.idpattern. by Georg Brandl · 14 years ago
- de5b024 Remove outdated mention of deprecated functions in the string module - they have been removed in 3.x. by Antoine Pitrou · 14 years ago
- d2191e0 Merged revisions 82455,82457,82459 via svnmerge from by Ezio Melotti · 14 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 · 14 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 · 15 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 · 15 years ago
- 2021100 Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from by Benjamin Peterson · 15 years ago
- c70614f Merged revisions 75289 via svnmerge from by Mark Dickinson · 15 years ago
- 10430ad fix default value by Georg Brandl · 15 years ago
- 9c3b7dc use new style optional args by Georg Brandl · 15 years ago
- a40bdda Merged revisions 75070 via svnmerge from by Ezio Melotti · 15 years ago
- 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
- 2f3ed68 Recorded merge of revisions 74614 via svnmerge from by Georg Brandl · 15 years ago
- 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
- 6db9470 Document the thousands separator. by Raymond Hettinger · 15 years ago
- c2331db Remove docs for string.maketrans(). by Raymond Hettinger · 15 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 · 16 years ago
- 5076740 #4361: fix string.py docstring, clarify that only ASCII characters are in its constants. by Georg Brandl · 16 years ago
- 065ba70 update string formatting grammar by Benjamin Peterson · 16 years ago
- d7b0328 Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from by Benjamin Peterson · 16 years ago
- 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
- 72cdd74 fixed tiny typo in new # format doc by Mark Summerfield · 16 years ago
- 22b85b3 Backed out r65073, pending fixing it in Windows. by Eric Smith · 16 years ago
- a4fac36 Merged revisions 65069 via svnmerge from by Eric Smith · 16 years ago
- 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
- d68af8f Merged revisions 64984 via svnmerge from by Eric Smith · 16 years ago
- 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
- 50923f9 remove version note by Benjamin Peterson · 16 years ago
- 5e18a20 Document the 'n' integer presentation type for str.format(). by Eric Smith · 16 years ago
- e41251e Merged revisions 62490 via svnmerge from by Benjamin Peterson · 17 years ago
- 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 · 17 years ago
- f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 17 years ago
- 222e127 Fix markup. by Georg Brandl · 17 years ago
- 7a8e582 Fix the string formatting docs for now; if the feature is changed again, the docs can be changed too. by Georg Brandl · 17 years ago
- 9d4ba39 Removed used_args param from string.Formatter.get_field. It was left in by mistake from an earlier edit. by Eric Smith · 17 years ago
- 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
- 7f13e6b string.maketrans() now produces translation tables for bytes.translate() -- wrong module? by Georg Brandl · 17 years ago
- 4b49131 Commit #1068: new docs for PEP 3101. Also document the old string formatting as "old", and begin documenting str/unicode unification. by Georg Brandl · 17 years ago
- 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago