Mercurial > babel > old > babel-test
log
age | author | description |
---|---|---|
Fri, 07 Sep 2007 10:12:35 +0000 | cmlenz | Updated ChangeLog for [milestone:0.9.1]. |
Wed, 05 Sep 2007 17:18:10 +0000 | cmlenz | Ported [311] to 0.9.x branch. stable-0.9.x |
Wed, 05 Sep 2007 17:13:22 +0000 | cmlenz | Fix `__repr__` of `Translations` class. Closes #63. |
Wed, 05 Sep 2007 16:43:08 +0000 | cmlenz | Ported [309] to 0.9.x branch. stable-0.9.x |
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, 05 Sep 2007 16:33:22 +0000 | cmlenz | Ported [307] to 0.9.x branch. stable-0.9.x |
Wed, 05 Sep 2007 16:32:51 +0000 | cmlenz | Write PO files in binary mode. Closes #61. |