summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Repository policy.3.5Tres Seaver2012-06-1129-27/+72
* Preparing release 3.5.23.5.2Vincent Fretin2009-10-312-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-112-6/+15
* Mark as part of the ZTKMartijn Faassen2009-09-111-0/+5
* svbTres Seaver2009-04-082-1/+7
* Update tests of "bad" entities for compatibility with the stricter3.5.1Tres Seaver2009-04-083-5/+18
* As 'setuptools' is a dependency 'pkg_resources' will be available always. Ref...Baiju Muthukadan2009-03-111-8/+1
* assert isn't a function, using parens will cause the two arguments to be trea...Matthew Wilkes2008-12-061-4/+4
* - Removed artificial addition of a trailing newline if the output does not endFred Drake2008-06-074-61/+68
* - `tests_require` only required to specify packagesBaiju Muthukadan2007-11-171-5/+3
* Next version bump.Chris McDonough2007-11-161-1/+1
* Explain.Chris McDonough2007-11-161-5/+9
* - Removed unnecessary 'dummyengine' dependency on zope.i18n toChris McDonough2007-11-144-10/+35
* bump version numberBaiju Muthukadan2007-10-041-1/+1
* Updated meta-data, getting ready for release.3.4.0Stephan Richter2007-10-034-20/+45
* 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 'dict....Dmitry Vasiliev2007-06-211-33/+30
* Bumped version.Christian Theune2007-06-102-1/+4
* - removed setup.cfg3.4.0b1Christian Theune2007-06-103-4/+14
* - added find-links to allow buildout to pick up current versionsChristian Theune2007-05-131-0/+1
* Moving code to satellite.Christian Theune2007-05-03206-0/+11065
|\
| * Merge from 3.3 branch:backups/monolithic-zope3@75193Philipp von Weitershausen2007-01-142-0/+11
| * - removed internal concept of 'warnings' from TAL as it was cruftChristian Theune2006-09-012-6/+0
| * Fixed issue 697: wrong page template referenced in the traceback if anMarius Gedminas2006-08-252-6/+56
| * Merged revisions 69021 and 69024 from the 3.3 branch:Dmitry Vasiliev2006-07-072-7/+43
| * Forward port from 3.3 branch:Philipp von Weitershausen2006-05-201-0/+10
| * undeprecate automatic translation of message idsGary Poster2006-05-011-17/+0
| * Merge of jim-adapter branch:Jim Fulton2006-04-273-40/+10
| * enable previously-failing test, adding in a fix for the problem:Fred Drake2006-03-141-8/+10
| * - avoid excess string splittingFred Drake2006-03-141-1/+4
| * Now we require python 2.4 so dict.fromkeys can be changed to frozensetDmitry Vasiliev2006-01-283-15/+10
| * Fixed issue #455: tal:content="" does not get translated by i18n:translate=""Dmitry Vasiliev2005-11-032-29/+77
| * The TALInterpreter methods called the engine's translate function Stephan Richter2005-11-022-9/+18
| * Add zope.deprecation to the list of required packages wherever it'sPhilipp von Weitershausen2005-10-201-0/+1
| * Better deprecation comment: state the version for which the BBB featurePhilipp von Weitershausen2005-10-203-3/+3
| * - avoid variable initializationFred Drake2005-10-131-5/+3
| * Put the second part of the roadmap described in zope.i18nmessages/messages.txtPhilipp von Weitershausen2005-10-111-3/+3
| * Work around deprecation warnings that would result from the (stillPhilipp von Weitershausen2005-10-113-2/+16
| * add some more testsGodefroid Chapelle2005-09-241-0/+11
| * improve multiple domains i18n tests; fix tests; then fix interpreterGodefroid Chapelle2005-09-243-119/+97
| * tests actually with multiple domainsGodefroid Chapelle2005-09-242-12/+144
| * add a testGodefroid Chapelle2005-09-241-0/+10
| * Massive style cleanup: Move to new raise exception style; for motivation, see:Martijn Pieters2005-08-302-3/+3
| * fix the semantics of macro extension to match the METAL 1.1 specificationFred Drake2005-08-193-27/+6
| * update comment based on the move to extend-macroFred Drake2005-08-191-1/+2
| * "surface" portion of the move to METAL 1.1: macro extension requires theFred Drake2005-08-195-4/+31
| * repair outdated commentFred Drake2005-08-191-3/+3
| * the addition of the extendMacro "bytecode" requires that the bytecode versionFred Drake2005-08-181-1/+1