Mercurial > babel > mirror
comparison ChangeLog @ 589:c8bef607128c trunk
no warnings when running setup.py without installed setuptools (#262)
author | fschwarz |
---|---|
date | Wed, 08 Aug 2012 12:36:03 +0000 |
parents | 964cd2ec6f94 |
children | d1618dfaf114 |
comparison
equal
deleted
inserted
replaced
588:acdb8f9c9ce6 | 589:c8bef607128c |
---|---|
44 * fix format_date() with datetime parameter (#282, patch from Xavier Morel) | 44 * fix format_date() with datetime parameter (#282, patch from Xavier Morel) |
45 * fix format_decimal() with small Decimal values (#214, patch from George Lund) | 45 * fix format_decimal() with small Decimal values (#214, patch from George Lund) |
46 * fix handling of messages containing '\\n' (#198) | 46 * fix handling of messages containing '\\n' (#198) |
47 * handle irregular multi-line msgstr (no "" as first line) gracefully (#171) | 47 * handle irregular multi-line msgstr (no "" as first line) gracefully (#171) |
48 * parse_decimal() now returns Decimals not floats, API change (#178) | 48 * parse_decimal() now returns Decimals not floats, API change (#178) |
49 * no warnings when running setup.py without installed setuptools (#262) | |
49 | 50 |
50 | 51 |
51 Version 0.9.6 | 52 Version 0.9.6 |
52 http://svn.edgewall.org/repos/babel/tags/0.9.6/ | 53 http://svn.edgewall.org/repos/babel/tags/0.9.6/ |
53 (Mar 17 2011, from branches/stable/0.9.x) | 54 (Mar 17 2011, from branches/stable/0.9.x) |