Mercurial > babel > old > babel-test
log
age | author | description |
---|---|---|
Sun, 20 Mar 2011 06:26:33 +0000 | fschwarz | add 0.9.6 release date in Changelog for trunk |
Sun, 20 Mar 2011 06:01:11 +0000 | fschwarz | use cPickle instead of pickle for better performance (fixes #225) |
Sat, 19 Mar 2011 21:13:34 +0000 | fschwarz | test refactoring: clear global babel logger handlers to decrease test interdependencies (follow-up on #227) |
Sat, 19 Mar 2011 19:50:21 +0000 | fschwarz | babel.messages.pofile should only apply encoding when actually writing a file (eases Python 3 transition, closes #251) |
Sat, 19 Mar 2011 19:48:23 +0000 | fschwarz | rename babel.localedata.list() to ease Python 3 transition (fixes #250) |
Sat, 19 Mar 2011 19:34:40 +0000 | fschwarz | Catalog class should not do decoding of input strings (fixes #256) |
Sat, 19 Mar 2011 19:28:59 +0000 | fschwarz | catalog.add() now returns the message instance (closes #245) |