summaryrefslogtreecommitdiff
path: root/babel/support.py
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright year from 2018 to 2019Aarni Koskela2019-05-271-1/+1
* Use https URLs throughout project where availableJon Dufresne2018-06-131-1/+1
* Update copyright header years, and include the Babel teamAarni Koskela2018-02-021-1/+1
* Apply pre-commit fixes.Lukas Balaga2016-02-271-3/+3
* Flatten NullTranslations.files into a listAarni Koskela2015-12-291-1/+1
* Test/CI: Make doctests run on both Py2 and Py3Aarni Koskela2015-12-211-2/+2
* Add __copy__ and __deepcopy__ to LazyProxy.astaric2015-08-051-0/+17
* Some codestyle updates in babel.supportArmin Ronacher2013-07-251-31/+2
* License clarification and cleanupArmin Ronacher2013-07-241-17/+11
* fix babel.support for py3 strings/bytesAlex Morega2013-07-071-8/+8
* the python stdlib has no *pgettextAlex Morega2013-07-071-4/+0
* fix testsAlex Morega2013-07-071-0/+6
* More gettext fixesArmin Ronacher2013-07-061-3/+13
* Merge pull request #14 from mgax/pypyArmin Ronacher2013-07-061-1/+2
|\
| * make sure we close the fileAlex Morega2013-07-051-1/+2
* | Greatly improved timedelta formattingArmin Ronacher2013-07-051-3/+6
|/
* Removed __docformat__ markersArmin Ronacher2013-07-051-1/+1
* Removed trailing whitespaceArmin Ronacher2013-07-051-35/+35
* changes in CLDR dataAlex Morega2013-07-041-1/+1
* update Translations.load to use new parameter name ('fp' instead of 'fileobj'...Felix Schwarz2012-08-221-1/+1
* 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