comparison ChangeLog @ 881:28156470fe24 trunk

AST transformer now also clones excepthandler nodes (see #379).
author cmlenz
date Fri, 16 Apr 2010 08:37:13 +0000
parents 1d23ed624ab2
children 64f04a2c5e66
comparison
equal deleted inserted replaced
880:aaaf6bb7bf96 881:28156470fe24
6 * Rewrite of the XPath evaluation engine for better performance and improved 6 * Rewrite of the XPath evaluation engine for better performance and improved
7 correctness. This is the result of integrating work done by Marcin Kurczych 7 correctness. This is the result of integrating work done by Marcin Kurczych
8 during GSoC 2008. 8 during GSoC 2008.
9 * Updated the Python AST processing for template code evaluation to use the 9 * Updated the Python AST processing for template code evaluation to use the
10 `_ast` module instead of the deprecated `compiler` package, including an 10 `_ast` module instead of the deprecated `compiler` package, including an
11 adapter layer for Python 2.4, and some workarounds to enable compatibility 11 adapter layer for Python 2.4. This, too, is the result of integrating work
12 with Google App Engine. This, too, is the result of integrating work done 12 done by Marcin Kurczych during GSoC 2008.
13 by Marcin Kurczych during GSoC 2008.
14 * Added caching in the serialization stage for improved performance. 13 * Added caching in the serialization stage for improved performance.
15 * Various improvements to the HTML sanitization filter. 14 * Various improvements to the HTML sanitization filter.
16 * Fix problem with I18n filter that would get confused by expressions in 15 * Fix problem with I18n filter that would get confused by expressions in
17 attribute values when inside an `i18n:msg` block (ticket #250). 16 attribute values when inside an `i18n:msg` block (ticket #250).
18 * Fix problem with the transformation filter dropping events after the 17 * Fix problem with the transformation filter dropping events after the
Copyright (C) 2012-2017 Edgewall Software