summaryrefslogtreecommitdiff
path: root/tests/messages/test_pofile.py
Commit message (Expand)AuthorAgeFilesLines
* Apply ruff I category fixesAarni Koskela2023-01-181-2/+4
* Replace %/.format/concatenation with f-strings where feasible (#927)Aarni Koskela2022-11-231-1/+1
* Use email.Message for pofile header parsingAarni Koskela2022-05-101-0/+11
* tests: Use regular asserts instead of unittest functionsAarni Koskela2022-05-101-139/+132
* Fix up some Python2-isms using pyupgradeAarni Koskela2022-05-101-1/+0
* Plural-Forms: Fix missing trailing semicolonfarhan59002022-04-081-4/+4
* Fix duplicate locations when writing without linenoSigurd Ljødal2022-04-081-0/+1
* Update copyright year to 2022Aarni Koskela2022-01-251-1/+1
* Remove redundant _compat.pyHugo van Kemenade2021-09-141-1/+1
* Become 2.9.1Aarni Koskela2021-04-281-1/+1
* Merge branch '2.8-maintenance' into masterAarni Koskela2020-11-111-1/+1
|\
| * Bump copyright year from 2019 to 2020Aarni Koskela2020-11-111-1/+1
* | Introduce invariant that _invalid_pofile() takes unicode line.Niklas Hambüchen2020-01-281-1/+1
|/
* Bump copyright year from 2018 to 2019Aarni Koskela2019-05-271-1/+1
* Remove unused imports throughout testsJon Dufresne2019-01-241-1/+0
* Fix pofile test failureAarni Koskela2018-07-201-10/+2
* Merge pull request #559 from python-babel/authorsAarni Koskela2018-05-281-2/+2
|\
| * Rephrase copyright headers to link to the LICENSE file instead of COPYINGauthorsAarni Koskela2018-02-021-1/+1
| * Update copyright header years, and include the Babel teamAarni Koskela2018-02-021-1/+1
* | messages: allow processing files that are in locales unknown to Babelmessages-no-localeAarni Koskela2018-02-021-0/+23
|/
* pofile.py: Added new exception called PoFileError and thrown if flaggedStevenJ2018-01-161-1/+65
* Allow both dash and underscore separated locale identifiers in pofileslenient-po-locale-parseAarni Koskela2017-04-061-0/+6
* When msgid are equal, sort according to msgctxtXavier Fernandez2017-03-211-0/+35
* 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
* Add option 'add_location' for location line formattingRoman Rader2016-08-091-0/+20
* Merge pull request #420 from kruton/read-localeAarni Koskela2016-07-081-0/+10
|\
| * Read locale from .po if it has Language headerKenny Root2016-06-171-0/+10
* | read_po: Support multiline obsolete unitsMichael Birtwell2016-07-081-0/+42
|/
* Apply pre-commit fixes.Lukas Balaga2016-02-271-3/+3
* pofile: Use `.sort(key=...)`, not `cmp`Aarni Koskela2016-01-041-0/+9
* Allow file locations without line numbers.Florian Schulze2015-11-041-1/+16
* More gettext fixesArmin Ronacher2013-07-061-7/+7
* More work on making Python 3.3 pass testsArmin Ronacher2013-07-061-47/+47
* Resolved a bunch of syntax errorsArmin Ronacher2013-07-061-2/+1
* remove test suite factoriesAlex Morega2013-07-061-11/+0
* no useful doctests in extract, mofile, pofileAlex Morega2013-07-061-1/+0
* move unit tests outside babel packageAlex Morega2013-07-061-0/+563