summaryrefslogtreecommitdiff
path: root/babel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Become 2.6.0v2.6.0Aarni Koskela2018-05-281-1/+1
* | catalog: fix bytes-to-strings comparisons when parsing headers on Py3Aarni Koskela2018-05-281-2/+3
* | _compat: add force_text a la DjangoAarni Koskela2018-05-281-1/+11
* | frontend: use ConfigParser.read_file() on Python 3Aarni Koskela2018-05-281-1/+6
* | frontend, test_frontend: don't use deprecated U read mode on Py3Aarni Koskela2018-05-281-2/+5
* | Merge pull request #559 from python-babel/authorsAarni Koskela2018-05-2819-18/+19
|\ \
| * | Update copyright header years, and include the Babel teamAarni Koskela2018-02-0219-18/+19
| |/
* | Merge pull request #557 from python-babel/messages-no-localeAarni Koskela2018-05-281-12/+42
|\ \
| * | messages: allow processing files that are in locales unknown to Babelmessages-no-localeAarni Koskela2018-02-021-12/+42
| |/
* | Restore force_frac to NumberPattern.apply(), as deprecatedAarni Koskela2018-05-071-4/+35
|/
* Lists: add support for various list styles other than the defaultAarni Koskela2018-01-192-11/+50
* CLDR: Use CLDR 32.0.1Aarni Koskela2018-01-191-1/+1
* cldr: use CLDR 31.0.1 (and fix test changes); see below!cldr-30Aarni Koskela2018-01-171-1/+1
* cldr: use CLDR 30.0.2 (and fix test changes)Aarni Koskela2018-01-171-1/+1
* numbers: allow number patterns with no dynamic parts whatsoeverAarni Koskela2018-01-171-1/+1
* pofile.py: Added new exception called PoFileError and thrown if flaggedStevenJ2018-01-161-3/+17
* Merge pull request #546 from hugovk/rm-eolAarni Koskela2018-01-167-14/+14
|\
| * Remove unused importsHugo2017-12-281-2/+2
| * Remove redundant parenthesesHugo2017-12-283-5/+5
| * Replace function call with set literalHugo2017-12-284-7/+7