summaryrefslogtreecommitdiff
path: root/src/zope
Commit message (Expand)AuthorAgeFilesLines
* Remove ancient DEPENDENCIES.cfg cruft.Marius Gedminas2013-02-071-4/+0
* Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-173-6/+7
* avoid spurious NestingErrors due to misparsing of end tags within scriptsDavid Glick2012-02-152-0/+9
* Updated `talinterpreter.FasterStringIO` to faster list-based implementation.Hanno Schlichting2011-08-201-19/+11
* Increase the default value of the `wrap` argument from 60 to 1023 characters,...Hanno Schlichting2011-08-202-4/+3
* Remove CVS-era Id fossils.Tres Seaver2010-06-0325-50/+0
* Conform to repository policy.Tres Seaver2010-05-0525-25/+25
* 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
* Update tests of "bad" entities for compatibility with the stricter3.5.1Tres Seaver2009-04-081-4/+10
* 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-072-60/+57
* - Removed unnecessary 'dummyengine' dependency on zope.i18n toChris McDonough2007-11-141-2/+0
* 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
* Moving code to satellite.Christian Theune2007-05-03206-0/+11065
* Changed the version number in setup.py. Used find_packages instead of listingAlexander Heavner2007-02-141-0/+8