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
/
babel
/
numbers.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed trailing whitespace
Armin Ronacher
2013-07-05
1
-50
/
+50
*
currency format changed for Spanish
Alex Morega
2013-07-05
1
-1
/
+1
*
parse_decimal() now returns Decimals not floats, API change (#178)
Felix Schwarz
2012-08-06
1
-7
/
+7
*
fix indentation in split_number
Felix Schwarz
2012-08-04
1
-35
/
+35
*
restore Python 2.4 compatibility (broken in r634)
Felix Schwarz
2012-08-04
1
-1
/
+4
*
fix format_decimal() with small Decimal values (#214, patch from George Lund)
Felix Schwarz
2012-08-03
1
-3
/
+33
*
fix formatting of fraction in format_decimal() if the input value is a float ...
Felix Schwarz
2012-07-28
1
-0
/
+2
*
remove/simplify useless code lines
Felix Schwarz
2011-09-26
1
-1
/
+0
*
Only use bankers round algorithm as a tie breaker if there are two nearest nu...
Felix Schwarz
2011-08-30
1
-0
/
+7
*
remove Python 2.3 compat code for Decimal
Felix Schwarz
2011-08-30
1
-8
/
+4
*
Update the copyright line.
Jeroen Ruigrok van der Werven
2011-03-05
1
-1
/
+1
*
Just use the rsplit() since we do not need to support 2.3 in trunk.
Jeroen Ruigrok van der Werven
2011-03-05
1
-4
/
+1
*
Revert part of the commits with relation to the de locale's use of \xa0 as
Jeroen Ruigrok van der Werven
2009-08-22
1
-4
/
+4
*
Add extra doctest for formatting a number in de_DE since it uses a
Jeroen Ruigrok van der Werven
2009-08-21
1
-1
/
+4
*
Adjust tests to match the data in CLDR: German doesn't use a . as thousands
Jeroen Ruigrok van der Werven
2009-08-21
1
-3
/
+3
*
fix Python 2.3 compat: rearrange set/itemgetter/rsplit/sorted/unicode.decode
Philip Jenvey
2008-10-08
1
-1
/
+4
*
Improve CLDR import of currency-related data to ignore unsupported features s...
Christopher Lenz
2008-07-11
1
-0
/
+14
*
Implement support for aliases in the CLDR data. Closes #68. Also, update to C...
Christopher Lenz
2008-07-07
1
-2
/
+2
*
Fix scientific notation for 0. closes #99
Armin Ronacher
2008-06-17
1
-1
/
+4
*
Updated TODO-items in number.py.
Jonas Borgström
2007-08-12
1
-6
/
+3
*
Revert accidential change of file header in [260].
Christopher Lenz
2007-08-11
1
-1
/
+1
*
Added `Decimal` support to the scientific notation formatter and some code cl...
Jonas Borgström
2007-08-11
1
-42
/
+70
*
Added initial support for scientific notation patterns.
Jonas Borgström
2007-08-11
1
-9
/
+81
*
Upgraded to CLDR 1.5 and improved timezone formatting.
Christopher Lenz
2007-08-01
1
-2
/
+2
*
Added Decimal support to the number formatter.
Jonas Borgström
2007-07-16
1
-21
/
+40
*
Switched to using our own round() implementation.
Jonas Borgström
2007-07-10
1
-3
/
+33
*
Added support for siginificant digits in number patterns.
Jonas Borgström
2007-07-10
1
-9
/
+57
*
Some code cleanup.
Jonas Borgström
2007-06-19
1
-7
/
+2
*
Minor doc fixes.
Christopher Lenz
2007-06-18
1
-1
/
+1
*
Add a couple of CLI tests.
Christopher Lenz
2007-06-18
1
-1
/
+1
*
Add test for permille number format.
Christopher Lenz
2007-06-18
1
-5
/
+10
*
Add currency formatting.
Christopher Lenz
2007-06-18
1
-16
/
+46
*
Add wrapper class bundling the various formatting functions bound to a specif...
Christopher Lenz
2007-06-13
1
-4
/
+4
*
More explicit module-level function names in `babel.core`. Added `Locale.nego...
Christopher Lenz
2007-06-08
1
-2
/
+2
*
Added round-half-even (banker's rounding) support.
Jonas Borgström
2007-06-07
1
-13
/
+14
*
Move function for determining the system default locale to `babel.core`, and ...
Christopher Lenz
2007-06-06
1
-3
/
+2
*
Started docs on number formatting/parsing.
Christopher Lenz
2007-06-04
1
-10
/
+37
*
* Reduce size of locale data pickles by only storing the data provided by ea...
Christopher Lenz
2007-06-03
1
-6
/
+6
*
Implemented babel.numbers.format_percent
Jonas Borgström
2007-05-31
1
-5
/
+36
*
Add basic support for number format patterns.
Jonas Borgström
2007-05-30
1
-30
/
+150
*
Import of initial code base.
Christopher Lenz
2007-05-29
1
-0
/
+164