log babel/numbers.py @ 583:ae897a807442 trunk

age author description
Sat, 04 Aug 2012 14:35:51 +0000 fschwarz restore Python 2.4 compatibility (broken in r634) 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
Mon, 26 Sep 2011 16:57:21 +0000 fschwarz remove/simplify useless code lines 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
Sat, 05 Mar 2011 14:43:28 +0000 jruigrok Just use the rsplit() since we do not need to support 2.3 in trunk. trunk
Fri, 04 Mar 2011 14:16:15 +0000 fschwarz Fix Python 2.3 compatibility for 0.9 branch (closes #233) stable-0.9.x
Thu, 15 Apr 2010 14:20:11 +0000 jruigrok Commit the resulting files after a 2to3 -nvw run. experimental-babel3
Sat, 22 Aug 2009 12:09:29 +0000 jruigrok Revert part of the commits with relation to the de locale's use of \xa0 as trunk
Fri, 21 Aug 2009 12:51:17 +0000 jruigrok Add extra doctest for formatting a number in de_DE since it uses a trunk
Fri, 21 Aug 2009 12:26:00 +0000 jruigrok Adjust tests to match the data in CLDR: German doesn't use a . as thousands trunk
Wed, 08 Oct 2008 22:42:55 +0000 pjenvey fix Python 2.3 compat: rearrange set/itemgetter/rsplit/sorted/unicode.decode trunk
Fri, 11 Jul 2008 13:47:28 +0000 cmlenz Improve CLDR import of currency-related data to ignore unsupported features such as symbol choice patterns and pluralized display names. See #93. trunk
Mon, 07 Jul 2008 14:49:16 +0000 cmlenz Implement support for aliases in the CLDR data. Closes #68. Also, update to CLDR 1.6, and a much improved `dump_data` script. trunk
Tue, 17 Jun 2008 21:17:44 +0000 aronacher Fix scientific notation for 0. closes #99 trunk
Sun, 12 Aug 2007 17:21:39 +0000 jonas Updated TODO-items in number.py. trunk
Sat, 11 Aug 2007 22:54:40 +0000 cmlenz Revert accidential change of file header in [260]. 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
Wed, 01 Aug 2007 12:32:20 +0000 cmlenz Upgraded to CLDR 1.5 and improved timezone formatting. trunk
Mon, 16 Jul 2007 15:35:34 +0000 jonas Added Decimal support to the number formatter. trunk
Tue, 10 Jul 2007 21:20:07 +0000 jonas Switched to using our own round() implementation. trunk
Tue, 10 Jul 2007 20:14:05 +0000 jonas Added support for siginificant digits in number patterns. trunk
Tue, 19 Jun 2007 19:44:02 +0000 jonas Some code cleanup. trunk
Mon, 18 Jun 2007 19:49:12 +0000 cmlenz Minor doc fixes. trunk
Mon, 18 Jun 2007 17:05:00 +0000 cmlenz Add a couple of CLI tests. trunk
Mon, 18 Jun 2007 16:33:54 +0000 cmlenz Add test for permille number format. trunk
Mon, 18 Jun 2007 16:19:50 +0000 cmlenz Add currency formatting. trunk
Wed, 13 Jun 2007 08:26:23 +0000 cmlenz Add wrapper class bundling the various formatting functions bound to a specific locale and time-zone. trunk
Fri, 08 Jun 2007 19:10:51 +0000 cmlenz More explicit module-level function names in `babel.core`. Added `Locale.negotiate` class method. trunk
Thu, 07 Jun 2007 22:00:43 +0000 jonas Added round-half-even (banker's rounding) support. trunk
Wed, 06 Jun 2007 11:02:24 +0000 cmlenz Move function for determining the system default locale to `babel.core`, and make it available as a class method on `Locale`. trunk
Mon, 04 Jun 2007 12:06:25 +0000 cmlenz Started docs on number formatting/parsing. trunk
Sun, 03 Jun 2007 15:27:27 +0000 cmlenz * Reduce size of locale data pickles by only storing the data provided by each locale itself, and merging inherited data at runtime. trunk
Thu, 31 May 2007 19:52:57 +0000 jonas Implemented babel.numbers.format_percent trunk
Wed, 30 May 2007 21:30:14 +0000 jonas Add basic support for number format patterns. trunk
Tue, 29 May 2007 20:33:55 +0000 cmlenz Import of initial code base. trunk
Copyright (C) 2012-2017 Edgewall Software