Claude Paroz
|
df193b3cef
|
Fixed #24382 -- Allowed unicode chars inside formatted numbers
Thanks Jacob Rief for the report and Tim Graham for the review.
|
2015-03-09 18:55:28 +01:00 |
Varun Sharma
|
540ca563de
|
Fixed #24181 -- Fixed multi-char THOUSAND_SEPARATOR insertion
Report and original patch by Kay Cha.
|
2015-02-08 20:00:57 +01:00 |
Berker Peksag
|
560b4207b1
|
Removed redundant numbered parameters from str.format().
Since Python 2.7 and 3.1, "{0} {1}" is equivalent to "{} {}".
|
2014-12-03 14:27:38 -05:00 |
Eric Rouleau
|
9d1a69579b
|
Fixed #23935 -- Converted decimals to fixed point in utils.numberformat.format
|
2014-12-03 07:49:06 -05:00 |
Preston Timmons
|
612ef3e5c9
|
Modified utils_tests for unittest2 discovery.
|
2013-04-12 15:31:58 -06:00 |