1. c7c96a9 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 15 years ago
  2. 622e05a Silence compiler warning by Mark Dickinson · 16 years ago
  3. 248b2af Merged revisions 71548 via svnmerge from by Eric Smith · 16 years ago
  4. a30f349 Merged revisions 70678 via svnmerge from by Mark Dickinson · 16 years ago
  5. 1718b47 Merged revisions 69806 via svnmerge from by Eric Smith · 16 years ago
  6. 18aa388 Fix: by Neal Norwitz · 17 years ago
  7. d6c393a Backed out r65069, pending fixing it in Windows. by Eric Smith · 17 years ago
  8. 454816d Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. by Eric Smith · 17 years ago
  9. 4cb965c Renamed a parameter in calc_number_widths, for consistency with the same parameter in fill_non_digits. by Eric Smith · 17 years ago
  10. a5fa5a2 Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.format(). by Eric Smith · 17 years ago
  11. d0c8412 Added '#' formatting to integers. This adds the 0b, 0o, or 0x prefix for bin, oct, hex. There's still one failing case, and I need to finish the docs. I hope to finish those today. by Eric Smith · 17 years ago
  12. 5dce7e9 Fixed formatting with thousands separator and padding. Resolves issue 3140. by Eric Smith · 17 years ago
  13. 9ea1e36 Typo in comment. by Eric Smith · 17 years ago
  14. 65fe47b Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140. by Eric Smith · 17 years ago
  15. dc13b79 Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 17 years ago
  16. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  17. cf537ff Addresses issue 2802: 'n' formatting for integers. by Eric Smith · 17 years ago
  18. d918e4e Bug #2388: Fix gcc warnings when compiling with --enable-unicode=ucs4. by Martin v. Löwis · 17 years ago
  19. 8113ca6 Issue 2264: empty float presentation type needs to have at least one digit past the decimal point. by Eric Smith · 17 years ago
  20. 8a803dd Now that PyOS_ascii_formatd supports the 'n' format, simplify the float formatting code to just call it. by Eric Smith · 17 years ago
  21. a9f7d62 Backport of PEP 3101, Advanced String Formatting, from py3k. by Eric Smith · 17 years ago