Mercurial > babel > old > mirror
comparison ChangeLog @ 551:632b2338e6dd
use cPickle instead of pickle for better performance (fixes #225)
import_cldr on my system was about 20% faster with this patch (13.9 sec vs. 16.9 sec)
author | fschwarz |
---|---|
date | Sun, 20 Mar 2011 06:01:11 +0000 |
parents | 4bdbc32c5b64 |
children | 19965213e0ed |
comparison
equal
deleted
inserted
replaced
550:3c306c1f842f | 551:632b2338e6dd |
---|---|
28 * Fix Serbian plural forms (ticket #213). | 28 * Fix Serbian plural forms (ticket #213). |
29 * Small speed improvement in format_date() (ticket #216). | 29 * Small speed improvement in format_date() (ticket #216). |
30 * Fix so frontend.CommandLineInterface.run does not accumulate logging | 30 * Fix so frontend.CommandLineInterface.run does not accumulate logging |
31 handlers (#227, reported with initial patch by dfraser) | 31 handlers (#227, reported with initial patch by dfraser) |
32 * Fix exception if environment contains an invalid locale setting (#200) | 32 * Fix exception if environment contains an invalid locale setting (#200) |
33 * use cPickle instead of pickle for better performance (#225) | |
33 | 34 |
34 | 35 |
35 Version 0.9.6 | 36 Version 0.9.6 |
36 http://svn.edgewall.org/repos/babel/tags/0.9.6/ | 37 http://svn.edgewall.org/repos/babel/tags/0.9.6/ |
37 (? ? 2011, from branches/stable/0.9.x) | 38 (? ? 2011, from branches/stable/0.9.x) |