summaryrefslogtreecommitdiff
path: root/tests/messages/test_catalog.py
Commit message (Expand)AuthorAgeFilesLines
* Apply some small miscellaneous formatting fixesAarni Koskela2023-01-181-3/+3
* Apply ruff UP025 (unicode literal prefix) fixAarni Koskela2023-01-181-20/+20
* Apply ruff I category fixesAarni Koskela2023-01-181-1/+1
* Replace %/.format/concatenation with f-strings where feasible (#927)Aarni Koskela2022-11-231-2/+2
* tests: Use regular asserts instead of unittest functionsAarni Koskela2022-05-101-66/+57
* Fix up some Python2-isms using pyupgradeAarni Koskela2022-05-101-1/+0
* Plural-Forms: Fix missing trailing semicolonfarhan59002022-04-081-3/+3
* 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
* Bump copyright year from 2019 to 2020Aarni Koskela2020-11-111-1/+1
* Bump copyright year from 2018 to 2019Aarni Koskela2019-05-271-1/+1
* Catalog update: keep user comments from destination by defaultAarni Koskela2019-05-271-1/+30
* 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
* Remove redundant parenthesesHugo2017-12-281-1/+1
* Use assertEqual instead of deprecated assertEqualsVille Skyttä2016-07-271-1/+1
* Updated plurals.py to match Mozilla and CLDR referencesMax Shenfield2016-07-111-2/+2
* Add flake8 pre-commit hook and apply fixes.Lukas Balaga2016-03-071-1/+1
* Apply pre-commit fixes.Lukas Balaga2016-02-271-12/+15
* Make catalog header updating an optionAarni Koskela2016-01-081-1/+3
* Add a test for header_comment updating.Aarni Koskela2015-12-301-1/+2
* Support 'Language' header field of PO files (#76)Felix Yan2015-08-051-0/+1
* parse datetime values with no timezone infoAlex Morega2014-01-061-0/+14
* Made another pass on the Python 3 supportArmin Ronacher2013-07-061-6/+5
* remove test suite factoriesAlex Morega2013-07-061-10/+0
* copy babel.messages.catalog doctests as unit testsAlex Morega2013-07-061-1/+149
* move unit tests outside babel packageAlex Morega2013-07-061-0/+319