summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Towards Py3K: use "except ... as ..."Marius Gedminas2013-02-078-10/+10
* Add tox.ini to MANIFEST.in.Marius Gedminas2013-02-071-0/+1
* Add a tox.ini and a MANIFEST.in. Make setup.py test work again.Marius Gedminas2013-02-073-7/+22
* Remove ancient DEPENDENCIES.cfg cruft.Marius Gedminas2013-02-071-4/+0
* Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-175-8/+17
* v.b.David Glick2012-03-092-1/+5
* Prepare zope.tal 3.6.1.3.6.1David Glick2012-03-092-4/+4
* avoid spurious NestingErrors due to misparsing of end tags within scriptsDavid Glick2012-02-153-0/+12
* Fixed documentation link in README.txt.Michael Howitz2011-11-072-2/+5
* vbHanno Schlichting2011-08-202-1/+5
* Prepare zope.tal 3.6.0.3.6.0Hanno Schlichting2011-08-202-3/+3
* Updated `talinterpreter.FasterStringIO` to faster list-based implementation.Hanno Schlichting2011-08-202-19/+13
* Increase the default value of the `wrap` argument from 60 to 1023 characters,...Hanno Schlichting2011-08-204-7/+9
* Update bootstrapHanno Schlichting2011-08-201-19/+96
* add interpreter partFred Drake2010-07-081-1/+6
* Remove CVS-era Id fossils.Tres Seaver2010-06-0327-54/+0
* Conform to repository policy.Tres Seaver2010-05-0529-28/+73
* Fix printing of error messages for msgid conflict with non-ASCII texts.Wichert Akkerman2010-03-262-3/+3
* Back to development: 3.5.3devVincent Fretin2009-10-312-1/+7
* 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