summaryrefslogtreecommitdiff
path: root/babel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'maint-25' to bring CHANGES and version up to date from 2.5.3Aarni Koskela2018-01-151-1/+1
|\ \
| * | Become 2.5.3v2.5.3maint-25Aarni Koskela2018-01-151-1/+1
| * | Become 2.5.2Aarni Koskela2018-01-151-1/+1
| * | Revert "Merge pull request #505 from wodo/pi_support"Jakob Schnitzer2018-01-152-12/+2
| * | Revert "Also check for `sys._MEIPASS` before assuming PyInstallerness (#526)"Jakob Schnitzer2018-01-151-1/+1
* | | Merge pull request #528 from scop/escseqAarni Koskela2018-01-155-17/+8
|\ \ \
| * | | Simplify Linux distro specific explicit timezone setting searchVille Skyttä2017-12-171-12/+3
| * | | Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-12-175-8/+8
| | |/ | |/|
* | | Become 2.5.2v2.5.2Aarni Koskela2018-01-151-1/+1
* | | Merge pull request #533 from yagebu/fix-pyinstallerAarni Koskela2018-01-152-12/+2
|\ \ \ | |/ / |/| |
| * | Revert "Merge pull request #505 from wodo/pi_support"Jakob Schnitzer2017-09-282-12/+2