summaryrefslogtreecommitdiff
path: root/src/zope/tal/talgettext.py
Commit message (Expand)AuthorAgeFilesLines
* Fix unicode issue, reported in https://github.com/collective/i18ndude/pull/48py3_unicodeGuido A.J. Stevens2018-03-021-0/+5
* Catch warnings in test_translate_existing.Maurits van Rees2014-01-131-10/+11
* Minor pep8 for long lines.Maurits van Rees2014-01-131-3/+6
* Fix warning of msgid with different default for Python 3.Maurits van Rees2013-09-211-2/+8
* Fix possible UnicodeDecodeError in warning when msgid already exists.Maurits van Rees2013-09-211-2/+2
* Towards Py3K: be prepared for dict viewsMarius Gedminas2013-02-071-4/+3
* Towards Py3K: print() functionMarius Gedminas2013-02-071-14/+17
* Towards Py3K: use "except ... as ..."Marius Gedminas2013-02-071-2/+2
* Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-171-2/+2
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
* Conform to repository policy.Tres Seaver2010-05-051-1/+1
* Fix printing of error messages for msgid conflict with non-ASCII texts.Wichert Akkerman2010-03-261-2/+2
* Set default to None if default is equal to msgid. With this, Message objects ...Vincent Fretin2009-10-121-0/+2
* In talgettext.POEngine.translate, print a warning if a msgid already existsVincent Fretin2009-10-111-5/+13
* Moving code to satellite.Christian Theune2007-05-031-0/+316