index
:
delta/babel.git
1.x-maintenance
2.10-maint
2.8-maintenance
2.x-maintenance
authors
baserock/1.3-50-g246996b
baserock/morph
become-281
become-290
ci-renovate
cldr-30
cldr-32
cldr-33
cldr-35
cldr-36
deprecate-py36
f-strings
feature/cldr24
fix-ci
fix-supplemental-data-alts
fuzzy-fix
github-ci
import-datetime-unify
improve-contributing-instructions
issue-764
issue-982
issue174/locale-parse-py3x
lenient-po-locale-parse
locale-basename
locale-parse-none
maint-25
master
messages-no-locale
minor-cleanup
mypy-fix-prep
mypy-misc-fix
number-sys-import
p694-redux
pre-commit
pre-commit-2
py2-long
release/2.3
release/2.4
remove-duplicate-tests
remove-gntzt
renovate-formatting
safer-pyinstaller-support
sils/branches
sils/callformore
sils/changes
sils/coala
sils/contributing
sils/contributing_rst
sils/nextver
sils/release
sils/test
sils/version_to_22
sils/wheel
sils/wheelm
unbound-exc
utc-tz
github.com: mitsuhiko/babel.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_numbers.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support for formatting NaN, Infinity (#955)
Jonah Lawrence
2023-01-25
1
-0
/
+10
*
Adjust tests for CLDR 42
Aarni Koskela
2023-01-20
1
-7
/
+11
*
Add test for #942
Aarni Koskela
2023-01-20
1
-0
/
+4
*
Apply some small miscellaneous formatting fixes
Aarni Koskela
2023-01-18
1
-11
/
+11
*
Apply ruff UP025 (unicode literal prefix) fix
Aarni Koskela
2023-01-18
1
-145
/
+145
*
Apply ruff I category fixes
Aarni Koskela
2023-01-18
1
-4
/
+11
*
Apply ruff E category fixes
Aarni Koskela
2023-01-18
1
-9
/
+9
*
Minor cleanups (#948)
Aarni Koskela
2023-01-18
1
-1
/
+1
*
Fix compact singular formats and patterns with no numbers (#932)
Jonah Lawrence
2023-01-06
1
-1
/
+6
*
feat: Support for short compact currency formats (#926)
Jonah Lawrence
2022-11-04
1
-0
/
+29
*
Add support for compact decimal formats (#909)
Jonah Lawrence
2022-10-31
1
-0
/
+33
*
tests: Use regular asserts instead of unittest functions
Aarni Koskela
2022-05-10
1
-141
/
+78
*
Fix up some Python2-isms using pyupgrade
Aarni Koskela
2022-05-10
1
-1
/
+0
*
Fallback count="other" format in format_currency()
Jun Omae
2022-05-10
1
-0
/
+6
*
Update tests for CLDR 41
Aarni Koskela
2022-04-08
1
-1
/
+1
*
Adjust tests for CLDR 40 data
Aarni Koskela
2022-04-08
1
-2
/
+2
*
Don't use the deprecated format_number function internally or in tests
Aarni Koskela
2022-02-04
1
-5
/
+2
*
Update copyright year to 2022
Aarni Koskela
2022-01-25
1
-1
/
+1
*
Remove redundant _compat.py
Hugo van Kemenade
2021-09-14
1
-1
/
+1
*
Become 2.9.1
Aarni Koskela
2021-04-28
1
-1
/
+1
*
Merge branch '2.8-maintenance' into master
Aarni Koskela
2020-11-11
1
-1
/
+1
|
\
|
*
Bump copyright year from 2019 to 2020
Aarni Koskela
2020-11-11
1
-1
/
+1
*
|
Added group_separator feature in number formatting (#726)
Abdullah Javed Nesar
2020-09-22
1
-0
/
+30
|
/
*
fix small decimal with disabled decimal_quantization
He Chen
2019-12-31
1
-0
/
+4
*
Bump copyright year from 2018 to 2019
Aarni Koskela
2019-05-27
1
-1
/
+1
*
parse_decimal(): assume spaces are equivalent to non-breaking spaces when not...
Aarni Koskela
2019-05-27
1
-0
/
+11
*
Remove unused imports throughout tests
Jon Dufresne
2019-01-24
1
-2
/
+1
*
Download CLDR 34.0
Alberto Mardegan
2019-01-24
1
-2
/
+2
*
don't repeat suggestions in parse_decimal strict
Serban Constantin
2018-08-07
1
-0
/
+4
*
add a `suggestions` attribute to `NumberFormatError`
Changaco
2018-06-17
1
-4
/
+8
*
include more information in error message
Changaco
2018-06-17
1
-0
/
+3
*
add a `strict` mode to `parse_decimal()`
Charly C
2018-06-17
1
-0
/
+19
*
Simplify format_currency code by pulling out/using helpers.
Luke Plant
2018-06-07
1
-1
/
+20
*
numbers: implement currency formatting with long display names.
Luke Plant
2018-06-04
1
-0
/
+38
*
Download CLDR 33.0; fix test changes
Aarni Koskela
2018-05-28
1
-1
/
+1
*
Rephrase copyright headers to link to the LICENSE file instead of COPYING
authors
Aarni Koskela
2018-02-02
1
-1
/
+1
*
Update copyright header years, and include the Babel team
Aarni Koskela
2018-02-02
1
-1
/
+1
*
CLDR: Use CLDR 32.0.1
Aarni Koskela
2018-01-19
1
-2
/
+1
*
cldr: use CLDR 31.0.1 (and fix test changes); see below!
cldr-30
Aarni Koskela
2018-01-17
1
-2
/
+2
*
numbers: allow number patterns with no dynamic parts whatsoever
Aarni Koskela
2018-01-17
1
-0
/
+5
*
Replace comparison with None with equality operator
Hugo
2017-12-28
1
-7
/
+7
*
Replace function call with set literal
Hugo
2017-12-28
1
-1
/
+1
*
Allow bypass of decimal quantization.
Kevin Deldycke
2017-10-23
1
-44
/
+78
*
Refactor decimal handling code.
Kevin Deldycke
2017-10-18
1
-5
/
+141
*
Add currency utilities and helpers.
Kevin Deldycke
2017-05-17
1
-0
/
+58
*
Merge pull request #410 from etanol/decimal-control
Aarni Koskela
2016-07-08
1
-11
/
+11
|
\
|
*
Simplify the selection of decimal implementation
Isaac Jurado
2016-05-29
1
-11
/
+11
*
|
parse_pattern now passes original pattern string to NumberPattern
Jennifer Wang
2016-06-03
1
-2
/
+44
|
/
*
Apply pre-commit fixes.
Lukas Balaga
2016-02-27
1
-28
/
+29
*
Update to CLDR 28 (with test updates)
Aarni Koskela
2015-12-21
1
-1
/
+1
[next]