log babel/core.py @ 309:43dca73da5b5 trunk

age author description
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. trunk
Wed, 22 Aug 2007 15:16:45 +0000 cmlenz Fix typo in docstring. trunk
Mon, 20 Aug 2007 08:33:44 +0000 cmlenz Fix minor glitch in docstring. trunk
Mon, 20 Aug 2007 08:28:30 +0000 cmlenz Apply patch for #26 to implement locale aliases. trunk
Tue, 07 Aug 2007 17:16:10 +0000 cmlenz Back out [251] which contained an accidential commit. trunk
Tue, 07 Aug 2007 17:13:45 +0000 cmlenz Properly implement week-in-year (#46). trunk
Wed, 01 Aug 2007 12:32:20 +0000 cmlenz Upgraded to CLDR 1.5 and improved timezone formatting. trunk
Thu, 28 Jun 2007 16:34:40 +0000 cmlenz Add a command-line option that prints out all available locales. Closes #24. trunk
Thu, 28 Jun 2007 11:43:26 +0000 cmlenz More robust locale string parsing, with support for scripts. Closes #27. trunk
Thu, 21 Jun 2007 11:38:42 +0000 cmlenz Minor improvements to locale negotation. trunk
Wed, 20 Jun 2007 20:18:52 +0000 cmlenz The `LANGUAGE` environment variable may contain a colon-separated list of language codes. trunk
Mon, 18 Jun 2007 16:19:50 +0000 cmlenz Add currency formatting. 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 23:11:32 +0000 cmlenz Add `english_name` property to `Locale` class. trunk
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. 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 16:03:12 +0000 cmlenz Extended time-zone support. trunk
Mon, 04 Jun 2007 14:28:54 +0000 cmlenz * Import datetime patterns from CLDR. trunk
Mon, 04 Jun 2007 11:29:55 +0000 cmlenz Raise error on unsupported locales. Closes #5. trunk
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. 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
Thu, 31 May 2007 14:20:04 +0000 cmlenz Minor date formatting improvements. trunk
Thu, 31 May 2007 08:38:54 +0000 cmlenz * Removed pkg_resources/setuptools requirement from various places. trunk
Wed, 30 May 2007 21:30:14 +0000 jonas Add basic support for number format patterns. trunk
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. trunk
Tue, 29 May 2007 20:33:55 +0000 cmlenz Import of initial code base. trunk
Copyright (C) 2012-2017 Edgewall Software