log babel/numbers.py @ 530:85e1beadacb0

age author description
Sat, 05 Mar 2011 15:22:28 +0000 jruigrok Update the copyright line.
Sat, 05 Mar 2011 14:43:28 +0000 jruigrok Just use the rsplit() since we do not need to support 2.3 in 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
Fri, 21 Aug 2009 12:51:17 +0000 jruigrok Add extra doctest for formatting a number in de_DE since it uses a
Fri, 21 Aug 2009 12:26:00 +0000 jruigrok Adjust tests to match the data in CLDR: German doesn't use a . as thousands
Wed, 08 Oct 2008 22:42:55 +0000 pjenvey fix Python 2.3 compat: rearrange set/itemgetter/rsplit/sorted/unicode.decode
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.
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.
Tue, 17 Jun 2008 21:17:44 +0000 aronacher Fix scientific notation for 0. closes #99
Sun, 12 Aug 2007 17:21:39 +0000 jonas Updated TODO-items in number.py.
Sat, 11 Aug 2007 22:54:40 +0000 cmlenz Revert accidential change of file header in [260].
Sat, 11 Aug 2007 13:09:02 +0000 jonas Added `Decimal` support to the scientific notation formatter and some code cleanup. This closes #52.
Sat, 11 Aug 2007 11:31:05 +0000 jonas Added initial support for scientific notation patterns.
Wed, 01 Aug 2007 12:32:20 +0000 cmlenz Upgraded to CLDR 1.5 and improved timezone formatting.
Mon, 16 Jul 2007 15:35:34 +0000 jonas Added Decimal support to the number formatter.
Tue, 10 Jul 2007 21:20:07 +0000 jonas Switched to using our own round() implementation.
Tue, 10 Jul 2007 20:14:05 +0000 jonas Added support for siginificant digits in number patterns.
Tue, 19 Jun 2007 19:44:02 +0000 jonas Some code cleanup.
Mon, 18 Jun 2007 19:49:12 +0000 cmlenz Minor doc fixes.
Mon, 18 Jun 2007 17:05:00 +0000 cmlenz Add a couple of CLI tests.
Mon, 18 Jun 2007 16:33:54 +0000 cmlenz Add test for permille number format.
Mon, 18 Jun 2007 16:19:50 +0000 cmlenz Add currency formatting.
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.
Fri, 08 Jun 2007 19:10:51 +0000 cmlenz More explicit module-level function names in `babel.core`. Added `Locale.negotiate` class method.
Thu, 07 Jun 2007 22:00:43 +0000 jonas Added round-half-even (banker's rounding) support.
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`.
Mon, 04 Jun 2007 12:06:25 +0000 cmlenz Started docs on number formatting/parsing.
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.
Thu, 31 May 2007 19:52:57 +0000 jonas Implemented babel.numbers.format_percent
Wed, 30 May 2007 21:30:14 +0000 jonas Add basic support for number format patterns.
Tue, 29 May 2007 20:33:55 +0000 cmlenz Import of initial code base.
Copyright (C) 2012-2017 Edgewall Software