log babel/localedata.py @ 567:c81a11cb1476 trunk

age author description
Mon, 26 Sep 2011 09:42:43 +0000 fschwarz add a compat module to shield the code from changes in different versions of Python trunk
Sun, 20 Mar 2011 06:01:11 +0000 fschwarz use cPickle instead of pickle for better performance (fixes #225) trunk
Sat, 19 Mar 2011 19:48:23 +0000 fschwarz rename babel.localedata.list() to ease Python 3 transition (fixes #250) 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
Fri, 25 Sep 2009 20:29:11 +0000 pjenvey remove sorted and don't assume dict ordering (Python 2.3 & Jython compat) trunk
Fri, 18 Jul 2008 13:09:21 +0000 cmlenz Fix for memory leak reported in #128. Thanks to Manlio Perillo for reporting the problem. trunk
Mon, 07 Jul 2008 14:49:16 +0000 cmlenz Implement support for aliases in the CLDR data. Closes #68. Also, update to CLDR 1.6, and a much improved `dump_data` script. trunk
Wed, 01 Aug 2007 12:32:20 +0000 cmlenz Upgraded to CLDR 1.5 and improved timezone formatting. trunk
Thu, 28 Jun 2007 16:34:40 +0000 cmlenz Add a command-line option that prints out all available locales. Closes #24. trunk
Wed, 13 Jun 2007 07:52:20 +0000 pjenvey unused import trunk
Wed, 06 Jun 2007 12:14:01 +0000 cmlenz Add new function to module exports. trunk
Wed, 06 Jun 2007 12:12:44 +0000 cmlenz Load locale data lazily to avoid penalizing usage of `Locale` objects when no locale data is actually needed. trunk
Sun, 03 Jun 2007 15:27:27 +0000 cmlenz * Reduce size of locale data pickles by only storing the data provided by each locale itself, and merging inherited data at runtime. trunk
Copyright (C) 2012-2017 Edgewall Software