summaryrefslogtreecommitdiff
path: root/babel/support.py
Commit message (Expand)AuthorAgeFilesLines
...
* change constructor for babel.support.Translations to __init__(fp=None, domain...Felix Schwarz2012-08-201-4/+3
* ".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-201-91/+109
* don't use class-level variable as default value for method parameters in babe...Felix Schwarz2012-08-101-3/+6
* use decorators (as we require Python 2.4+ anyway)Felix Schwarz2012-07-311-2/+2
* rename several du*gettext methods() to ud*gettext for more consistent naming ...Felix Schwarz2011-09-071-4/+12
* Allow disabling cache behaviour in LazyProxy (fixes #208, initial patch Pedro...Felix Schwarz2011-08-311-1/+5
* Update the copyright line.Jeroen Ruigrok van der Werven2011-03-051-1/+1
* Get rid of some unused imports.Jeroen Ruigrok van der Werven2011-03-051-4/+4
* First changes to accomodate CLDR 1.7's changes.Jeroen Ruigrok van der Werven2009-07-291-1/+1
* Add support for `msgctxt`. See #54.Pedro Algarvio2008-12-181-0/+173
* fix Python 2.3 compat: rearrange set/itemgetter/rsplit/sorted/unicode.decodePhilip Jenvey2008-10-081-6/+1
* Add message domain support to the `Translations` class. Closes #137.Christopher Lenz2008-08-251-14/+85
* Fix `babel.support.Translations.__repr__` and make it less stupid; Include th...Pedro Algarvio2008-08-051-4/+5
* Add `timedelta` function to the `Format` support class.Christopher Lenz2008-07-181-2/+15
* The builtin checkers don't require setuptools any longer, validate_format and...Armin Ronacher2008-06-171-108/+2
* Added `validate_format helper function to `babel.support`.Armin Ronacher2008-06-171-2/+113
* Fixes for timezone calculations in time formatting (#83).Christopher Lenz2008-06-161-1/+1
* Fix handling of default value of `locales` parameter of the `Translations.loa...Christopher Lenz2008-06-111-4/+5
* Fix `__repr__` of `Translations` class. Closes #63.Christopher Lenz2007-09-051-1/+1
* Add wrapper class bundling the various formatting functions bound to a specif...Christopher Lenz2007-06-131-1/+112
* o fix misnamed vars in LazyProxyPhilip Jenvey2007-06-131-3/+3
* Move `Translations` and `LazyProxy` to new `babel.support` module, which shou...Christopher Lenz2007-06-081-0/+209