An error occurred fetching the project authors.
  1. 24 Feb, 2012 1 commit
  2. 23 Feb, 2012 1 commit
    • Victor Stinner's avatar
      Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator · 41a863cb
      Victor Stinner authored
       * Decode thousands separator and decimal point using PyUnicode_DecodeLocale()
         (from the locale encoding), instead of decoding them implicitly from latin1
       * Remove _PyUnicode_InsertThousandsGroupingLocale(), it was not used
       * Change _PyUnicode_InsertThousandsGrouping() API to return the maximum
         character if unicode is NULL
       * Replace MIN/MAX macros by Py_MIN/Py_MAX
       * stringlib/undef.h undefines STRINGLIB_IS_UNICODE
       * stringlib/localeutil.h only supports Unicode
      41a863cb
  3. 22 Feb, 2012 6 commits
  4. 21 Feb, 2012 1 commit
  5. 20 Feb, 2012 2 commits
  6. 14 Feb, 2012 1 commit
  7. 07 Feb, 2012 1 commit
  8. 05 Feb, 2012 1 commit
  9. 29 Jan, 2012 1 commit
  10. 16 Jan, 2012 1 commit
  11. 14 Jan, 2012 4 commits
  12. 20 Dec, 2011 1 commit
  13. 13 Jan, 2012 1 commit
  14. 12 Jan, 2012 2 commits
  15. 11 Jan, 2012 1 commit
  16. 03 Jan, 2012 1 commit
  17. 02 Jan, 2012 3 commits
  18. 01 Jan, 2012 2 commits
  19. 20 Dec, 2011 2 commits
  20. 18 Dec, 2011 3 commits
  21. 17 Dec, 2011 4 commits