- Apr 06, 2007
-
-
Mike Bayer authored
[ticket:34]
-
- Mar 31, 2007
-
-
Mike Bayer authored
-
Mike Bayer authored
-
- Mar 27, 2007
-
-
Mike Bayer authored
-
Mike Bayer authored
via <%page> or default_filters (but not those within the filter) - added buffer_filters argument, defines filters applied to the return value of buffered/cached/filtered %defs, after all filters defined with the %def itself have been applied. allows the creation of default expression filters that let the output of return-valued %defs "opt out" of that filtering via passing special attributes or objects. - added support for "class" structures in ast parsing (i.e. class-level data members wont get added to the "declared" list)
-
- Mar 26, 2007
-
-
Mike Bayer authored
-
Mike Bayer authored
during 0.1.4 [ticket:29]
-
- Mar 24, 2007
-
-
Mike Bayer authored
-
- Mar 19, 2007
-
-
Mike Bayer authored
-
- Mar 16, 2007
-
-
Mike Bayer authored
-
Mike Bayer authored
-
- Mar 14, 2007
-
-
Mike Bayer authored
[ticket:27]
-
Mike Bayer authored
expression-wise from the AST module [ticket:26]
-
- Mar 10, 2007
-
-
Mike Bayer authored
-
- Mar 09, 2007
-
-
Mike Bayer authored
self.include_file(<filename>, **kwargs)
-
Mike Bayer authored
[ticket:24]
-
Mike Bayer authored
-
- Mar 08, 2007
-
-
Mike Bayer authored
template (keyword arguments only, must be declared in that page's <%page> tag.)
-
Mike Bayer authored
-
- Mar 06, 2007
-
-
Mike Bayer authored
propigates __nonzero__ method so it evaulates to False if not present, True otherwise. this way you can say % if caller:\n ${caller.body()}\n% endif
-
Mike Bayer authored
pre-process the ".." tokens before checking the filesystem
-
Mike Bayer authored
further fix to previous ast enhancement; dont log identifiers as "declared" once we're traversing inside functions since they are local to the function.
-
Mike Bayer authored
-
- Mar 01, 2007
-
-
Mike Bayer authored
comments may contain quote characters [ticket:23]
-
Mike Bayer authored
-
- Feb 21, 2007
-
-
Mike Bayer authored
callable or list of callables which will be applied to the template text before lexing. given the text as an argument, returns the new text. - added mako.ext.preprocessors package, contains one preprocessor so far: 'convert_comments', which will convert single # comments to the new ## format
-
Mike Bayer authored
-
- Feb 20, 2007
-
-
Mike Bayer authored
-
- Feb 19, 2007
-
-
Mike Bayer authored
-
Mike Bayer authored
-
- Feb 17, 2007
-
-
Mike Bayer authored
- doc adjustments, changeset adjustments, modified unicode tests to use ## instead of # for magic encoding comment. # will still work for now. - unsure whether we are going with #* *# or <%doc> for multiline comments, looking like <%doc>.
-
Mike Bayer authored
-
Mike Bayer authored
-
- Feb 15, 2007
-
-
Mike Bayer authored
-
- Feb 06, 2007
-
-
Ben Bangert authored
-
- Feb 01, 2007
-
-
Mike Bayer authored
-
- Jan 30, 2007
-
-
Mike Bayer authored
-
Mike Bayer authored
-
- Jan 29, 2007
-
-
Mike Bayer authored
changed around filtering so you can just say "decode.utf8" or "decode.<whatever>" for generic expression decoding
-
Mike Bayer authored
-