log babel/core.py @ 158:d9dd2a4d1faf

age author description
Thu, 21 Jun 2007 11:38:42 +0000 cmlenz Minor improvements to locale negotation.
Wed, 20 Jun 2007 20:18:52 +0000 cmlenz The `LANGUAGE` environment variable may contain a colon-separated list of language codes.
Mon, 18 Jun 2007 16:19:50 +0000 cmlenz Add currency formatting.
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 23:11:32 +0000 cmlenz Add `english_name` property to `Locale` class.
Wed, 06 Jun 2007 12:12:44 +0000 cmlenz Load locale data lazily to avoid penalizing usage of `Locale` objects when no locale data is actually needed.
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 16:03:12 +0000 cmlenz Extended time-zone support.
Mon, 04 Jun 2007 14:28:54 +0000 cmlenz * Import datetime patterns from CLDR.
Mon, 04 Jun 2007 11:29:55 +0000 cmlenz Raise error on unsupported locales. Closes #5.
Sun, 03 Jun 2007 20:25:19 +0000 cmlenz Import basic timezone info from CLDR (see #3). Still missing a couple other pieces in the puzzle.
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
Thu, 31 May 2007 14:20:04 +0000 cmlenz Minor date formatting improvements.
Thu, 31 May 2007 08:38:54 +0000 cmlenz * Removed pkg_resources/setuptools requirement from various places.
Wed, 30 May 2007 21:30:14 +0000 jonas Add basic support for number format patterns.
Wed, 30 May 2007 17:39:43 +0000 cmlenz Pull in some supplemental data from the CLDR, for things like the first day of the week.
Tue, 29 May 2007 20:33:55 +0000 cmlenz Import of initial code base.
Copyright (C) 2012-2017 Edgewall Software