summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Towards Py3K: be prepared for dict viewsMarius Gedminas2013-02-075-9/+7
|
* Towards Py3K: iterator protocolMarius Gedminas2013-02-072-2/+3
|
* Towards Py3K: explicit relative importsMarius Gedminas2013-02-074-5/+5
|
* Towards Py3K: print() functionMarius Gedminas2013-02-077-49/+61
|
* Towards Py3K: exec(,,) instead of exec inMarius Gedminas2013-02-071-1/+1
|
* Towards Py3K: use list comprehension instead of filter()Marius Gedminas2013-02-071-1/+1
|
* Towards Py3K: don't use tuple parameter unpackingMarius Gedminas2013-02-072-25/+46
|
* Towards Py3K: use the in operator instead of has_key()Marius Gedminas2013-02-072-7/+7
|
* Towards Py3K: use repr() instead of backticksMarius Gedminas2013-02-075-24/+24
|
* 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
| | | | | (We now track dependencies in setup.py.)
* Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-175-8/+17
| | | | | | | Replace deprecated 'zope.interface.implements' usage with equivalent 'zope.interface.implementer' decorator.
* 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 ↵Hanno Schlichting2011-08-204-7/+9
| | | | characters, to avoid extra whitespace and line breaks.
* 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
| | | | 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-112-6/+15
| | | | in the domain with a different default.
* 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
| | | | | | HTMLParser module shipped with Python 2.6.x. Prep 3.5.1 release.
* As 'setuptools' is a dependency 'pkg_resources' will be available always. ↵Baiju Muthukadan2009-03-111-8/+1
| | | | Ref: http://mail.zope.org/pipermail/zope-dev/2009-March/035277.html
* 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-074-61/+68
| | | | | | 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.)
* - `tests_require` only required to specify packagesBaiju Muthukadan2007-11-171-5/+3
| | | | | | | | not listed in `install_requires` To run tests, recommended way is to run ``setup.py develop`` follwed by ``setup.py test`` - s/cheeseshop/pypi -- long live PyPI ! - s/zope3-dev/zope-dev -- long live zope-dev !
* 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
| | | | | | | | | | | 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.
* 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 ↵Dmitry Vasiliev2007-06-211-33/+30
| | | | 'dict.has_key(key)' and so on
* Bumped version.Christian Theune2007-06-102-1/+4
|
* - removed setup.cfg3.4.0b1Christian Theune2007-06-103-4/+14
| | | | | - requiring newer version of zope.i18n - added changelog
* - 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
|\