summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_numberformat.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #34000 -- Optimized handling None values in numberformat.format().Jimmy Angelakos2022-09-121-0/+1
* Fixed #34000 -- Fixed numberformat.format() crash on empty strings.Jimmy Angelakos2022-09-121-0/+3
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-78/+120
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-141-2/+1
* Fixed #28280 -- Prevented numberformat.format() from formatting large/tiny fl...Hasan Ramezani2020-02-261-4/+24
* Fixed typos in comments and a test name.Min ho Kim2019-07-191-1/+1
* Fixed #30363 -- Do not use exponential notation for small decimal numbers.Sjoerd Job Postmus2019-04-131-1/+1
* Fixed CVE-2019-6975 -- Fixed memory exhaustion in utils.numberformat.format().Carlton Gibson2019-02-111-0/+19
* Fixed #29578 -- Made numberformat.format() honor forced l10n usage.Claude Paroz2018-07-191-2/+7
* Refs #28280 -- Added more tests for utils.numberformat.format().Wil Tan2017-06-291-0/+18
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Cosmetic cleanups in tests/utils_tests/test_numberformat.pyTim Graham2016-01-291-23/+21
* Fixed #24382 -- Allowed unicode chars inside formatted numbersClaude Paroz2015-03-091-0/+15
* Fixed #24181 -- Fixed multi-char THOUSAND_SEPARATOR insertionVarun Sharma2015-02-081-0/+3
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-3/+3
* Fixed #23935 -- Converted decimals to fixed point in utils.numberformat.formatEric Rouleau2014-12-031-1/+12
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+47