Mercurial > babel > mirror
comparison ChangeLog @ 503:feb757759ca2 stable-0.9.x
Merged revisions 554 via svnmerge from
http://svn.edgewall.org/repos/babel/trunk
........
r554 | jruigrok | 2011-02-22 16:16:13 +0100 (di, 22 feb 2011) | 4 lines
Small speed improvement for format_date() by getting rid of duplicate parse_pattern.
Issue: #216
Submitted by: St?phane D?murget
........
author | jruigrok |
---|---|
date | Tue, 22 Feb 2011 15:39:46 +0000 |
parents | f045ef8aa77c |
children | ace10c91b1ad |
comparison
equal
deleted
inserted
replaced
501:f045ef8aa77c | 503:feb757759ca2 |
---|---|
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). | 24 * Prevent multiple handlers being added to the same logger (ticket #227). |
25 * Small speed improvement in format_date() (ticket #216). | |
25 | 26 |
26 | 27 |
27 Version 0.9.5 | 28 Version 0.9.5 |
28 http://svn.edgewall.org/repos/babel/tags/0.9.5/ | 29 http://svn.edgewall.org/repos/babel/tags/0.9.5/ |
29 (Apr 6 2010, from branches/stable/0.9.x) | 30 (Apr 6 2010, from branches/stable/0.9.x) |