Files
cpython/Include
Victor Stinner 41a863cb81 Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator
* 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
2012-02-24 00:37:51 +01:00
..
2011-08-09 16:15:04 -05:00
2011-10-15 16:38:20 +02:00
2011-09-28 07:41:54 +02:00
2012-01-14 16:08:08 +10:00
2012-02-21 11:12:14 -05:00
2011-09-04 08:36:22 +02:00
2011-03-16 11:35:38 +02:00
2011-08-08 00:17:43 +02:00