summaryrefslogtreecommitdiff
path: root/babel
Commit message (Expand)AuthorAgeFilesLines
* Disallow special filenames on Windowslocale-basenameAarni Koskela2021-04-281-3/+21
* Run locale identifiers through `os.path.basename()`Aarni Koskela2021-04-281-0/+2
* Bump version to 2.9.0v2.9.0Aarni Koskela2020-11-121-1/+1
* Merge branch '2.8-maintenance' into masterAarni Koskela2020-11-1119-20/+20
|\
| * Bump version to 2.8.1v2.8.12.8-maintenanceAarni Koskela2020-11-111-1/+1
| * Bump copyright year from 2019 to 2020Aarni Koskela2020-11-1119-19/+19
* | Merge pull request #734 from akx/cldr-37Aarni Koskela2020-11-102-4/+7
|\ \
| * | Correct default timedelta format to 'long'Aarni Koskela2020-10-021-1/+1
| * | Adapt things to new compound pattern formatAarni Koskela2020-10-021-3/+6
* | | Handle ZoneInfo objects in get_timezone_location, get_timezone_name (#741)Alessio Bogon2020-11-101-9/+17
* | | Use 'if not' instead of 'if ... is False' for no_fuzzy_matchingAarni Koskela2020-10-021-1/+1
|/ /
* | LazyProxy: Handle AttributeError in specified func (#724)Nikiforov Konstantin2020-09-301-2/+10
* | Added group_separator feature in number formatting (#726)Abdullah Javed Nesar2020-09-221-17/+41
* | Fix unicode printing error on Python 2 without TTY.Niklas Hambüchen2020-01-281-1/+4
* | Introduce invariant that _invalid_pofile() takes unicode line.Niklas Hambüchen2020-01-281-1/+2
* | Replace usage of parser.suite with ast.parseMiro Hrončok2020-01-061-2/+2
|/
* Bump versionAarni Koskela2019-12-311-1/+1
* Hardcode "ignore" methodsebleblanc2019-12-311-2/+5
* fix small decimal with disabled decimal_quantizationHe Chen2019-12-311-1/+1
* Correct format_unit test based on new Welsh datacldr-36Aarni Koskela2019-12-311-6/+6
* attempt partial sorting at leastMario Frasca2019-05-281-4/+6
* Bump copyright year from 2018 to 2019Aarni Koskela2019-05-2719-23/+23
* Bump versionAarni Koskela2019-05-271-1/+1
* parse_decimal(): assume spaces are equivalent to non-breaking spaces when not...Aarni Koskela2019-05-271-0/+11
* Catalog update: keep user comments from destination by defaultAarni Koskela2019-05-271-1/+5
* Merge pull request #647 from akx/pybabel-exit-codeAarni Koskela2019-05-271-2/+12
|\
| * pybabel compile: exit with code 1 if errors were encounteredAarni Koskela2019-05-271-2/+12
* | pofile: don't crash when message.locations can't be sortedAarni Koskela2019-05-271-1/+10
* | Add comparison operators to _NormalizedStringAarni Koskela2019-05-271-2/+31
|/
* get_display_name(): Don't attempt to concatenate variant information to NoneAarni Koskela2019-05-271-1/+1
* Cache locale_identifiers()Aarni Koskela2019-05-271-3/+14
* fixes #619 wrong weeknumber for 31.12.2018 (#621)BT-sschmid2019-03-011-3/+13
* frontend: Add omit-header to update_catalogCédric Krier2019-03-011-2/+9
* Replace odict with Python's collection.OrderedDictJon Dufresne2019-01-253-77/+11
* Remove unnecessary compat shim 'binary_type'Jon Dufresne2019-01-251-3/+1
* Download CLDR 34.0Alberto Mardegan2019-01-242-2/+2
* Avoid KeyError trying to get data on WindowsXPmondeja2018-12-181-1/+1
* Using ABCs from collections instead of collections.abc is deprecated.Julien Palard2018-10-302-4/+4
* Merge pull request #564 from cedk/skip-empty-msgidAarni Koskela2018-08-201-6/+3
|\
| * Skip empty message when writing mo fileCédric Krier2018-03-081-6/+3
* | Merge pull request #599 from fuzzmz/fix-repeated-suggestions-for-0Aarni Koskela2018-08-191-4/+15
|\ \
| * | don't repeat suggestions in parse_decimal strictSerban Constantin2018-08-071-4/+15
* | | add support to util.pathmatch for matching the start of a stringBrian Cappello2018-08-141-1/+20
|/ /
* | Small fixes to avoid stack traces due to badly formatted .po fileBryn Truscott2018-07-191-4/+7
* | add a `suggestions` attribute to `NumberFormatError`Changaco2018-06-171-4/+9
* | include more information in error messageChangaco2018-06-171-4/+15
* | add a `strict` mode to `parse_decimal()`Charly C2018-06-171-3/+22
* | Use https URLs throughout project where availableJon Dufresne2018-06-136-14/+14
* | Simplify format_currency code by pulling out/using helpers.Luke Plant2018-06-071-16/+36
* | numbers: implement currency formatting with long display names.Luke Plant2018-06-041-0/+62