summaryrefslogtreecommitdiff
path: root/src/zope/tal
Commit message (Collapse)AuthorAgeFilesLines
* Repository policy.3.5Tres Seaver2012-06-1125-25/+25
|
* Set default to None if default is equal to msgid. With this, Message objects ↵Vincent Fretin2009-10-121-0/+2
| | | | can be compared easily with Message objects extracted from other extractors (PYReader, GSReader) to search for Message objects with same msgid but with a different default message.
* In talgettext.POEngine.translate, print a warning if a msgid already existsVincent Fretin2009-10-111-5/+13
| | | | in the domain with a different default.
* Update tests of "bad" entities for compatibility with the stricter3.5.1Tres Seaver2009-04-081-4/+10
| | | | | | HTMLParser module shipped with Python 2.6.x. Prep 3.5.1 release.
* assert isn't a function, using parens will cause the two arguments to be ↵Matthew Wilkes2008-12-061-4/+4
| | | | treated as a 2-tuple, hence always true.
* - Removed artificial addition of a trailing newline if the output does not endFred Drake2008-06-072-60/+57
| | | | | | in one; this allows the template source to be the full specification of what should be included. (See https://bugs.launchpad.net/launchpad/+bug/218706.)
* - Removed unnecessary 'dummyengine' dependency on zope.i18n toChris McDonough2007-11-141-2/+0
| | | | | | | | | | | simplify distribution. - Supprort ability to run tests using "setup.py test". - Stop pinning (no longer required) zope.traversing and zope.app.publisher versions in buildout.cfg.
* Fixed handling of <i18n:...> elements for HTMLDmitry Vasiliev2007-06-213-1/+7
|
* Use dict lookup instead of if/else sequence where appropriateDmitry Vasiliev2007-06-211-10/+10
|
* Use more modern and optimized constructs like 'key in dict' instead of ↵Dmitry Vasiliev2007-06-211-33/+30
| | | | 'dict.has_key(key)' and so on
* Moving code to satellite.Christian Theune2007-05-03206-0/+11065