summaryrefslogtreecommitdiff
path: root/babel/messages/checkers.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023Aarni Koskela2023-02-281-1/+1
* Apply ruff I category fixesAarni Koskela2023-01-181-2/+1
* Apply ruff B category fixesAarni Koskela2023-01-181-1/+1
* Minor cleanups (#948)Aarni Koskela2023-01-181-1/+1
* Add type annotations (#934)Jonah Lawrence2023-01-111-11/+14
* Replace %/.format/concatenation with f-strings where feasible (#927)Aarni Koskela2022-11-231-1/+1
* Fix up some Python2-isms using pyupgradeAarni Koskela2022-05-101-1/+0
* Update copyright year to 2022Aarni Koskela2022-01-251-1/+1
* Remove redundant _compat.pyHugo van Kemenade2021-09-141-4/+3
* 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
* Update copyright header years, and include the Babel teamAarni Koskela2018-02-021-1/+1
* Merge pull request #546 from hugovk/rm-eolAarni Koskela2018-01-161-3/+3
|\
| * Replace function call with set literalHugo2017-12-281-3/+3
* | Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-12-171-1/+1
|/
* Some codestyle updates in babel.messages.checkersArmin Ronacher2013-07-251-1/+1
* License clarification and cleanupArmin Ronacher2013-07-241-15/+10
* Resolved a bunch of syntax errorsArmin Ronacher2013-07-061-2/+1
* Made another pass on the Python 3 supportArmin Ronacher2013-07-061-1/+2
* resort to hard-coded message extractors/checkers if pkg_resources is installe...Felix Schwarz2012-08-091-3/+8
* Update the copyright line.Jeroen Ruigrok van der Werven2011-03-051-1/+1
* Cleanup round #1: get rid of the frozenset/set utility code and imports.Jeroen Ruigrok van der Werven2011-03-051-1/+0
* Removed `ValueError` raising for string formatting message checkers if the st...Armin Ronacher2008-10-311-8/+2
* fix Python 2.3 compat: rearrange set/itemgetter/rsplit/sorted/unicode.decodePhilip Jenvey2008-10-081-0/+1
* Fixed a typo in the message checkers (tests will follow)Armin Ronacher2008-06-251-4/+4
* Fixed logic error in the python format checker.Armin Ronacher2008-06-181-1/+1
* Convert format strings to str for nicer error messages (no u prefix) in the p...Armin Ronacher2008-06-171-1/+1
* Refactored the checker system. It's now possible to partially validate trans...Armin Ronacher2008-06-171-4/+16
* Fixed a small bug in the python format string checker that caused the wrong e...Armin Ronacher2008-06-171-2/+3
* The builtin checkers don't require setuptools any longer, validate_format and...Armin Ronacher2008-06-171-15/+130
* Add more `since` tags to stuff added in trunk.Christopher Lenz2007-08-011-1/+4
* Added infrastructure for adding catalog checkers, and implement a checker tha...Christopher Lenz2007-07-161-0/+48