Mercurial > babel > old > babel-test
log
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. |
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. |
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. |