summaryrefslogtreecommitdiff
path: root/babel
Commit message (Expand)AuthorAgeFilesLines
* Improved downloading and conversion experienceArmin Ronacher2013-07-041-0/+0
* initial cleanupxen2013-07-032-0/+1
* ensure .mo file header contains the same information as the source .po file (...Felix Schwarz2012-08-273-9/+40
* fix 'input_dirs' option for setuptools integration (#232, initial patch by É...Felix Schwarz2012-08-232-2/+25
* fix spellingFelix Schwarz2012-08-221-1/+1
* update Translations.load to use new parameter name ('fp' instead of 'fileobj'...Felix Schwarz2012-08-222-1/+17
* "update" command now supports "--width" option (#284)Felix Schwarz2012-08-201-9/+19
* raise exception if setuptools integration for init catalog uses both 'width' ...Felix Schwarz2012-08-201-0/+3
* "init" command support "--width" option (#284)Felix Schwarz2012-08-202-5/+67
* change constructor for babel.support.Translations to __init__(fp=None, domain...Felix Schwarz2012-08-202-5/+4
* fix tests on Python 2.4, named tuples are not available thereFelix Schwarz2012-08-201-1/+1
* ".load()" (babel.support.Translations) now returns Babel's NullTranslation (b...Felix Schwarz2012-08-201-1/+1
* add babel.support.NullTranslations class similar to gettext.NullTranslations ...Felix Schwarz2012-08-202-91/+150
* don't use class-level variable as default value for method parameters in babe...Felix Schwarz2012-08-101-3/+6
* format_time() and format_datetime() now accept also floats (#242)Felix Schwarz2012-08-092-2/+21
* resort to hard-coded message extractors/checkers if pkg_resources is installe...Felix Schwarz2012-08-092-7/+15
* fix Locale.default to return Locales with correct territory informationFelix Schwarz2012-08-092-20/+31
* change Locale comparison: Locales are now considered equal if all of their at...Felix Schwarz2012-08-093-2/+17
* change repr output for babel.Locale so all attributes (territory, script, var...Felix Schwarz2012-08-092-10/+33
* disable doctests for babel.numbers in Python 2.4 due to changed Decimal repr ...Felix Schwarz2012-08-081-1/+9
* parse_decimal() now returns Decimals not floats, API change (#178)Felix Schwarz2012-08-062-7/+18
* fix doctests on Python 2.4: In 2.4 re.sub(..., ..., u'') will return '' (str,...Felix Schwarz2012-08-061-5/+5
* handle irregular multi-line msgstr (no "" as first line) gracefully (#171)Felix Schwarz2012-08-042-6/+17
* fix indentation in split_numberFelix Schwarz2012-08-041-35/+35
* restore Python 2.4 compatibility (broken in r634)Felix Schwarz2012-08-041-1/+4
* fix handling of messages containing '\\n' (#171)Felix Schwarz2012-08-032-5/+26
* small code cleanup in write_po()Felix Schwarz2012-08-031-4/+2
* fix format_decimal() with small Decimal values (#214, patch from George Lund)Felix Schwarz2012-08-032-3/+40
* use decorators (as we require Python 2.4+ anyway)Felix Schwarz2012-07-314-201/+165
* fix format_date() with a datetime parameter (#282)Felix Schwarz2012-07-302-1/+11
* fix formatting of fraction in format_decimal() if the input value is a float ...Felix Schwarz2012-07-282-0/+8
* remove ElementTree import from babel.compat as this introduces a new (unneces...Felix Schwarz2012-07-241-5/+0
* add "--no-wrap" option for init/update commands (#289)Felix Schwarz2012-07-243-4/+90
* change frontend tests so that they can be run stand-alone (using "python babe...Felix Schwarz2012-07-231-4/+6
* remove Python 2.3 conditional in test suite generationFelix Schwarz2011-09-281-4/+1
* Support for context-aware methods during message extraction (fixes #229, patc...Felix Schwarz2011-09-263-22/+51
* remove/simplify useless code linesFelix Schwarz2011-09-262-2/+1
* add a compat module to shield the code from changes in different versions of ...Felix Schwarz2011-09-262-4/+31
* use helper methods in frontend tests to concentrate assumptions about file sy...Felix Schwarz2011-09-261-48/+62
* refactor Catalog.__cmp__ methodFelix Schwarz2011-09-261-10/+13
* add more comparison methods to babel.messages.Catalog to ease the Python 3 tr...Felix Schwarz2011-09-251-0/+18
* fix spelling in commentsFelix Schwarz2011-09-251-2/+2
* rename several du*gettext methods() to ud*gettext for more consistent naming ...Felix Schwarz2011-09-071-4/+12
* fix docstring for babel.messages.extract() so it mentions the correct return ...Felix Schwarz2011-09-031-3/+3
* Allow disabling cache behaviour in LazyProxy (fixes #208, initial patch Pedro...Felix Schwarz2011-08-312-1/+27
* Only use bankers round algorithm as a tie breaker if there are two nearest nu...Felix Schwarz2011-08-302-1/+21
* remove Python 2.3 compat code for DecimalFelix Schwarz2011-08-302-32/+22
* small test refactoring/cleanupFelix Schwarz2011-03-201-1/+1
* use cPickle instead of pickle for better performance (fixes #225)Felix Schwarz2011-03-202-2/+2
* test refactoring: clear global babel logger handlers to decrease test interde...Felix Schwarz2011-03-191-7/+11