Mercurial > babel > old > babel-test
log
age | author | description |
---|---|---|
Mon, 13 Aug 2007 04:16:16 +0000 | pjenvey | added test cases for correct po/mofile sorting, following up r264 |
Mon, 13 Aug 2007 00:59:09 +0000 | pjenvey | add a __cmp__ to Message that correctly sorts by id, taking into account plurals |
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. |