summaryrefslogtreecommitdiff
path: root/babel/units.py
Commit message (Expand)AuthorAgeFilesLines
* babel.units: Fix some mypy-discovered issuesmypy-misc-fixAarni Koskela2023-03-011-9/+14
* Apply some small miscellaneous formatting fixesAarni Koskela2023-01-181-0/+1
* Add type annotations (#934)Jonah Lawrence2023-01-111-10/+35
* Replace %/.format/concatenation with f-strings where feasible (#927)Aarni Koskela2022-11-231-6/+4
* Fix up some Python2-isms using pyupgradeAarni Koskela2022-05-101-2/+0
* Remove redundant _compat.pyHugo van Kemenade2021-09-141-5/+4
* Adapt things to new compound pattern formatAarni Koskela2020-10-021-3/+6
* Correct format_unit test based on new Welsh datacldr-36Aarni Koskela2019-12-311-6/+6
* Download CLDR 34.0Alberto Mardegan2019-01-241-1/+1
* Use https URLs throughout project where availableJon Dufresne2018-06-131-4/+4
* cldr: use CLDR 30.0.2 (and fix test changes)Aarni Koskela2018-01-171-1/+1
* Simplify the selection of decimal implementationIsaac Jurado2016-05-291-2/+2
* Make compound unit formatting adhere more closely to the TR-35 specAarni Koskela2016-04-061-11/+46
* Add new unit formatting APIs:Aarni Koskela2016-04-061-0/+241