summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for ``zope.untrustedpython`` on Python 3. (#29)Michael Howitz2023-02-072-25/+32
* Multiple changes (#31)Michael Howitz2023-02-0711-96/+106
* Config with pure python (#28)Michael Howitz2021-05-2811-62/+122
* Avoid traceback reference cycle in PageTemplate._cookColin Watson2021-05-141-4/+7
* Fix tests on PyPyfix-pypyMarius Gedminas2019-10-011-1/+1
* Fix deprecation warnings.Jason Madden2018-10-162-5/+8
* Fix Sphinx doctest build under Python 3.Jason Madden2017-11-031-2/+2
* Build documents with Sphinx for RTDJason Madden2017-11-025-132/+55
* whitespace [skip ci]Jason Madden2017-09-041-5/+4
* 100% test coveragecoverageJason Madden2017-08-149-299/+409
* Add support for Python 3.2Jason Madden2015-06-053-12/+16
* Roll back use of __class__; neither C nor Python proxy can directly lie to 't...Jason Madden2015-05-311-1/+1
* Add PyPy support.Jason Madden2015-05-292-4/+17
* Allow short-circuit traversal for non-proxied dict subclassesColin Watson2015-01-201-0/+22
* Nest into Github.Tres Seaver2014-12-272-12/+2
* Remove unused filesMarius Gedminas2014-04-303-29/+0
* Fix undefined nameMarius Gedminas2014-04-301-1/+1
* Unused importMarius Gedminas2014-04-301-1/+0
* Fix typo in unused test codeMarius Gedminas2014-04-301-1/+1
* Fix DeprecationWarningMarius Gedminas2013-03-151-1/+1
* Make sure ZopePythonExpr and PythonExpr are separate classesMarius Gedminas2013-03-151-8/+8
* Port to Py3.3.Albertas Agejevas2013-02-227-93/+128
* 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-222-3/+12
* Added crude way of normalizing whitespace in an html test.Maurits van Rees2013-01-181-0/+3
* PageTemplateTracebackSupplement does not pass check_macro_expansion=FalseMaurits van Rees2013-01-041-1/+5
* Workaround for CPU-burning pt_errors() on a recursive template.Marius Gedminas2012-12-124-6/+42
* Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-172-11/+10
* Revert last change as it is not needed after all.Maurits van Rees2012-01-061-3/+0
* If no IPageTemplateEngine utility can be found, make doubly sure toMaurits van Rees2012-01-051-0/+3
* The ``pt_edit`` method always cooks the template before returning; no need to...Malthe Borch2011-10-071-1/+1
* Fixed test assertions to be compatible with zope.tal 3.6.Hanno Schlichting2011-09-211-4/+2
* Fixed issue where a template would not have a ``_v_macros`` attribute.Malthe Borch2011-09-133-16/+20
* Fixed issue with missing default value for ``strictinsert``.Malthe Borch2011-08-232-2/+3
* Replaced StringIO stream class with a faster list-based implementation.Hanno Schlichting2011-08-201-2/+14
* Abstract out the template engine and program interfaces and allow implementat...Malthe Borch2011-08-143-26/+169
* Removed ancient copyright from test files (LP: #607228)Gediminas Paulauskas2011-06-085-72/+0
* make the PTRuntimeError exception message consistent across Python versionsFred Drake2010-07-082-3/+18
* Remove CVS-era Id fossils.Tres Seaver2010-06-0314-28/+0
* Conform to repository policy.Tres Seaver2010-05-0514-14/+14
* Removed use of 'zope.testing.doctestunit' in favor of stdlib's doctest.Tres Seaver2010-04-161-1/+1
* fix dependencies (thanks to z3c.dependencychecker)Godefroid Chapelle2009-12-181-5/+5
* Moved 'engine' module and here from ``zope.app.pagetemplate`` package.Tres Seaver2009-05-254-0/+616
* Remove old zpkg-related DEPENDENCIES.cfg file.Dan Korostelev2009-03-161-3/+0
* As 'setuptools' is a dependency 'pkg_resources' will be available always. Ref...Baiju Muthukadan2009-03-111-8/+1
* Make tests work with recent changes to the TAL interpreter (zope.tal 3.5.0) r...Philipp von Weitershausen2008-06-071-6/+6
* Fix up REST a little bit.Stephan Richter2007-10-031-5/+0
* removed pt_warnings() since the pt_warnings() implementation has been removedAndreas Jung2007-08-041-7/+0
* Moving code to satellite.Christian Theune2007-05-0347-0/+2031