1. 90f50d4 Issue #13706: Fix format(float, "n") for locale with non-ASCII decimal point (e.g. ps_aF) by Victor Stinner · 12 years ago
  2. 41a863c Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator by Victor Stinner · 12 years ago
  3. ed27785 Issue #13706: Add assertions to detect bugs earlier by Victor Stinner · 12 years ago
  4. 6d766fc Silence last compilation warning. by Amaury Forgeot d'Arc · 13 years ago
  5. cd27df3 Fix compilation warnings (seen on win32 buildbot) by Amaury Forgeot d'Arc · 13 years ago
  6. a4ac600 Issue #13706: Support non-ASCII fill characters by Victor Stinner · 13 years ago
  7. d25cfe6 Improve exception text. Closes issue 13811. by Eric V. Smith · 13 years ago
  8. 21e0da2 remove some usage of Py_UNICODE_TOUPPER/LOWER by Benjamin Peterson · 13 years ago
  9. 3fe5531 Add a new PyUnicode_Fill() function by Victor Stinner · 13 years ago
  10. 47862d4 Issue #9530: Fix undefined behaviour due to signed overflow in Python/formatter_unicode.c. by Mark Dickinson · 13 years ago
  11. c4f281e Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead by Victor Stinner · 13 years ago
  12. c47adb0 Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE. by Martin v. Löwis · 13 years ago
  13. fb9ea8c Don't check for the maximum character when copying from unicodeobject.c by Victor Stinner · 13 years ago
  14. c3cec78 Add asciilib: similar to ucs1, ucs2 and ucs4 library, but specialized to ASCII by Victor Stinner · 13 years ago
  15. fd85c3a fill_number() and format_string_internal() check for PyUnicode_CopyCharacters() failure by Victor Stinner · 13 years ago
  16. dba2dee fill_number() ensures that the 'digits' string is ready by Victor Stinner · 13 years ago
  17. afbaa20 fill_char() can now propagate an error by Victor Stinner · 13 years ago
  18. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  19. 01458c7 Remove the uses of WITHOUT_COMPLEX introduced in r75471 by Mark Dickinson · 15 years ago
  20. 42e3055 Merged revisions 75440 via svnmerge from by Mark Dickinson · 15 years ago
  21. 58a4224 Issue #1588: Add complex.__format__. by Eric Smith · 15 years ago
  22. 4a7d76d Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 16 years ago
  23. 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 17 years ago