summaryrefslogtreecommitdiff
path: root/babel/messages/checkers.py
Commit message (Expand)AuthorAgeFilesLines
* 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