summaryrefslogtreecommitdiff
path: root/babel
Commit message (Expand)AuthorAgeFilesLines
* Become 2.10.1v2.10.1Aarni Koskela2022-04-201-1/+1
* Fix import statement in messages/frontend.pyNehal J Wani2022-04-201-1/+1
* Become 2.10.0v2.10.0Aarni Koskela2022-04-201-1/+1
* allow header_comment to be passed as an option to extract_message (#720)Mohamed Morsy2022-04-121-2/+6
* Deprecate get_next_timezone_transition()Aarni Koskela2022-04-081-0/+20
* Provide a way of checking if the catalogs are up-to-date (#831)Krzysztof Jagiełło2022-04-082-3/+59
* Fix output of --list-locales to not be a bytes reprMorgan Wahl2022-04-081-5/+1
* plural: parse new c, e operands (otherwise unsupported though)Aarni Koskela2022-04-081-9/+22
* Adjust tests for CLDR 40 dataAarni Koskela2022-04-081-2/+2
* Plural-Forms: Fix missing trailing semicolonfarhan59002022-04-082-6/+6
* Merge pull request #835 from akx/gettext-deprecationsAarni Koskela2022-04-081-13/+17
|\
| * Don't assume `_output_charset` is a thing (it's not on Python 3.11)Aarni Koskela2022-01-281-13/+5
| * Add deprecations to l*gettext variantsAarni Koskela2022-01-281-0/+12
* | Prefer setuptools imports to distutils importsAarni Koskela2022-04-081-40/+54
* | Fix duplicate locations when writing without linenoSigurd Ljødal2022-04-081-2/+4
* | Don't use the deprecated format_number function internally or in testsAarni Koskela2022-02-041-2/+2
|/
* Parse string date times indepentent of time zonerachele-collin2022-01-281-4/+1
* fix maltese pluralsLukas Winkler2022-01-281-1/+1
* Merge pull request #834 from akx/improve-date-parseAarni Koskela2022-01-281-21/+42
|\
| * Add format argument to parse_*Juliette Monsel2022-01-281-13/+15
| * Add and emit dates.ParseErrorAarni Koskela2022-01-281-3/+12
| * Improve partial time parsingAarni Koskela2022-01-281-6/+16
* | Add frontend for extract directory filterAarni Koskela2022-01-271-2/+33
* | extract_from_dir: make directory filter customizableAarni Koskela2022-01-271-4/+22
|/
* parse_locale(): upper-case variant tag to match file systemAarni Koskela2022-01-271-1/+7
* Fix Sphinx indentation complaintAarni Koskela2022-01-251-2/+1
* Improve documentation for TimezoneTransitionAarni Koskela2022-01-251-5/+10
* Date intervals: allow using `other` as fallback formAarni Koskela2022-01-251-1/+1
* Update copyright year to 2022Aarni Koskela2022-01-2519-19/+19
* Remove redundant _compat.pyHugo van Kemenade2021-09-1416-200/+74
* Implement `--init-missing` option for `pybabel update` (#785)ruro2021-06-151-2/+35
* Become 2.9.1Aarni Koskela2021-04-2819-20/+20
* 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