log babel/support.py @ 599:33c8c68b96c7 trunk

age author description
Mon, 20 Aug 2012 19:34:42 +0000 fschwarz change constructor for babel.support.Translations to __init__(fp=None, domain=None) as its super class gettext.GNUTranslations uses "fp" as well (even if "fileobj" is a better name) trunk
Mon, 20 Aug 2012 19:24:03 +0000 fschwarz ".load()" (babel.support.Translations) now returns Babel's NullTranslation (babel.support.NullTranslation) instead of gettext.NullTranslations trunk
Mon, 20 Aug 2012 19:21:22 +0000 fschwarz add babel.support.NullTranslations class similar to gettext.NullTranslations but with all of Babel's new *gettext methods (#277) trunk
Fri, 10 Aug 2012 20:41:22 +0000 fschwarz don't use class-level variable as default value for method parameters in babel.support.Translations to ease custom inheritance (see #276, initial patch by Christopher A. Stelma) trunk
Tue, 31 Jul 2012 08:46:19 +0000 fschwarz use decorators (as we require Python 2.4+ anyway) trunk
Wed, 07 Sep 2011 19:49:45 +0000 fschwarz rename several du*gettext methods() to ud*gettext for more consistent naming (fixes #263). The old names are still valid and are not deprecetad as these names are commonly used also in other software. trunk
Wed, 31 Aug 2011 12:38:06 +0000 fschwarz Allow disabling cache behaviour in LazyProxy (fixes #208, initial patch Pedro Algarvio) trunk
Sat, 05 Mar 2011 15:22:28 +0000 jruigrok Update the copyright line. trunk
Sat, 05 Mar 2011 14:50:16 +0000 jruigrok Get rid of some unused imports. trunk
Fri, 04 Mar 2011 14:16:15 +0000 fschwarz Fix Python 2.3 compatibility for 0.9 branch (closes #233) stable-0.9.x
Thu, 15 Apr 2010 14:20:11 +0000 jruigrok Commit the resulting files after a 2to3 -nvw run. experimental-babel3
Wed, 29 Jul 2009 10:00:32 +0000 jruigrok First changes to accomodate CLDR 1.7's changes. trunk
Thu, 18 Dec 2008 00:14:40 +0000 palgarvio Add support for `msgctxt`. See #54. trunk
Wed, 08 Oct 2008 22:42:55 +0000 pjenvey fix Python 2.3 compat: rearrange set/itemgetter/rsplit/sorted/unicode.decode trunk
Mon, 25 Aug 2008 11:52:58 +0000 cmlenz Ported [448] and [449] to 0.9.x branch. stable-0.9.x 0.9.4
Mon, 25 Aug 2008 11:24:28 +0000 cmlenz Add message domain support to the `Translations` class. Closes #137. trunk
Mon, 25 Aug 2008 10:08:22 +0000 cmlenz Ported [442:446/trunk] to 0.9.x branch. stable-0.9.x
Tue, 05 Aug 2008 23:30:50 +0000 palgarvio Fix `babel.support.Translations.__repr__` and make it less stupid; Include the project name and version defined on the catalog loaded. trunk
Fri, 18 Jul 2008 13:38:02 +0000 cmlenz Add `timedelta` function to the `Format` support class. trunk
Fri, 27 Jun 2008 15:22:12 +0000 cmlenz Ported [388:405/trunk] to 0.9.x branch. stable-0.9.x
Tue, 17 Jun 2008 19:54:34 +0000 aronacher The builtin checkers don't require setuptools any longer, validate_format and python_format from the checkers module are merged into one now. trunk
Tue, 17 Jun 2008 19:32:09 +0000 aronacher Added `validate_format helper function to `babel.support`. trunk
Mon, 16 Jun 2008 16:05:35 +0000 cmlenz Fixes for timezone calculations in time formatting (#83). trunk
Wed, 11 Jun 2008 20:00:21 +0000 cmlenz Fix handling of default value of `locales` parameter of the `Translations.load()` method. Thanks to Armin Ronacher for reporting the problem. trunk
Wed, 05 Sep 2007 17:13:22 +0000 cmlenz Fix `__repr__` of `Translations` class. Closes #63. trunk
Wed, 13 Jun 2007 08:26:23 +0000 cmlenz Add wrapper class bundling the various formatting functions bound to a specific locale and time-zone. trunk
Wed, 13 Jun 2007 08:03:48 +0000 pjenvey o fix misnamed vars in LazyProxy trunk
Fri, 08 Jun 2007 11:54:01 +0000 cmlenz Move `Translations` and `LazyProxy` to new `babel.support` module, which should contain any convenience code that is useful for applications using Babel/I18n, but not used by Babel itself. trunk
Copyright (C) 2012-2017 Edgewall Software