1. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  2. 5076740 #4361: fix string.py docstring, clarify that only ASCII characters are in its constants. by Georg Brandl · 16 years ago
  3. 065ba70 update string formatting grammar by Benjamin Peterson · 16 years ago
  4. d7b0328 Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from by Benjamin Peterson · 16 years ago
  5. 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
  6. 72cdd74 fixed tiny typo in new # format doc by Mark Summerfield · 16 years ago
  7. 22b85b3 Backed out r65073, pending fixing it in Windows. by Eric Smith · 16 years ago
  8. a4fac36 Merged revisions 65069 via svnmerge from by Eric Smith · 16 years ago
  9. 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
  10. d68af8f Merged revisions 64984 via svnmerge from by Eric Smith · 16 years ago
  11. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  12. 50923f9 remove version note by Benjamin Peterson · 16 years ago
  13. 5e18a20 Document the 'n' integer presentation type for str.format(). by Eric Smith · 16 years ago
  14. e41251e Merged revisions 62490 via svnmerge from by Benjamin Peterson · 16 years ago
  15. 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
  16. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 17 years ago
  17. 222e127 Fix markup. by Georg Brandl · 17 years ago
  18. 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
  19. 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
  20. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  21. 7f13e6b string.maketrans() now produces translation tables for bytes.translate() -- wrong module? by Georg Brandl · 17 years ago
  22. 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
  23. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago