summaryrefslogtreecommitdiff
path: root/babel/localedata.py
Commit message (Expand)AuthorAgeFilesLines
* Some codestyle updates in babel.localedataArmin Ronacher2013-07-251-9/+4
* License clarification and cleanupArmin Ronacher2013-07-241-16/+11
* First pass on python 3 supportArmin Ronacher2013-07-061-6/+18
* Started work on cleanups for Python 3Armin Ronacher2013-07-061-2/+2
* Removed __docformat__ markersArmin Ronacher2013-07-051-1/+1
* Removed trailing whitespaceArmin Ronacher2013-07-051-12/+12
* add a compat module to shield the code from changes in different versions of ...Felix Schwarz2011-09-261-4/+2
* use cPickle instead of pickle for better performance (fixes #225)Felix Schwarz2011-03-201-1/+1
* rename babel.localedata.list() to ease Python 3 transition (fixes #250)Felix Schwarz2011-03-191-2/+2
* Update the copyright line.Jeroen Ruigrok van der Werven2011-03-051-1/+1
* remove sorted and don't assume dict ordering (Python 2.3 & Jython compat)Philip Jenvey2009-09-251-2/+2
* Fix for memory leak reported in #128. Thanks to Manlio Perillo for reporting ...Christopher Lenz2008-07-181-3/+8
* Implement support for aliases in the CLDR data. Closes #68. Also, update to C...Christopher Lenz2008-07-071-10/+91
* Upgraded to CLDR 1.5 and improved timezone formatting.Christopher Lenz2007-08-011-1/+1
* Add a command-line option that prints out all available locales. Closes #24.Christopher Lenz2007-06-281-0/+12
* unused importPhilip Jenvey2007-06-131-1/+0
* Add new function to module exports.Christopher Lenz2007-06-061-1/+1
* Load locale data lazily to avoid penalizing usage of `Locale` objects when no...Christopher Lenz2007-06-061-2/+13
* * Reduce size of locale data pickles by only storing the data provided by ea...Christopher Lenz2007-06-031-0/+101