summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Download CLDR 40.0Aarni Koskela2022-04-081-4/+5
* Changelog: rename to .rst, use :gh: for GitHub linksAarni Koskela2022-01-251-1/+1
* Update copyright year to 2022Aarni Koskela2022-01-253-3/+3
* Remove redundant _compat.pyHugo van Kemenade2021-09-141-30/+30
* Become 2.9.1Aarni Koskela2021-04-283-3/+3
* import_cldr: use logging; add -q optionAarni Koskela2020-11-121-16/+19
* Quiesce CLDR download progress bar if requested (or not a TTY)Aarni Koskela2020-11-121-1/+2
* Make the import warnings about unsupported number systems less verboseAarni Koskela2020-11-121-9/+10
* Fix deprecated .getchildren() callAarni Koskela2020-11-121-1/+1
* Merge branch '2.8-maintenance' into masterAarni Koskela2020-11-113-3/+3
|\
| * Bump copyright year from 2019 to 2020Aarni Koskela2020-11-113-3/+3
* | Adapt things to new compound pattern formatAarni Koskela2020-10-021-3/+17
* | Switch downloader to CLDR 37Aarni Koskela2020-10-011-3/+3
* | simplify iteration code in "import_cldr.py"Felix Schwarz2020-05-101-7/+7
* | stop using deprecated ElementTree methods "getchildren()" and "getiterator()"Felix Schwarz2020-05-051-9/+9
|/
* CLDR import: assume files without revision tags to be newAarni Koskela2019-12-311-2/+4
* Download CLDR 36.0Aarni Koskela2019-12-311-3/+3
* Bump copyright year from 2018 to 2019Aarni Koskela2019-05-273-3/+3
* Use CLDR 35.1Aarni Koskela2019-05-271-3/+3
* Skip alt=... for week data (minDays, firstDay, weekendStart, weekendEnd)Aarni Koskela2019-03-011-0/+8
* Download CLDR 34.0Alberto Mardegan2019-01-241-3/+3
* Use https URLs throughout project where availableJon Dufresne2018-06-131-2/+2
* Skip non-latn number formats for currency unit patternsLuke Plant2018-06-071-4/+7
* numbers: implement currency formatting with long display names.Luke Plant2018-06-041-0/+9
* Download CLDR 33.0; fix test changesAarni Koskela2018-05-281-5/+5
* import_cldr: ignore formatting rules for non-Latin numbering systemsnumber-sys-importAarni Koskela2018-05-281-56/+101
* Rephrase copyright headers to link to the LICENSE file instead of COPYINGauthorsAarni Koskela2018-02-023-3/+3
* Update copyright header years, and include the Babel teamAarni Koskela2018-02-023-3/+3
* Add script to generate the AUTHORS file and regenerate itAarni Koskela2018-02-021-0/+40
* import_cldr: avoid importing alt=narrow currency symbolsAarni Koskela2018-02-021-2/+5
* import_cldr: choice patterns in currencies are deprecated, so remove todoAarni Koskela2018-02-021-1/+0
* Lists: add support for various list styles other than the defaultAarni Koskela2018-01-191-4/+6
* CLDR: Use CLDR 32.0.1Aarni Koskela2018-01-191-3/+3
* cldr: use CLDR 31.0.1 (and fix test changes); see below!cldr-30Aarni Koskela2018-01-171-4/+4
* cldr: Parse compact decimal formats that appear in CLDR 30Aarni Koskela2018-01-171-1/+13
* cldr: use CLDR 30.0.2 (and fix test changes)Aarni Koskela2018-01-172-7/+11
* Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-12-171-1/+1
* Add currency utilities and helpers.Kevin Deldycke2017-05-171-4/+10
* Pull flags out of regular expressionsDavid Baumgold2016-12-291-3/+5
* Handle file open/close with "with"Ville Skyttä2016-07-272-7/+4
* Fix day periods to work with CLDR 29 dataAarni Koskela2016-06-221-0/+2
* Download CLDR 29 instead of 28Aarni Koskela2016-06-221-3/+3
* Revert "import_cldr: if lxml is installed, use it"Jennifer Wang2016-04-191-5/+2
* Import and expose more measurement unit related informationAarni Koskela2016-04-061-0/+17
* CLDR: import unit_patterns as nested dictsAarni Koskela2016-04-061-3/+3
* Embetter measurement system parsing:Aarni Koskela2016-03-301-4/+9
* Expose measurement system names.alexbodn@gmail.com2016-03-301-0/+4
* Move character order parsing into a function of its ownAarni Koskela2016-03-301-3/+6
* Add support for character order informationalexbodn@gmail.com2016-03-191-0/+3
* Merge pull request #349 from akx/import-day-periodsAarni Koskela2016-03-091-9/+62
|\