log babel/core.py @ 549:423bb50cb8af

age author description
Sun, 20 Mar 2011 06:01:11 +0000 fschwarz use cPickle instead of pickle for better performance (fixes #225)
Fri, 11 Mar 2011 16:25:08 +0000 fschwarz merge r586 from trunk stable-0.9.x
Fri, 11 Mar 2011 16:20:57 +0000 fschwarz catch exception if environment contains an invalid locale setting (fixes #200)
Sat, 05 Mar 2011 15:22:28 +0000 jruigrok Update the copyright line.
Thu, 15 Apr 2010 14:20:11 +0000 jruigrok Commit the resulting files after a 2to3 -nvw run. experimental-babel3
Sun, 11 Apr 2010 08:55:33 +0000 jruigrok Merged revisions 474 via svnmerge from stable-0.9.x
Sat, 22 Aug 2009 12:53:45 +0000 jruigrok Current CDLR has implemented the full type specifiers on the dateTimeFormats,
Wed, 19 Aug 2009 12:15:13 +0000 jruigrok Add a __ne__ method for the Locale class.
Wed, 29 Jul 2009 10:00:32 +0000 jruigrok First changes to accomodate CLDR 1.7's changes.
Mon, 25 Aug 2008 10:08:22 +0000 cmlenz Ported [442:446/trunk] to 0.9.x branch. stable-0.9.x
Wed, 06 Aug 2008 10:20:49 +0000 cmlenz Strip locale modifiers when parsing (#136), and treat 'C' and 'POSIX' as aliases for 'en_US_POSIX'.
Tue, 15 Jul 2008 12:53:52 +0000 cmlenz Doc improvements for the new `format_timedelta` function.
Mon, 14 Jul 2008 22:13:44 +0000 cmlenz Preliminary support for timedelta formatting (see #126), and import/expose the locale plural rules from the CLDR.
Fri, 11 Jul 2008 08:58:04 +0000 jruigrok Clarify first_week_day, weekend_start, and weekend_end to point out that
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.
Wed, 05 Sep 2007 16:40:17 +0000 cmlenz In `Locale.parse()`, only parse the argument if it's a string, otherwise just return the argument. This assumes that a non-string argument is either a `Locale` instance, or a proxy object pretending to be one. That may not be a safe assumption, but at least it allows you to use proxy objects such as Paste's `StackedObjectProxy` for locales.
Wed, 22 Aug 2007 15:16:45 +0000 cmlenz Fix typo in docstring.
Mon, 20 Aug 2007 08:33:44 +0000 cmlenz Fix minor glitch in docstring.
Mon, 20 Aug 2007 08:28:30 +0000 cmlenz Apply patch for #26 to implement locale aliases.
Tue, 07 Aug 2007 17:16:10 +0000 cmlenz Back out [251] which contained an accidential commit.
Tue, 07 Aug 2007 17:13:45 +0000 cmlenz Properly implement week-in-year (#46).
Wed, 01 Aug 2007 12:32:20 +0000 cmlenz Upgraded to CLDR 1.5 and improved timezone formatting.
Thu, 28 Jun 2007 16:34:40 +0000 cmlenz Add a command-line option that prints out all available locales. Closes #24.
Thu, 28 Jun 2007 11:43:26 +0000 cmlenz More robust locale string parsing, with support for scripts. Closes #27.
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