log babel/tests/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:31:09 +0000 fschwarz fix tests on Python 2.4, named tuples are not available there 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
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
Thu, 15 Apr 2010 14:20:11 +0000 jruigrok Commit the resulting files after a 2to3 -nvw run. experimental-babel3
Thu, 18 Dec 2008 00:14:40 +0000 palgarvio Add support for `msgctxt`. See #54. 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