summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* svbTres Seaver2014-12-272-1/+7
|
* Prep 4.1.0 release.4.1.0Tres Seaver2014-12-272-2/+2
|
* Tweak MANIFESTTres Seaver2014-12-271-0/+1
|
* Note blockers for PyPy and PyPy3 support.Tres Seaver2014-12-273-0/+12
|
* Add support for Python 3.4.Tres Seaver2014-12-274-2/+7
|
* Nest into Github.Tres Seaver2014-12-275-37/+30
|
* Use tox for testing in TravisMarius Gedminas2014-12-231-6/+6
|
* Speed up Travis builds via 'sudo: false'Tres Seaver2014-12-201-0/+1
|
* Update to latest bootstrap.Tres Seaver2014-12-201-186/+98
|
* Remove unused filesMarius Gedminas2014-04-303-29/+0
| | | | | | | | | | | I can tell these are unused by doing strace -e open -f -o /tmp/wtf.zpt bin/test and then grepping for 'testpackage' in /tmp/wtf.zpt. I wanted to remove these because pyflakes complains about an undefined ViewPageTemplateFile in there.
* Fix undefined nameMarius Gedminas2014-04-301-1/+1
| | | | Fixes https://github.com/zopefoundation/zope.pagetemplate/issues/2
* Unused importMarius Gedminas2014-04-301-1/+0
|
* Fix typo in unused test codeMarius Gedminas2014-04-301-1/+1
| | | | | I assume it is unused because otherwise this would've been fixed long ago, right?
* modernize bootstrap.pyAdam Groszer2013-07-061-53/+165
|
* Fix DeprecationWarningMarius Gedminas2013-03-151-1/+1
|
* Back to development: 4.0.5Marius Gedminas2013-03-152-1/+7
|
* Preparing release 4.0.44.0.4Marius Gedminas2013-03-152-2/+2
|
* Make sure ZopePythonExpr and PythonExpr are separate classesMarius Gedminas2013-03-152-10/+11
| | | | | | There are ZCML files out there (zope.app.pagetemplate) that want to define permissions for ZopePythonExpr and PythonExpr, and get conflicts if these are two names referring to the same class.
* 'Updated Travis YAML.'Stephan Richter2013-03-041-0/+11
|
* Back to development: 4.0.4Stephan Richter2013-02-282-1/+7
|
* Preparing release 4.0.34.0.3Stephan Richter2013-02-282-2/+2
|
* - Only allow ``zope.untrustedpython`` to be a dependency in Python 2.Stephan Richter2013-02-287-79/+170
| | | | - Fix buildout to work properly.
* Ooops! Forgot the most important thing!Albertas Agejevas2013-02-221-0/+2
|
* Back to development: 4.0.3Albertas Agejevas2013-02-222-1/+7
|
* Preparing release 4.0.2Albertas Agejevas2013-02-222-2/+2
|
* Updated change log.Albertas Agejevas2013-02-221-1/+7
|
* Port to Py3.3.Albertas Agejevas2013-02-229-94/+130
|
* Close files. Gets rid of warnings on Py3.Albertas Agejevas2013-02-221-2/+4
|
* Fixup extra.Albertas Agejevas2013-02-221-6/+9
|
* Switch to zope.untrustedpython, make it an extra.Albertas Agejevas2013-02-224-7/+16
|
* svbTres Seaver2013-01-232-1/+6
|
* Prep 4.0.1 release.Tres Seaver2013-01-232-2/+2
|
* Garden.Tres Seaver2013-01-231-6/+2
|
* Added crude way of normalizing whitespace in an html test.Maurits van Rees2013-01-181-0/+3
| | | | When using Chameleon/z3c.ptcompat there are minor differences that are irrelevant.
* Add bin/testcompat script to test with z3c.pt(compat) plus Chameleon.Maurits van Rees2013-01-181-1/+8
| | | | Two test failures currently.
* PageTemplateTracebackSupplement does not pass check_macro_expansion=FalseMaurits van Rees2013-01-042-2/+10
| | | | | in case of an old template that does not accept this argument. Refs LP#732972
* Er, zope.security.proxy is in zope.security, not in zope.proxy.Marius Gedminas2012-12-201-1/+1
|
* Support setup.py test. Add a tox.ini.Marius Gedminas2012-12-202-4/+53
|
* Back to development: 4.0.1Marius Gedminas2012-12-132-1/+7
|
* Preparing release 4.0.0Marius Gedminas2012-12-132-2/+2
|
* Add a MANIFEST.in.Marius Gedminas2012-12-131-0/+4
| | | | | My setuptools can't handle Subversion 1.7 metadata.
* Workaround for CPU-burning pt_errors() on a recursive template.Marius Gedminas2012-12-125-6/+48
| | | | | | | | | | | | | | See https://bugs.launchpad.net/zope.pagetemplate/+bug/732972 This implements the short workaround version of the solution mentioned in the bug: let's skip macro expansion checking while we're formatting an error traceback (with the default recursion limit of 100 this still burns a lot of CPU: ~20 seconds on a 2.5 GHz Core i5). The test can be easily extended for the better suggested solution (some time in the future): just drop check_macro_expansion=False and make sure METAL silently stops recursing iff it notices a loop and TAL evaluation is disabled.
* Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-174-13/+23
| | | | | | | | | Replace 'zope.interface.classProvides' usage with equivalent 'zope.interface.provider' decorator. Replace 'zope.interface.implements' usage with equivalent 'zope.interface.implementer' decorator.
* Revert last change as it is not needed after all.Maurits van Rees2012-01-062-5/+0
| | | | This is an error in test setup of a different package that creates a too simply dummy site manager context.
* If no IPageTemplateEngine utility can be found, make doubly sure toMaurits van Rees2012-01-052-0/+5
| | | | use the default PageTemplateEngine.
* The ``pt_edit`` method always cooks the template before returning; no need ↵Malthe Borch2011-10-071-1/+1
| | | | to do it twice. This behavior has now been documented in the interface method description of ``pt_edit``.
* vbHanno Schlichting2011-09-212-1/+5
|
* Prepare zope.pagetemplate 3.6.3.Hanno Schlichting2011-09-212-2/+2
|
* Fixed test assertions to be compatible with zope.tal 3.6.Hanno Schlichting2011-09-212-4/+3
|
* vbHanno Schlichting2011-09-212-1/+5
|