1. 1e1a8c7 Merged revisions 85395 via svnmerge from by Benjamin Peterson · 15 years ago
  2. 21946af Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from by Georg Brandl · 15 years ago
  3. f5e81d6 #9139: the thousands separator is new in 2.7. Also add a missing variable in the example. by Ezio Melotti · 15 years ago
  4. e11690a #9139: Add examples for str.format(). by Ezio Melotti · 15 years ago
  5. 68f5941 Moved period outside paren, where it belongs. by Eric Smith · 15 years ago
  6. 817d918 Use designated syntax for optional grammar element. by Georg Brandl · 15 years ago
  7. 271b7e1 Issue #7928: Document str.format element_index better. by Eric Smith · 15 years ago
  8. de8b2ac Issue #5965: Add documentation for parts of format specification language. by Eric Smith · 15 years ago
  9. cef3409 Remove incorrect apostrophe. by Eric Smith · 15 years ago
  10. 8b10f13 #7527: use standard versionadded tags. by Georg Brandl · 16 years ago
  11. 1136ff5 Fix markup. by Georg Brandl · 16 years ago
  12. d5a713e Issue #7051: Clarify behaviour of 'g' and 'G'-style formatting. by Mark Dickinson · 16 years ago
  13. fa6a427 Backport r73983: Document the thousands separator. by Andrew M. Kuchling · 16 years ago
  14. 9aac245 #7000: document "sep" in capwords. Add a few tests by Ezio Melotti · 16 years ago
  15. 254c17c #6813: better documentation for numberless string formats. by Georg Brandl · 16 years ago
  16. d7d4fd7 builtin -> built-in. by Georg Brandl · 16 years ago
  17. 2cc39ad #6238: add fillchar to string.just function family. by Georg Brandl · 16 years ago
  18. 7523234 Fixed wording for formatting integers: precision is not allowed. by Eric Smith · 16 years ago
  19. 16a57f6 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings by Georg Brandl · 16 years ago
  20. 4c07438 Documentation for issue 5237, auto-numbered format fields. Contributed by Terry J. Reedy. by Eric Smith · 16 years ago
  21. 0e92858 give os.symlink and os.link() better parameter names #5564 by Benjamin Peterson · 16 years ago
  22. 8cbe955 Add token markup. by Georg Brandl · 16 years ago
  23. d5ad6da Remove obsolete stuff from string module docs. by Georg Brandl · 16 years ago
  24. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  25. b535d32 fix typo by Benjamin Peterson · 17 years ago
  26. bf89981 Document the different meaning of precision for {:f} and {:g}. by Georg Brandl · 17 years ago
  27. d6c393a Backed out r65069, pending fixing it in Windows. by Eric Smith · 17 years ago
  28. 454816d Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. by Eric Smith · 17 years ago
  29. a5fa5a2 Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.format(). by Eric Smith · 17 years ago
  30. 90f3673 fix various doc typos #3320 by Benjamin Peterson · 17 years ago
  31. c15205e rename the section about new formatting 'new-string-formatting' by Benjamin Peterson · 17 years ago
  32. e321c2f #2836: backport new string formatting docs. by Georg Brandl · 17 years ago
  33. c7b0592 reformat some documentation of classes so methods and attributes are under the class directive by Benjamin Peterson · 17 years ago
  34. e8f1b00 Enable doctest running for several other documents. by Georg Brandl · 17 years ago
  35. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago