Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/utils_tests/test_numberformat.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #24382 -- Allowed unicode chars inside formatted ↵Claude Paroz2015-03-091-0/+15
| | | | | | numbers Thanks Jacob Rief for the report and Tim Graham for the review.
* Fixed #24181 -- Fixed multi-char THOUSAND_SEPARATOR ↵Varun Sharma2015-02-081-0/+3
| | | | | | insertion Report and original patch by Kay Cha.
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-3/+3
| | | | Since Python 2.7 and 3.1, "{0} {1}" is equivalent to "{} {}".
* Fixed #23935 -- Converted decimals to fixed point in ↵Eric Rouleau2014-12-031-1/+12
| | | | utils.numberformat.format
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+47