Mercurial > babel > mirror
comparison ChangeLog @ 505:ace10c91b1ad stable-0.9.x
Back out r553 for now.
author | jruigrok |
---|---|
date | Tue, 22 Feb 2011 16:04:56 +0000 |
parents | feb757759ca2 |
children | 99a51a33f0ae |
comparison
equal
deleted
inserted
replaced
503:feb757759ca2 | 505:ace10c91b1ad |
---|---|
19 * Explicitly sort instead of using sorted() and don't assume ordering | 19 * Explicitly sort instead of using sorted() and don't assume ordering |
20 (Python 2.3 and Jython compatibility). | 20 (Python 2.3 and Jython compatibility). |
21 * Removed ValueError raising for string formatting message checkers if the | 21 * Removed ValueError raising for string formatting message checkers if the |
22 string does not contain any string formattings (ticket #150). | 22 string does not contain any string formattings (ticket #150). |
23 * Fix Serbian plural forms (ticket #213). | 23 * Fix Serbian plural forms (ticket #213). |
24 * Prevent multiple handlers being added to the same logger (ticket #227). | |
25 * Small speed improvement in format_date() (ticket #216). | 24 * Small speed improvement in format_date() (ticket #216). |
26 | 25 |
27 | 26 |
28 Version 0.9.5 | 27 Version 0.9.5 |
29 http://svn.edgewall.org/repos/babel/tags/0.9.5/ | 28 http://svn.edgewall.org/repos/babel/tags/0.9.5/ |