summaryrefslogtreecommitdiff
path: root/src/zope/pagetemplate/pagetemplatefile.py
Commit message (Collapse)AuthorAgeFilesLines
* 100% test coveragecoverageJason Madden2017-08-141-15/+11
| | | | | | | | | | | | | | Fixes #9 Two potentially important changes: - Removed unused code in the tests/ package. If other packages were using it, they will need updates. (They shouldn't be, but that's happened before.) - Changed TraversableModuleImporter to catch ImportError instead of KeyError. There's no way the underlying SimpleModuleImporter can raise a KeyError anymore. I think this is the desired semantic but I am not 100% sure.
* Unused importMarius Gedminas2014-04-301-1/+0
|
* Port to Py3.3.Albertas Agejevas2013-02-221-18/+19
|
* 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``.
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
|
* Conform to repository policy.Tres Seaver2010-05-051-1/+1
|
* Moving code to satellite.Christian Theune2007-05-031-0/+134