1. 10430ad fix default value by Georg Brandl · 16 years ago
  2. 9c3b7dc use new style optional args by Georg Brandl · 16 years ago
  3. a40bdda Merged revisions 75070 via svnmerge from by Ezio Melotti · 16 years ago
  4. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 16 years ago
  5. 2f3ed68 Recorded merge of revisions 74614 via svnmerge from by Georg Brandl · 16 years ago
  6. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 16 years ago
  7. 6db9470 Document the thousands separator. by Raymond Hettinger · 16 years ago
  8. c2331db Remove docs for string.maketrans(). by Raymond Hettinger · 16 years ago
  9. e5fffc7 Merged revisions 72439 via svnmerge from by Eric Smith · 16 years ago
  10. 741191f Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects nan and inf. by Eric Smith · 16 years ago
  11. 3bef15b Improved wording. by Eric Smith · 16 years ago
  12. 25e218e Documentation for Issue #5920. by Eric Smith · 16 years ago
  13. e720c0a Merged revisions 72009 via svnmerge from by Georg Brandl · 16 years ago
  14. c4cae32 Merged revisions 71788 via svnmerge from by Eric Smith · 16 years ago
  15. abc3877 Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate by Georg Brandl · 16 years ago
  16. 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
  17. 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
  18. 48310cd Remove trailing whitespace. by Georg Brandl · 17 years ago
  19. 5076740 #4361: fix string.py docstring, clarify that only ASCII characters are in its constants. by Georg Brandl · 17 years ago
  20. 065ba70 update string formatting grammar by Benjamin Peterson · 17 years ago
  21. d7b0328 Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from by Benjamin Peterson · 17 years ago
  22. 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 · 17 years ago
  23. 72cdd74 fixed tiny typo in new # format doc by Mark Summerfield · 17 years ago
  24. 22b85b3 Backed out r65073, pending fixing it in Windows. by Eric Smith · 17 years ago
  25. a4fac36 Merged revisions 65069 via svnmerge from by Eric Smith · 17 years ago
  26. 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 · 17 years ago
  27. d68af8f Merged revisions 64984 via svnmerge from by Eric Smith · 17 years ago
  28. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 17 years ago
  29. 50923f9 remove version note by Benjamin Peterson · 17 years ago
  30. 5e18a20 Document the 'n' integer presentation type for str.format(). by Eric Smith · 17 years ago
  31. e41251e Merged revisions 62490 via svnmerge from by Benjamin Peterson · 17 years ago
  32. 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
  33. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 18 years ago
  34. 222e127 Fix markup. by Georg Brandl · 18 years ago
  35. 7a8e582 Fix the string formatting docs for now; if the feature is changed again, the docs can be changed too. by Georg Brandl · 18 years ago
  36. 9d4ba39 Removed used_args param from string.Formatter.get_field. It was left in by mistake from an earlier edit. by Eric Smith · 18 years ago
  37. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 18 years ago
  38. 7f13e6b string.maketrans() now produces translation tables for bytes.translate() -- wrong module? by Georg Brandl · 18 years ago
  39. 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 · 18 years ago
  40. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 18 years ago