- Mar 04, 2010
-
-
Mike Bayer authored
- Python 3 support is added ! See README.py3k for installation and testing notes. [ticket:119]
-
- Feb 05, 2010
-
-
Mike Bayer authored
-
- Apr 19, 2009
-
-
Mike Bayer authored
was causing tags to compile with case-insensitive names, thus messing up custom <%call> names. [ticket:108]
-
- Sep 07, 2008
-
-
Mike Bayer authored
- removed unnecessary attributes from DefTemplate. - added ModuleTemplate class, which allows the construction of a Template given a Python module generated by a previous Template. This allows Python modules alone to be used as templates with no compilation step. Source code and template source are optional but allow error reporting to work correctly.
-
- Jan 30, 2007
-
-
Mike Bayer authored
-
- Dec 31, 2006
-
-
Mike Bayer authored
handling for the given expression. usage is like: ${data | encoding('utf-8', errors='strict')}
-
- Dec 16, 2006
-
-
Mike Bayer authored
implemented "args" for <%page> tag. still has a default "**_extra_pageargs" catchall for now...
-
- Dec 15, 2006
-
-
Mike Bayer authored
- more docs
-
- Dec 13, 2006
-
-
Mike Bayer authored
-
- Dec 11, 2006
-
-
Mike Bayer authored
-
- Dec 09, 2006
-
-
Mike Bayer authored
-
Mike Bayer authored
-
- Dec 02, 2006
-
-
Mike Bayer authored
added filename-relative lookup to TemplateLookup
-
- Nov 26, 2006
-
-
Mike Bayer authored
-
- Nov 22, 2006
-
-
Mike Bayer authored
-
Mike Bayer authored
more pythonlike about scope: variable assignment now follows python conventions (i.e., you lose access to the enclosing scope version when you assign locally)
-
Mike Bayer authored
-
- Nov 21, 2006
-
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
- Nov 20, 2006
-
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
- Nov 19, 2006
-
-
Mike Bayer authored
-