log babel/tests/numbers.py @ 588:acdb8f9c9ce6 trunk

age author description
Wed, 08 Aug 2012 12:23:20 +0000 fschwarz disable doctests for babel.numbers in Python 2.4 due to changed Decimal repr output trunk
Mon, 06 Aug 2012 20:19:20 +0000 fschwarz parse_decimal() now returns Decimals not floats, API change (#178) trunk
Fri, 03 Aug 2012 08:36:21 +0000 fschwarz fix format_decimal() with small Decimal values (#214, patch from George Lund) trunk
Sat, 28 Jul 2012 22:26:02 +0000 fschwarz fix formatting of fraction in format_decimal() if the input value is a float with more than 7 significant digits (#183) trunk
Tue, 30 Aug 2011 21:06:49 +0000 fschwarz merge r611 from trunk stable-0.9.x
Tue, 30 Aug 2011 20:53:33 +0000 fschwarz Only use bankers round algorithm as a tie breaker if there are two nearest numbers, round as usual if there is only one nearest number (#267, patch by Martin) trunk
Tue, 30 Aug 2011 20:27:34 +0000 fschwarz remove Python 2.3 compat code for Decimal trunk
Sat, 05 Mar 2011 15:22:28 +0000 jruigrok Update the copyright line. trunk
Tue, 17 Jun 2008 21:17:44 +0000 aronacher Fix scientific notation for 0. closes #99 trunk
Sat, 11 Aug 2007 13:09:02 +0000 jonas Added `Decimal` support to the scientific notation formatter and some code cleanup. This closes #52. trunk
Sat, 11 Aug 2007 11:31:05 +0000 jonas Added initial support for scientific notation patterns. trunk
Mon, 16 Jul 2007 15:35:34 +0000 jonas Added Decimal support to the number formatter. trunk
Tue, 10 Jul 2007 20:14:05 +0000 jonas Added support for siginificant digits in number patterns. trunk
Fri, 08 Jun 2007 12:41:00 +0000 cmlenz The order of extraction methods is now preserved (see #10). trunk
Thu, 07 Jun 2007 22:00:43 +0000 jonas Added round-half-even (banker's rounding) support. trunk
Thu, 31 May 2007 08:38:54 +0000 cmlenz * Removed pkg_resources/setuptools requirement from various places. trunk
Tue, 29 May 2007 20:33:55 +0000 cmlenz Import of initial code base. trunk
Copyright (C) 2012-2017 Edgewall Software