summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:mitsuhiko/babelArmin Ronacher2013-07-071-2/+4
|\
| * updated changelog, setup.py (classifiers), requirements for installationThomas Waldmann2013-07-071-2/+4
* | Added explicit charset argument to read_po and added changelog entriesArmin Ronacher2013-07-071-0/+2
|/
* Added changelog entry for timezone functionalityArmin Ronacher2013-07-061-0/+2
* Expanded currency formatting to support full currency namesArmin Ronacher2013-07-051-0/+2
* Territory name and script name addedArmin Ronacher2013-07-051-0/+2
* Added support for get_language_name()Armin Ronacher2013-07-051-0/+1
* ensure .mo file header contains the same information as the source .po file (...Felix Schwarz2012-08-271-0/+2
* fix 'input_dirs' option for setuptools integration (#232, initial patch by É...Felix Schwarz2012-08-231-0/+2
* "update" command now supports "--width" option (#284)Felix Schwarz2012-08-201-1/+1
* "init" command support "--width" option (#284)Felix Schwarz2012-08-201-0/+1
* add babel.support.NullTranslations class similar to gettext.NullTranslations ...Felix Schwarz2012-08-201-0/+2
* format_time() and format_datetime() now accept also floats (#242)Felix Schwarz2012-08-091-0/+1
* resort to hard-coded message extractors/checkers if pkg_resources is installe...Felix Schwarz2012-08-091-0/+2
* change Locale comparison: Locales are now considered equal if all of their at...Felix Schwarz2012-08-091-0/+2
* no warnings when running setup.py without installed setuptools (#262)Felix Schwarz2012-08-081-0/+1
* parse_decimal() now returns Decimals not floats, API change (#178)Felix Schwarz2012-08-061-0/+1
* handle irregular multi-line msgstr (no "" as first line) gracefully (#171)Felix Schwarz2012-08-041-1/+2
* fix handling of messages containing '\\n' (#171)Felix Schwarz2012-08-031-0/+1
* fix format_decimal() with small Decimal values (#214, patch from George Lund)Felix Schwarz2012-08-031-0/+1
* add changelog entry for r631 (#282)Felix Schwarz2012-07-301-0/+2
* fix formatting of fraction in format_decimal() if the input value is a float ...Felix Schwarz2012-07-281-0/+2
* add "--no-wrap" option for init/update commands (#289)Felix Schwarz2012-07-241-1/+2
* Support for context-aware methods during message extraction (fixes #229, patc...Felix Schwarz2011-09-261-2/+3
* Allow disabling cache behaviour in LazyProxy (fixes #208, initial patch Pedro...Felix Schwarz2011-08-311-0/+2
* Only use bankers round algorithm as a tie breaker if there are two nearest nu...Felix Schwarz2011-08-301-0/+3
* add 0.9.6 release date in Changelog for trunkFelix Schwarz2011-03-201-1/+1
* use cPickle instead of pickle for better performance (fixes #225)Felix Schwarz2011-03-201-0/+1
* add actual unit tests for #227 and add missing changelog entryFelix Schwarz2011-03-111-0/+4
* add missing changelog entries in 0.9.6 section of trunk changelogFelix Schwarz2011-03-111-1/+8
* add changelog entry for #200Felix Schwarz2011-03-111-1/+2
* Back out r549 for now.Jeroen Ruigrok van der Werven2011-02-221-1/+0
* Small speed improvement for format_date() by getting rid of duplicate parse_p...Jeroen Ruigrok van der Werven2011-02-221-0/+1
* Prevent multiple handlers being attached to the same logger.Jeroen Ruigrok van der Werven2011-02-221-0/+1
* Update ChangeLog.Jeroen Ruigrok van der Werven2010-04-191-2/+16
* Add 0.9.6 entries.Jeroen Ruigrok van der Werven2010-04-191-0/+25
* Fix Serbian plural forms (ticket #213).Jeroen Ruigrok van der Werven2010-04-111-0/+1
* Document the Python 2.7 ElementTree fix.Jeroen Ruigrok van der Werven2010-04-081-0/+1
* Add the 0.9.5 release notes.Jeroen Ruigrok van der Werven2010-04-061-0/+11
* Document the square bracket and CLDR 1.7 work.Jeroen Ruigrok van der Werven2010-02-241-0/+3
* Fix Catalog._set_mime_headers' handing of negative offsets.Jeroen Ruigrok van der Werven2009-03-161-0/+1
* fix Python 2.3 compat: rearrange set/itemgetter/rsplit/sorted/unicode.decodePhilip Jenvey2008-10-081-0/+1
* Fix type in ChangeLog.Christopher Lenz2008-08-251-1/+1
* Add message domain support to the `Translations` class. Closes #137.Christopher Lenz2008-08-251-0/+3
* Added [444] and [445] to ChangeLog.Christopher Lenz2008-08-251-1/+3
* Strip locale modifiers when parsing (#136), and treat 'C' and 'POSIX' as alia...Christopher Lenz2008-08-061-0/+5
* Fix for memory leak reported in #128. Thanks to Manlio Perillo for reporting ...Christopher Lenz2008-07-181-0/+2
* Fixed quarters in date formatting.Christopher Lenz2008-07-151-0/+9
* The `format_timedelta` function now returns, for example, “1 day” instead...Christopher Lenz2008-07-151-0/+9
* Fix dates in ChangeLog.Christopher Lenz2008-07-091-2/+2