log babel/tests/core.py @ 592:e6b1efa9a255 trunk

age author description
Thu, 09 Aug 2012 07:47:09 +0000 fschwarz fix Locale.default to return Locales with correct territory information trunk
Thu, 09 Aug 2012 07:36:36 +0000 fschwarz change Locale comparison: Locales are now considered equal if all of their attributes (language, territory, script, variant) are equal. Before __eq__ used the simple string representation which hides errors in Locale instantiation (see #279 and #311 for more information). trunk
Thu, 09 Aug 2012 06:56:23 +0000 fschwarz change repr output for babel.Locale so all attributes (territory, script, variant) are shown by itself. This should help identifying bad usage of the Locale class (e.g. Locale('de_DE') instead of Locale('de', 'DE'), #279 trunk
Fri, 11 Mar 2011 16:25:08 +0000 fschwarz merge r586 from trunk stable-0.9.x
Fri, 11 Mar 2011 16:20:57 +0000 fschwarz catch exception if environment contains an invalid locale setting (fixes #200) trunk
Sat, 05 Mar 2011 15:22:28 +0000 jruigrok Update the copyright line. trunk
Thu, 31 May 2007 08:38:54 +0000 cmlenz * Removed pkg_resources/setuptools requirement from various places. trunk
Tue, 29 May 2007 20:33:55 +0000 cmlenz Import of initial code base. trunk
Copyright (C) 2012-2017 Edgewall Software