summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* Reformatted import scriptArmin Ronacher2013-11-201-22/+38
* Added support for territory currency lookups.Armin Ronacher2013-07-301-0/+28
* Changed logic for bumping version numbers in release scriptArmin Ronacher2013-07-271-1/+4
* Fixed release scriptArmin Ronacher2013-07-261-1/+1
* Added release script from FlaskArmin Ronacher2013-07-261-0/+151
* Added basic likely-subtag resolvingArmin Ronacher2013-07-241-5/+40
* bump cldr to 23.1Alex Morega2013-07-071-3/+3
* exception when checksum does not matchAlex Morega2013-07-071-1/+6
* Make sure to use cElementTree on 2.xArmin Ronacher2013-07-071-1/+4
* fix cldr download script for py3Alex Morega2013-07-071-2/+6
* make sure zone aliases are unicodeAlex Morega2013-07-061-3/+3
* First pass on python 3 supportArmin Ronacher2013-07-061-34/+34
* Started work on cleanups for Python 3Armin Ronacher2013-07-061-4/+4
* Added a terminal width fallbackArmin Ronacher2013-07-061-6/+9
* Started support for local times in babelArmin Ronacher2013-07-061-0/+3
* Fixed timezone test breakages and a few other small thingsArmin Ronacher2013-07-061-1/+0
* Greatly improved timedelta formattingArmin Ronacher2013-07-051-2/+4
* Expanded currency formatting to support full currency namesArmin Ronacher2013-07-051-4/+7
* skip alias entriesAlex Morega2013-07-051-2/+3
* ignore `uncommon` parameterAlex Morega2013-07-041-1/+0
* Made babel work with the latest version of the CLDR (23)Armin Ronacher2013-07-042-22/+43
* Fixed import error reportingArmin Ronacher2013-07-042-2/+2
* Improved downloading and conversion experienceArmin Ronacher2013-07-042-56/+127
* Fixed the cldr download and importArmin Ronacher2013-07-041-2/+2
* script to download and import cldrAlex Morega2013-07-031-0/+47
* initial cleanupxen2013-07-031-1/+1
* remove ElementTree import from babel.compat as this introduces a new (unneces...Felix Schwarz2012-07-241-1/+7
* Remove unused import.Jeroen Ruigrok van der Werven2011-11-151-1/+0
* add a compat module to shield the code from changes in different versions of ...Felix Schwarz2011-09-261-10/+2
* use cPickle instead of pickle for better performance (fixes #225)Felix Schwarz2011-03-202-2/+2
* Update the copyright line.Jeroen Ruigrok van der Werven2011-03-052-2/+2
* Bump the copyright.Jeroen Ruigrok van der Werven2011-03-051-1/+1
* Copy is imported, but never used. Get rid of it.Jeroen Ruigrok van der Werven2011-03-051-1/+0
* Get rid of the utility set here as well.Jeroen Ruigrok van der Werven2011-03-051-1/+0
* Fix the ElementTree find()/findall() syntax to be compatible with Python 2.7. Jeroen Ruigrok van der Werven2010-04-081-24/+24
* Fix the import script to skip alt or draft items in the numbers/symbolsJeroen Ruigrok van der Werven2009-08-221-0/+2
* 2.3 compat: fix another usage of setPhilip Jenvey2008-10-091-0/+1
* Preliminary support for timedelta formatting (see #126), and import/expose th...Christopher Lenz2008-07-141-0/+30
* Improve CLDR import of currency-related data to ignore unsupported features s...Christopher Lenz2008-07-112-10/+16
* Implement support for aliases in the CLDR data. Closes #68. Also, update to C...Christopher Lenz2008-07-072-70/+186
* Update to CLDR 1.5.1, which split out the metazone mappings into a separate s...Christopher Lenz2008-06-161-4/+9
* Upgraded to CLDR 1.5 and improved timezone formatting.Christopher Lenz2007-08-013-14/+94
* Add currency formatting.Christopher Lenz2007-06-181-4/+4
* Add Babel soruce path to CLDR import script automatically for asmodai ;-).Christopher Lenz2007-06-081-0/+3
* Extended time-zone support.Christopher Lenz2007-06-041-0/+8
* * Import datetime patterns from CLDR.Christopher Lenz2007-06-042-3/+13
* Import basic timezone info from CLDR (see #3). Still missing a couple other p...Christopher Lenz2007-06-031-1/+9
* * Reduce size of locale data pickles by only storing the data provided by ea...Christopher Lenz2007-06-031-20/+17
* Implemented babel.numbers.format_percentJonas Borgström2007-05-311-1/+1
* Minor date formatting improvements.Christopher Lenz2007-05-311-2/+2