summaryrefslogtreecommitdiff
path: root/babel/numbers.py
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaceArmin Ronacher2013-07-051-50/+50
* currency format changed for SpanishAlex Morega2013-07-051-1/+1
* parse_decimal() now returns Decimals not floats, API change (#178)Felix Schwarz2012-08-061-7/+7
* fix indentation in split_numberFelix Schwarz2012-08-041-35/+35
* restore Python 2.4 compatibility (broken in r634)Felix Schwarz2012-08-041-1/+4
* fix format_decimal() with small Decimal values (#214, patch from George Lund)Felix Schwarz2012-08-031-3/+33
* fix formatting of fraction in format_decimal() if the input value is a float ...Felix Schwarz2012-07-281-0/+2
* remove/simplify useless code linesFelix Schwarz2011-09-261-1/+0
* Only use bankers round algorithm as a tie breaker if there are two nearest nu...Felix Schwarz2011-08-301-0/+7
* remove Python 2.3 compat code for DecimalFelix Schwarz2011-08-301-8/+4
* Update the copyright line.Jeroen Ruigrok van der Werven2011-03-051-1/+1
* Just use the rsplit() since we do not need to support 2.3 in trunk.Jeroen Ruigrok van der Werven2011-03-051-4/+1
* Revert part of the commits with relation to the de locale's use of \xa0 asJeroen Ruigrok van der Werven2009-08-221-4/+4
* Add extra doctest for formatting a number in de_DE since it uses a Jeroen Ruigrok van der Werven2009-08-211-1/+4
* Adjust tests to match the data in CLDR: German doesn't use a . as thousandsJeroen Ruigrok van der Werven2009-08-211-3/+3
* fix Python 2.3 compat: rearrange set/itemgetter/rsplit/sorted/unicode.decodePhilip Jenvey2008-10-081-1/+4
* Improve CLDR import of currency-related data to ignore unsupported features s...Christopher Lenz2008-07-111-0/+14
* Implement support for aliases in the CLDR data. Closes #68. Also, update to C...Christopher Lenz2008-07-071-2/+2
* Fix scientific notation for 0. closes #99Armin Ronacher2008-06-171-1/+4
* Updated TODO-items in number.py.Jonas Borgström2007-08-121-6/+3
* Revert accidential change of file header in [260].Christopher Lenz2007-08-111-1/+1
* Added `Decimal` support to the scientific notation formatter and some code cl...Jonas Borgström2007-08-111-42/+70
* Added initial support for scientific notation patterns.Jonas Borgström2007-08-111-9/+81
* Upgraded to CLDR 1.5 and improved timezone formatting.Christopher Lenz2007-08-011-2/+2
* Added Decimal support to the number formatter.Jonas Borgström2007-07-161-21/+40
* Switched to using our own round() implementation.Jonas Borgström2007-07-101-3/+33
* Added support for siginificant digits in number patterns.Jonas Borgström2007-07-101-9/+57
* Some code cleanup.Jonas Borgström2007-06-191-7/+2
* Minor doc fixes.Christopher Lenz2007-06-181-1/+1
* Add a couple of CLI tests.Christopher Lenz2007-06-181-1/+1
* Add test for permille number format.Christopher Lenz2007-06-181-5/+10
* Add currency formatting.Christopher Lenz2007-06-181-16/+46
* Add wrapper class bundling the various formatting functions bound to a specif...Christopher Lenz2007-06-131-4/+4
* More explicit module-level function names in `babel.core`. Added `Locale.nego...Christopher Lenz2007-06-081-2/+2
* Added round-half-even (banker's rounding) support.Jonas Borgström2007-06-071-13/+14
* Move function for determining the system default locale to `babel.core`, and ...Christopher Lenz2007-06-061-3/+2
* Started docs on number formatting/parsing.Christopher Lenz2007-06-041-10/+37
* * Reduce size of locale data pickles by only storing the data provided by ea...Christopher Lenz2007-06-031-6/+6
* Implemented babel.numbers.format_percentJonas Borgström2007-05-311-5/+36
* Add basic support for number format patterns.Jonas Borgström2007-05-301-30/+150
* Import of initial code base.Christopher Lenz2007-05-291-0/+164