summaryrefslogtreecommitdiff
path: root/src/zope/pagetemplate/tests/input
Commit message (Collapse)AuthorAgeFilesLines
* Port to Py3.3.Albertas Agejevas2013-02-221-1/+1
|
* Workaround for CPU-burning pt_errors() on a recursive template.Marius Gedminas2012-12-121-0/+7
| | | | | | | | | | | | | | 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.
* Removed ancient copyright from test files (LP: #607228)Gediminas Paulauskas2011-06-082-27/+0
|
* Moving code to satellite.Christian Theune2007-05-0315-0/+302