summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #650 from python-babel/become-270v2.7.0Aarni Koskela2019-05-2740-49/+103
|\
| * Bump copyright year from 2018 to 2019Aarni Koskela2019-05-2738-43/+43
| * Bump versionAarni Koskela2019-05-272-3/+3
| * Distill changelog from git logAarni Koskela2019-05-271-2/+42
| * Update AUTHORS with generate_authors.pyAarni Koskela2019-05-271-1/+15
|/
* parse_decimal(): assume spaces are equivalent to non-breaking spaces when not...Aarni Koskela2019-05-272-0/+22
* py.test: document all_locales markerAarni Koskela2019-05-271-0/+2
* Catalog update: keep user comments from destination by defaultAarni Koskela2019-05-272-2/+35
* Merge pull request #647 from akx/pybabel-exit-codeAarni Koskela2019-05-274-88/+88
|\
| * pybabel compile: exit with code 1 if errors were encounteredAarni Koskela2019-05-274-3/+28
| * test_frontend: DRY out path generationAarni Koskela2019-05-271-85/+60
* | pofile: don't crash when message.locations can't be sortedAarni Koskela2019-05-271-1/+10
* | Add comparison operators to _NormalizedStringAarni Koskela2019-05-272-2/+48
|/
* get_display_name(): Don't attempt to concatenate variant information to NoneAarni Koskela2019-05-272-1/+11
* Cache locale_identifiers()Aarni Koskela2019-05-272-3/+40
* Use CLDR 35.1Aarni Koskela2019-05-271-3/+3
* Travis: test on Python 3.8-devAarni Koskela2019-05-271-0/+2
* Merge pull request #635 from hroncok/pytest4Aarni Koskela2019-05-274-7/+10
|\
| * Tests: Update pytest and pytest-covMiro Hrončok2019-03-143-4/+4
| * Fix conftest.py compatibility with pytest 4.3Miro Hrončok2019-03-141-3/+6
|/
* Skip alt=... for week data (minDays, firstDay, weekendStart, weekendEnd)Aarni Koskela2019-03-012-0/+14
* fixes #619 wrong weeknumber for 31.12.2018 (#621)BT-sschmid2019-03-012-3/+22
* frontend: Add omit-header to update_catalogCédric Krier2019-03-011-2/+9
* Replace odict with Python's collection.OrderedDictJon Dufresne2019-01-255-91/+24
* Remove unnecessary compat shim 'binary_type'Jon Dufresne2019-01-251-3/+1
* Remove unused imports throughout testsJon Dufresne2019-01-243-4/+2
* Download CLDR 34.0Alberto Mardegan2019-01-244-7/+7
* Avoid KeyError trying to get data on WindowsXPmondeja2018-12-181-1/+1
* Add testing and document support for Python 3.7Jon Dufresne2018-12-184-4/+10
* Remove all references to deprecated easy_installJon Dufresne2018-12-181-48/+5
* switch print statement in docs to print functionNotAFile2018-12-181-2/+2
* Merge pull request #609 from JulienPalard/abcAarni Koskela2018-10-312-4/+4
|\
| * 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-202-6/+26
|\
| * Test empty translation uses fallbackCédric Krier2018-08-191-0/+23
| * 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-192-4/+19
|\ \
| * | don't repeat suggestions in parse_decimal strictSerban Constantin2018-08-072-4/+19
* | | Merge pull request #600 from briancappello/improve_glob_matchingAarni Koskela2018-08-192-1/+25
|\ \ \ | |/ / |/| |
| * | add support to util.pathmatch for matching the start of a stringBrian Cappello2018-08-142-1/+25
|/ /
* | Merge pull request #597 from BBOXX/error-msg-fixAarni Koskela2018-07-202-14/+9
|\ \
| * | Fix pofile test failureAarni Koskela2018-07-201-10/+2
| * | Small fixes to avoid stack traces due to badly formatted .po fileBryn Truscott2018-07-191-4/+7
|/ /
* | Bumped version requirement on pytzChris2018-06-191-1/+1
* | Merge pull request #590 from Changaco/strict-decimal-parsingAarni Koskela2018-06-183-3/+65
|\ \
| * | add a `suggestions` attribute to `NumberFormatError`Changaco2018-06-173-8/+18
| * | include more information in error messageChangaco2018-06-172-4/+18
| * | add a `strict` mode to `parse_decimal()`Charly C2018-06-172-3/+41
|/ /
* | Merge pull request #588 from jdufresne/httpsAarni Koskela2018-06-1318-33/+33
|\ \
| * | Use https URLs throughout project where availableJon Dufresne2018-06-1318-33/+33
|/ /