summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | numbers: implement currency formatting with long display names.Luke Plant2018-06-041-0/+38
* | Download CLDR 33.0; fix test changesAarni Koskela2018-05-282-9/+9
* | test_support: Don't use deprecated inspect methodsAarni Koskela2018-05-281-5/+8
* | frontend, test_frontend: don't use deprecated U read mode on Py3Aarni Koskela2018-05-281-18/+18
* | test_smoke: use format_decimal instead of format_numberAarni Koskela2018-05-281-1/+1
* | Merge pull request #559 from python-babel/authorsAarni Koskela2018-05-2814-29/+29
|\ \
| * | Rephrase copyright headers to link to the LICENSE file instead of COPYINGauthorsAarni Koskela2018-02-0214-14/+14
| * | Update copyright header years, and include the Babel teamAarni Koskela2018-02-0214-15/+15
| |/
* | messages: allow processing files that are in locales unknown to Babelmessages-no-localeAarni Koskela2018-02-021-0/+23
|/
* Test that CLDR 32 properly formats Russian start-of-year dates.cldr-32Aarni Koskela2018-01-251-0/+7
* Lists: add support for various list styles other than the defaultAarni Koskela2018-01-191-0/+7
* CLDR: Use CLDR 32.0.1Aarni Koskela2018-01-191-2/+1
* cldr: use CLDR 31.0.1 (and fix test changes); see below!cldr-30Aarni Koskela2018-01-174-13/+15
* cldr: use CLDR 30.0.2 (and fix test changes)Aarni Koskela2018-01-172-2/+2
* numbers: allow number patterns with no dynamic parts whatsoeverAarni Koskela2018-01-171-0/+5
* pofile.py: Added new exception called PoFileError and thrown if flaggedStevenJ2018-01-161-1/+65
* Merge pull request #546 from hugovk/rm-eolAarni Koskela2018-01-167-37/+27
|\
| * Replace comparison with None with equality operatorHugo2017-12-282-9/+9
| * Remove redundant parenthesesHugo2017-12-283-4/+4
| * Replace function call with set literalHugo2017-12-284-24/+14
* | Merge pull request #533 from yagebu/fix-pyinstallerAarni Koskela2018-01-151-12/+0
|\ \ | |/ |/|
| * Revert "Merge pull request #505 from wodo/pi_support"Jakob Schnitzer2017-09-281-12/+0
* | Allow bypass of decimal quantization.Kevin Deldycke2017-10-231-44/+78
* | Refactor decimal handling code.Kevin Deldycke2017-10-181-5/+141
|/
* Allow normalize_locale and exists to handle various unexpected input (#523)Jungmo Ku2017-09-121-3/+14
* Parse multi-line __future__ imports better (#519)Aarni Koskela2017-08-211-0/+34
* Use a fixed datetime to avoid test failures (#520)Narendra Vardi2017-08-181-15/+31
* Use Py.test's monkeypatch for PyInstaller testsAarni Koskela2017-08-181-7/+5
* Introduce PyInstaller support. Fixes #500Wolfgang Doll2017-06-241-0/+14
* Merge pull request #491 from kdeldycke/currency-utilsAarni Koskela2017-05-171-0/+58
|\
| * Add currency utilities and helpers.Kevin Deldycke2017-05-171-0/+58
* | Allow both dash and underscore separated locale identifiers in pofileslenient-po-locale-parseAarni Koskela2017-04-061-0/+6
* | Rename test caseHeungsub Lee2017-03-311-1/+1
* | More complex test cases for nested gettextHeungsub Lee2017-03-311-6/+26
* | Add test case for nested gettextHeungsub Lee2017-03-311-0/+11
|/
* Merge pull request #482 from xavfernandez/order_by_contextAarni Koskela2017-03-241-0/+35
|\
| * When msgid are equal, sort according to msgctxtXavier Fernandez2017-03-211-0/+35
* | Merge pull request #433 from akx/no-inheritance-markerAarni Koskela2017-03-241-0/+22
|\ \ | |/ |/|
| * Properly fall back to `long` metazone names when short forms are no-inheritAarni Koskela2016-07-151-0/+22
* | Fix read_pofile handling of missing pluralsMichael Birtwell2016-11-211-0/+40
* | pofile reader: Fix multi line msgctxtMichael Birtwell2016-11-211-0/+14
* | pofile parsing. Fix handling of obsolete + refactorMichael Birtwell2016-11-211-3/+64
* | Merge pull request #438 from rrader/add_location_optionAarni Koskela2016-11-212-0/+70
|\ \
| * | Add option 'add_location' for location line formattingRoman Rader2016-08-092-0/+70
* | | Increase coverage of JSX extraction testsGeorg Schölly2016-11-191-1/+3
* | | Merge pull request #435 from akx/exopAarni Koskela2016-11-181-9/+15
|\ \ \
| * | | Fix float conversion in `extract_operands` (and the relevant test)Aarni Koskela2016-07-151-9/+15
| | |/ | |/|
* | | jslexer.py: Change jsx_tag regex againKO. Mattsson2016-10-241-51/+82
| |/ |/|
* | Handle file open/close with "with"Ville Skyttä2016-07-271-4/+1
* | Use assertEqual instead of deprecated assertEqualsVille Skyttä2016-07-271-1/+1
|/