Edgewall Software

source: trunk/genshi/template/directives.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1160   13 years hodgestar Merge r1143 from py3k: add support for python 3 to remaining …
(edit) @1129   13 years cmlenz The | operator on Attrs objects now removes any existing …
(edit) @1083   14 years cmlenz A bit of cleanup of the Markup Python implementation.
(edit) @1076   14 years cmlenz Convert a bunch of print statements to py3k compatible syntax.
(edit) @1069   14 years cmlenz Backported a couple of templating core changes from the advanced-i18n …
(edit) @1036   15 years cmlenz Avoid varargs on internal functions in template processing for …
(edit) @1031   15 years cmlenz Get rid of some Python 2.3 legacy that's no longer needed now that 2.4 …
(edit) @1019   15 years cmlenz Minor simplification in the expansion of dynamic attributes.
(edit) @988   15 years cmlenz Merged AST branch back into trunk. Most of this code was written by …
(edit) @876   15 years cmlenz Remove some cruft for supporting Python 2.3.
(edit) @835   15 years cmlenz Fix copyright years.
(edit) @826   15 years cmlenz Partially revert [717] to retain compatibility with Python 2.3.
(edit) @816   16 years cmlenz Add option for unbuffered match template processing, which could cause …
(edit) @800   16 years cmlenz Fix one Python 2.3 compatibility in the expression evaluation code. …
(edit) @773   16 years cmlenz Allow use of py:replace as element. Closes #144.
(edit) @756   16 years cmlenz Don't mask errors in py:for.
(edit) @720   16 years cmlenz Fix bug that slipped into [717]: the code of a py:with directive was …
(edit) @718   16 years cmlenz Add runtime optimization hints for match templates.
(edit) @717   16 years cmlenz Simplify implementation of py:with directive by compiling to a …
(edit) @673   16 years cmlenz In the py:choose stack, store the information of whether a test …
(edit) @664   16 years cmlenz Store state information for py:choose outside of the regular context data.
(edit) @661   16 years cmlenz For directives used as elements, pass all attributes without a …
(edit) @579   16 years cmlenz Apply patch for #116.
(edit) @534   16 years cmlenz Back out [510] and instead implement configurable error handling …
(edit) @528   17 years cmlenz Raise syntax error on empty value for py:replace directive.
(edit) @517   17 years cmlenz Try to use proper reStructuredText for docstrings throughout.
(edit) @514   17 years cmlenz More work to include absolute file paths in exceptions.
(edit) @500   17 years cmlenz Update copyright year for files modified this year.
(edit) @495   17 years cmlenz Remove some magic/overhead from Attrs creation and manipulation by …
(edit) @492   17 years cmlenz Renamed genshi.template.core to genshi.template.base, mainly to …
(edit) @462   17 years cmlenz Fail gracefully in Directive.__repr__ if the expr attribute does …
(edit) @442   17 years cmlenz Follow-up to [431]: directives are no longer instantiated directly at …
(edit) @431   17 years cmlenz The py:content, py:replace, and py:strip="" directives are now …
(edit) @424   17 years cmlenz Make Attrs instances immutable.
(edit) @421   17 years cmlenz Remove automatic calling of expression evaluation results if they are …
(add) @414   17 years cmlenz Refactoring: genshi.template is now a package, it was getting way to …
Note: See TracRevisionLog for help on using the revision log.