Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/numberformat.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24382 -- Allowed unicode chars inside formatted nu...Claude Paroz2015-03-091-0/+2
* Fixed #24181 -- Fixed multi-char THOUSAND_SEPARATOR inser...Varun Sharma2015-02-081-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #23935 -- Converted decimals to fixed point in util...Eric Rouleau2014-12-031-1/+6
* Fixed #18800 -- Support numbers bigger than max float in ...Florian Apolloner2012-09-181-5/+2
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-2/+3
* Fixed #17414 -- Prevented numberformat from trying to gro...Aymeric Augustin2011-12-241-7/+9
* Fixed #16404 -- Fixed a regression in the localization ch...Jannis Leidel2011-09-081-2/+2
* Fixed #13810 -- Truncate numbers correctly when given num...Jannis Leidel2011-04-221-3/+3
* Fixed #14290 -- Made format localization faster by cachin...Jannis Leidel2010-09-271-3/+9
* Fixed #13054 - Only apply grouping to integer part of num...Jannis Leidel2010-03-201-1/+1
* Fixed #7980 - Improved i18n framework to support locale a...Jannis Leidel2009-12-221-0/+42