1. 5dce7e9 Fixed formatting with thousands separator and padding. Resolves issue 3140. by Eric Smith · 17 years ago
  2. 9ea1e36 Typo in comment. by Eric Smith · 17 years ago
  3. 65fe47b Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140. by Eric Smith · 17 years ago
  4. dc13b79 Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 17 years ago
  5. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  6. cf537ff Addresses issue 2802: 'n' formatting for integers. by Eric Smith · 17 years ago
  7. d918e4e Bug #2388: Fix gcc warnings when compiling with --enable-unicode=ucs4. by Martin v. Löwis · 17 years ago
  8. 8113ca6 Issue 2264: empty float presentation type needs to have at least one digit past the decimal point. by Eric Smith · 17 years ago
  9. 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
  10. a9f7d62 Backport of PEP 3101, Advanced String Formatting, from py3k. by Eric Smith · 17 years ago