summaryrefslogtreecommitdiff
path: root/tests/test_numbers.py
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanups (#948)Aarni Koskela2023-01-181-1/+1
* Fix compact singular formats and patterns with no numbers (#932)Jonah Lawrence2023-01-061-1/+6
* feat: Support for short compact currency formats (#926)Jonah Lawrence2022-11-041-0/+29
* Add support for compact decimal formats (#909)Jonah Lawrence2022-10-311-0/+33
* tests: Use regular asserts instead of unittest functionsAarni Koskela2022-05-101-141/+78
* Fix up some Python2-isms using pyupgradeAarni Koskela2022-05-101-1/+0
* Fallback count="other" format in format_currency()Jun Omae2022-05-101-0/+6
* Update tests for CLDR 41Aarni Koskela2022-04-081-1/+1
* Adjust tests for CLDR 40 dataAarni Koskela2022-04-081-2/+2
* Don't use the deprecated format_number function internally or in testsAarni Koskela2022-02-041-5/+2
* Update copyright year to 2022Aarni Koskela2022-01-251-1/+1
* Remove redundant _compat.pyHugo van Kemenade2021-09-141-1/+1
* Become 2.9.1Aarni Koskela2021-04-281-1/+1
* Merge branch '2.8-maintenance' into masterAarni Koskela2020-11-111-1/+1
|\
| * Bump copyright year from 2019 to 2020Aarni Koskela2020-11-111-1/+1
* | Added group_separator feature in number formatting (#726)Abdullah Javed Nesar2020-09-221-0/+30
|/
* fix small decimal with disabled decimal_quantizationHe Chen2019-12-311-0/+4
* Bump copyright year from 2018 to 2019Aarni Koskela2019-05-271-1/+1
* parse_decimal(): assume spaces are equivalent to non-breaking spaces when not...Aarni Koskela2019-05-271-0/+11
* Remove unused imports throughout testsJon Dufresne2019-01-241-2/+1
* Download CLDR 34.0Alberto Mardegan2019-01-241-2/+2
* don't repeat suggestions in parse_decimal strictSerban Constantin2018-08-071-0/+4
* add a `suggestions` attribute to `NumberFormatError`Changaco2018-06-171-4/+8
* include more information in error messageChangaco2018-06-171-0/+3
* add a `strict` mode to `parse_decimal()`Charly C2018-06-171-0/+19
* Simplify format_currency code by pulling out/using helpers.Luke Plant2018-06-071-1/+20
* numbers: implement currency formatting with long display names.Luke Plant2018-06-041-0/+38
* Download CLDR 33.0; fix test changesAarni Koskela2018-05-281-1/+1
* Rephrase copyright headers to link to the LICENSE file instead of COPYINGauthorsAarni Koskela2018-02-021-1/+1
* Update copyright header years, and include the Babel teamAarni Koskela2018-02-021-1/+1
* CLDR: Use CLDR 32.0.1Aarni Koskela2018-01-191-2/+1
* cldr: use CLDR 31.0.1 (and fix test changes); see below!cldr-30Aarni Koskela2018-01-171-2/+2
* numbers: allow number patterns with no dynamic parts whatsoeverAarni Koskela2018-01-171-0/+5
* Replace comparison with None with equality operatorHugo2017-12-281-7/+7
* Replace function call with set literalHugo2017-12-281-1/+1
* Allow bypass of decimal quantization.Kevin Deldycke2017-10-231-44/+78
* Refactor decimal handling code.Kevin Deldycke2017-10-181-5/+141
* Add currency utilities and helpers.Kevin Deldycke2017-05-171-0/+58
* Merge pull request #410 from etanol/decimal-controlAarni Koskela2016-07-081-11/+11
|\
| * Simplify the selection of decimal implementationIsaac Jurado2016-05-291-11/+11
* | parse_pattern now passes original pattern string to NumberPatternJennifer Wang2016-06-031-2/+44
|/
* Apply pre-commit fixes.Lukas Balaga2016-02-271-28/+29
* Update to CLDR 28 (with test updates)Aarni Koskela2015-12-211-1/+1
* tests: Use the automatically chosen Decimal classIsaac Jurado2015-10-141-1/+1
* tests: Add more testing coverage to format_percentIsaac Jurado2015-10-141-0/+2
* numbers: Implement rounding with DecimalIsaac Jurado2015-10-141-20/+0
* Retain the behaviour of format in numbers.format_currencyCraig Loftus2015-09-271-0/+18
* numbers: Use currency decimal digits by defaultIsaac Jurado2015-09-271-0/+11
* localedata: Check inheritance exceptions firstIsaac Jurado2015-08-051-1/+1
* Merge pull request #66 from Sjord/masterAlex Morega2014-01-061-0/+8
|\