log babel/dates.py @ 249:d42e85b23272

age author description
Sun, 12 Aug 2007 19:19:43 +0000 cmlenz `get_timezone_gmt()` wasn't getting the locale passed in all cases, which led to test errors when the default locale wasn't configured via environment variables.
Tue, 07 Aug 2007 21:41:35 +0000 cmlenz Finish implementation of day-of-year and day-of-month for now, and fix implementation of year-of-week-of-year field. Closes #46. I suspect there are still cases not entirely covered by this implementation, but those can be filed as separate tickets.
Tue, 07 Aug 2007 20:08:42 +0000 cmlenz Implement day-of-week-in-month field in date formatting. Closes #50.
Tue, 07 Aug 2007 20:01:35 +0000 cmlenz More work on #46 (week-of-year/week-of-month).
Tue, 07 Aug 2007 17:17:28 +0000 cmlenz Again, properly implement week-in-year (#46).
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.
Mon, 16 Jul 2007 20:51:49 +0000 cmlenz Implement day-of-year date format field. Closes #49.
Mon, 16 Jul 2007 06:30:01 +0000 cmlenz Implement milliseconds in day (#48).
Sun, 15 Jul 2007 22:09:02 +0000 cmlenz Support for fractional seconds field in date formatting. Closes #47.
Fri, 13 Jul 2007 22:22:03 +0000 cmlenz Dummy/stub implementation for week-in-year and week-in-month date format fields. Also, treat extended year the same as the regular year field, not even ICU seems to handle it specially.
Mon, 18 Jun 2007 17:31:59 +0000 cmlenz Implement wall-time time-zone display.
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.
Wed, 06 Jun 2007 20:54:11 +0000 cmlenz Minor docstring fixes.
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`.
Tue, 05 Jun 2007 22:59:24 +0000 cmlenz Started implementation of datetime parsing, using a very basic approach for now.
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 10:51:38 +0000 cmlenz More work on timezones.
Thu, 31 May 2007 17:56:14 +0000 cmlenz Moved some datetime tests from doctest to unittest, to avoid breaking docutils/epydoc doctest block detection.
Thu, 31 May 2007 17:10:47 +0000 cmlenz Started documentation for date formatting, plus some code tweaks in that area.
Thu, 31 May 2007 14:37:31 +0000 cmlenz Handle escape chars in datetime patterns.
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 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