Mercurial > babel > old > babel-test
comparison ChangeLog @ 505:06dab6ec802c stable-0.9.x
Back out r553 for now.
author | jruigrok |
---|---|
date | Tue, 22 Feb 2011 16:04:56 +0000 |
parents | 3295127550fe |
children | b29ff192b610 |
comparison
equal
deleted
inserted
replaced
503:3295127550fe | 505:06dab6ec802c |
---|---|
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/ |